Nick_White Posted March 27, 2008 Posted March 27, 2008 (edited) Hi,I want to include .NET Framework 3.5 installer in my Windows XP CD (x86) for offline installation, but I want to get rid of the unnecessary files that it contains (for x64 and ia64).For that, I used the guide from this thread http://www.msfn.org/board/GUIDE-Integratin...P1-t110788.html . Now here is the problem:a) If I run dotNetFx35setup.exe without any switches, a probress bar (sloooooowly) loads, then a licence agreement appeares, asking me to download something worth 39 MB.B) If I run dotNetFx35setup.exe with the switches according to the topic, the setup starts to download the package automatically. Tried the same with the Internet disconnected and the setup just stays in the background.So it could be either:- setup doesn't "recognize" the files in the dotNet* directories- one *64* file is required even for the x86 installationCan someone find a solution to this? Edited March 27, 2008 by Nick_White
radix Posted March 27, 2008 Posted March 27, 2008 I want to include .NET Framework 3.5 installer in my Windows XP CD (x86) for offline installation, but I want to get rid of the unnecessary files that it contains (for x64 and ia64).Have you tried the links provided by me on the bottom of that topic?
Nick_White Posted March 28, 2008 Author Posted March 28, 2008 OK, I made a silent installer for x86 (59.8 MB in size). The files included:C:\1\netfx20\ASPNET.mspC:\1\netfx20\clr.mspC:\1\netfx20\crt.mspC:\1\netfx20\dw.mspC:\1\netfx20\Netfx20a_x86.msiC:\1\netfx20\NetFX_CA.mspC:\1\netfx20\NetFX_Core.mspC:\1\netfx20\NetFX_Other.mspC:\1\netfx20\prexp.mspC:\1\netfx20\winforms.mspC:\1\netfx30\msxmlC:\1\netfx30\Netfx30a_x86.msiC:\1\netfx30\RGB9RAST_x86.msiC:\1\netfx30\WCF.mspC:\1\netfx30\WCS.mspC:\1\netfx30\WF.mspC:\1\netfx30\WF_32.mspC:\1\netfx30\WIC_x86_enu.exeC:\1\netfx30\WPF1.mspC:\1\netfx30\WPF2.mspC:\1\netfx30\WPF2_32.mspC:\1\netfx30\WPF_Other.mspC:\1\netfx30\WPF_Other_32.mspC:\1\netfx30\XPS.mspC:\1\netfx30\XPSEPSC-x86-en-US.exeC:\1\netfx30\msxml\msxml6.msiC:\1\netfx35\vs_setup.cabC:\1\netfx35\vs_setup.msiIn the previous topic, you said yours is 39.6 MB. Are there files that I keep and are unnecessary?It seems there is a problem with mine: after all the progress bars dissapear, msiexec.exe and mscorsvw.exe are still running in background. I have an image with the batch script and the task manager.
radix Posted March 28, 2008 Posted March 28, 2008 In the previous topic, you said yours is 39.6 MB. Are there files that I keep and are unnecessary?It seems there is a problem with mine: after all the progress bars dissapear, msiexec.exe and mscorsvw.exe are still running in background. I have an image with the batch script and the task manager.59.8 MB is enormous. The uncompressed folder has 167 MB. What kind of repack did you use? I don't know which files are unnecessary. But I'am sure that you can cut down about 60-70 MB from uncompressed size if you don't use .NET platform to build some applications. It's normally that after installation of a program packed in msi format, msiexec service will continue to run in background.mscorsvw.exe is a .NET Framework internal process. After all the progress bars dissapear, installation continue about one minut for .NET Framework 2.0.
ajua Posted March 29, 2008 Posted March 29, 2008 i only kept x86 for 3.5 and is about 38mb.i will try it tomorrow or sunday to see if it works.
Nick_White Posted March 29, 2008 Author Posted March 29, 2008 I found another way:In the Visual Studio 2008 Express Edition AIO .ISO, there is a NET Framework 3.5 installer (looks like a redistributable extracted). I deleted all the files for 64bit (remained 62.2 MB) and ran setup. The progress bar loaded way faster than the redistributable version and it didn't ask for downloading nothing.
ajua Posted April 2, 2008 Posted April 2, 2008 i will try first the one i customized. If it doesn't work i will try the one from Visual Studio 2008 media. Thanks for the tip.Right now im out of town.
Nick_White Posted April 10, 2008 Author Posted April 10, 2008 Looks like the VS2008EE version still tries to download the files, I tried on a clean install of WinXP.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now