jmaclaurin
Posts: 877
Score: 18 Joined: 12/5/2002 From: Ottawa, Ont., Canada Status: offline
|
For those that may need help with removing WinZip, here are the commands that I am using in my SMS Installer script. The script is attached. %sys32%\msiexec.exe /x{7958029D-1D33-408E-BC1A-0B87C94E5633} /qn *(change sid as needed)* "C:\Program Files\WinZip\WINZIP32.EXE" /uninstallx *(this unregisters the install, but does not remove the files)* CMD.EXE /C rmdir /Q /S "C:\Program Files\WinZip" *(this deletes the directory silently)* Hope this helps.
Attachment (1)
|