September 17, 200817 yr HiI am trieng to install dot.net 3.5 sp1 unattended in audituser pass with a sync command. For some reason it doesnt get applied however the audit passes are applied. I simply did it with a cmd /c c:\Install\dotfx35.exe /q sync command. Is there an error log where I can look what went wrong?Regards,Philipp
September 17, 200817 yr Author or asking in another way, is it possible to slipstream dot.net 3.5 sp1 offline to my install.wim?I heard about the pkgmgr.exe and the /iu switch. But I did not figured out yet how to slipstream the .net 3.5 sp1 as an official package or feature.Any ideas are appreciated Regards,Phil
December 27, 200817 yr HiI am trieng to install dot.net 3.5 sp1 unattended in audituser pass with a sync command. For some reason it doesnt get applied however the audit passes are applied. I simply did it with a cmd /c c:\Install\dotfx35.exe /q sync command. Is there an error log where I can look what went wrong?Regards,PhilippTry this command line, it works for me.dotnetfx35.exe /Q /C:"install.exe /Q"
December 30, 200817 yr Net 3.5 service pack one can not be installed on vista becouse it is already included with the operating system. Edited December 30, 200817 yr by COOLCOMPUTERGUY
January 4, 200917 yr It can.Framework 3.5 SP1 is not included in Vista. I think 3.0 is included in Vista.
January 4, 200917 yr The installer always tells me this version is not supported on vista - may be becouse I have service pack 1.
January 4, 200917 yr You are correct sir. 3.5 is not included but the only way to obtain the 3.5 installer is with the package that includes 3.0 and 2.0 and the entire combined package to confuse matters has the same name: 3.5 sp1.
January 5, 200917 yr Download a switchless version of .NET, saves switches trouble.I hate to quote myself..... but hey..
January 5, 200917 yr When trying to install .net sp2 which is part of the 3.5 sp1 package seperatly on vista I get this strange message... Edited January 16, 200917 yr by COOLCOMPUTERGUY
January 16, 200917 yr You should integrate,Windows6.0-KB948609-v6001-x86 Windows6.0-KB948610-v6001-x86packages before installing.These packages can be found in full 3.5sp1 exe file (Just extract it with winrar)
January 16, 200917 yr I found out why I get this message. It's becouse I was using the seperarte versions of net 2.0 sp2 and net 3.0 sp2 from the msdn net framework for visual studio web site which are not supported on vista so you can only use the version from the ms consumer download center which contains the entire package: net 2.0 sp2 net 3.0 sp2 and net 3.5 sp1. This works on vista becouse it does not actually install the net 2.0 sp2 or net 3.0 sp2 since they are included and come with the opertating system but only the 3.5 sp1 portion of the package if you use the offline version.If you use the online web bootstrapper it will only give you the two .msu updates and skips the 3.5 sp1 portion which is an error so I use the offline version found at the bottom of the net 3.5 sp1 download page. You can reduce the size of the offline package for vista from 250 mb to about 20 mb by extracting the 3.5 sp1 and deleting the uneeded net 2.0 sp2 and net 3.0 sp2 and then editing the .msi of the net 3.5 sp1 by dropping the table that blocks direct install and including the two .msu updates
Create an account or sign in to comment