There really isn't any way to disable Auto Update via the Update.inf on
SP4. Update.exe will check and make sure that it is working off of a valid
INF. Also, shutting down the cryptographic service will generate the same
error.
You probably will want to disable Auto Update via a script that runs after
the SP4 install.
1. Open up regedit and go to the following key:
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\wuauserv
2. Set the START value to 4.
3. Export the wuaserv key to a file called autoupdatedisable.reg
4. Create a batch file that kicks off the SP4 installation and imports the
saved registry file after installation:
"reg import c:\autoupdatedisable.reg"
- Bill Curtis [MSFT]
“This posting is provided "AS IS" with no warranties, and confers no
rights.”
|