command line uninstallation of an update?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to uninstall the update "Security Update for windows XP(KB916281)"
from commandline(without using GUI add/remove program utility).Can anybody
help on this? what is the command I should use for this?
 
C:\WINDOWS\$NtUninstallKB916281$\spuninst\spuninst.exe

You can also CD to the directory above and just execute spuninst.exe


CD \WINDOWS\$NtUninstallKB916281$\spuninst
 
See also:

Microsoft Security Bulletin MS06-021: Cumulative Security Update for
Internet Explorer (916281):
http://www.microsoft.com/technet/security/bulletin/ms06-021.mspx

<Q>

System administrators can also use the Spuninst.exe utility to remove this
security update. The Spuninst.exe utility is located in the
%Windir%\$NTUninstallKB916281$\Spuninst folder.

/quiet Quiet mode. This is the same as unattended mode, but no status or
error messages are displayed.

</Q>

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting http://www.winhelponline.com


I need to uninstall the update "Security Update for windows XP(KB916281)"
from commandline(without using GUI add/remove program utility).Can anybody
help on this? what is the command I should use for this?
 
The uninstall command is also located in the registry at

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB916281

in the key "UninstallString"

--
Jon

A straw will show which way the wind blows

The previous comment in this thread was actually made by "shyamsundar"
 
thanks Jon for the information
--
shyamsundar


Jon said:
The uninstall command is also located in the registry at

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB916281

in the key "UninstallString"

--
Jon

A straw will show which way the wind blows

The previous comment in this thread was actually made by "shyamsundar"
 
You're welcome :-)

--
Doug Knox, MS-MVP Windows Media Center\Windows Powered Smart Display\Security
Win 95/98/Me/XP Tweaks and Fixes
http://www.dougknox.com
--------------------------------
Per user Group Policy Restrictions for XP Home and XP Pro
http://www.dougknox.com/xp/utils/xp_securityconsole.htm
--------------------------------
Please reply only to the newsgroup so all may benefit.
Unsolicited e-mail is not answered.

shyamsundar said:
thanks a lot Doug

it worked fine
 
Back
Top