Birdn
Rookie

dot net 2.0 sp1 offline installer?


I need a dot net 2.0 sp1 offline installer. My internet keeps breaking up and hence can't install online. The connection breaks and I can't install. Why does this happen all the time? But I need an offline installer more than anything. Where can I get one?
6 months ago
Respond to this discussion
Harpal Thind | Dec 26 2011

  1. Download the full package fromhttp://www.microsoft.com/downloads/details.aspx?FamilyId=79BC3B77-E02C-4AD3-AACF-A7633F706BA5 and save it to your local hard drive.
  2. Now extract the files of the setup package by running this command:

    netfx20sp1_x86.exe /x:c:netfx20sp1x86
  3. Stage the base MSI by running this command:

    msiexec /a "c:netfx20sp1x86wcudotnetframeworkdotnetfx20netfx20a_x86.msi" TARGETDIR="c:netfx20sp1x86AIP"
  4. Apply the patches to the staged base MSI by running this command: msiexec /a "c:netfx20sp1x86AIPnetfx20a_x86.msi" PATCH="c:netfx20sp1x86wcudotnetframeworkdotnetfx20ASPNET.msp;c:netfx20sp1x86wcudotnetframeworkdotnetfx20CLR.msp;c:netfx20sp1x86wcudotnetframeworkdotnetfx20CRT.msp;c:netfx20sp1x86wcudotnetframeworkdotnetfx20NetFX_CA.msp;c:netfx20sp1x86wcudotnetframeworkdotnetfx20NetFX_Core.msp;c:netfx20sp1x86wcudotnetframeworkdotnetfx20NetFX_Other.msp;c:netfx20sp1x86wcudotnetframeworkdotnetfx20PreXP.msp;c:netfx20sp1x86wcudotnetframeworkdotnetfx20WinForms.msp;c:netfx20sp1x86wcudotnetframeworkdotnetfx20DW.msp"

    With these steps, you will have an install point for the .NET Framework 2.0 SP1 x86 located at c:netfx20sp1x86AIP. By the following command u can install the MSI:

    msiexec.exe /i c:netfx20sp1x86AIPnetfx20a_x86.msi /l*v %temp%netfx20sp1x86log.txt /qb VSEXTUI=1

© 2012, Instamedia. Some rights reserved. Powered by Instapress and Instacheckin.