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 installation Can someone find a solution to this?