kwpro Posted February 9, 2005 Share Posted February 9, 2005 (edited) I have recently downloaded the updates from windowsupdate.com, the only problem i had was that microsoft dosn't let you download .NET framework hotfix directly from there website, only from windowsupdate.com. here is how to retrieve the file and then perform a silent install.1: Select and download only the .NEt framework update patch from windowsupdate.com2: Go to C:\WINDOWS\SoftwareDistribution\Download and select the file "535f57e5a8eceab18533c50c0b0e1469ed45331f". this file is 1,541kb in size. 3: Copy to your desktop and add the extention .exe to file.4: Create a shortcut file with the switch "/xp" it will ask were to save the file, save it to the desktop.5: the file it extacts is a .msp file and the silent install switch for this file is "/q /norestart".I havn't tested this on a uninstall cd so i dont know if it works, please give feedback if it does work.P.S I have just noticed i havn't spelled silent correctly in the topic header, please hit me with eggs now.kenny Edited February 9, 2005 by kwpro Link to comment Share on other sites More sharing options...
IcemanND Posted February 9, 2005 Share Posted February 9, 2005 get NDP1.1sp1-KB886903-X86.exe through the update catalog. Link to comment Share on other sites More sharing options...
muiz Posted February 9, 2005 Share Posted February 9, 2005 2: Go to C:\WINDOWS\SoftwareDistribution\Download and select the file "535f57e5a8eceab18533c50c0b0e1469ed45331f". this file is 1,541kb in size. no such file and when i downloaded it from microsoft, same switch?cause when i do only /Q the instalation stops at that hotfixit shows these switches : Link to comment Share on other sites More sharing options...
titou2k Posted February 9, 2005 Share Posted February 9, 2005 yes same switch: /xp to extract .msp file Link to comment Share on other sites More sharing options...
IcemanND Posted February 9, 2005 Share Posted February 9, 2005 NDP1.1sp1-KB886903-X86.exe /quse /? to get all install options.EDIT: DOH! too slow on the mouse. Link to comment Share on other sites More sharing options...
muiz Posted February 9, 2005 Share Posted February 9, 2005 like i said when i use only /q the install stops Link to comment Share on other sites More sharing options...
titou2k Posted February 9, 2005 Share Posted February 9, 2005 you can also see here how to integrate sp1 and hotfix in framework then make sfx setup. Link to comment Share on other sites More sharing options...
muiz Posted February 9, 2005 Share Posted February 9, 2005 start /wait %systemdrive%\install\hotfix\KB886903.exe /Qthis stops my instalation, it just sits there....zzzzzzzzzzzzzznext try":start /wait %systemdrive%\install\hotfix\M886903.msp /q /norestart Link to comment Share on other sites More sharing options...
muiz Posted February 10, 2005 Share Posted February 10, 2005 works like a charm now , ty u all Link to comment Share on other sites More sharing options...
keytotime Posted February 10, 2005 Share Posted February 10, 2005 can we patch the original install to include the update?msiexec /p C:\M886903.msp /a C:\.net\netfxsp1.exe /qb Link to comment Share on other sites More sharing options...
SiMoNsAyS Posted February 10, 2005 Share Posted February 10, 2005 you can slipstream the hotfix on the main package using the .msp.if the hotfix stops while installing be sure that you call the framework setup before (that was my error ). /q switch should be ok Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now