Adam Williams schrieb:
> I have a piece of software installed with WPKG and I want to uninstall
> it, and the uninstall instructions from app deploy say to uninstall it with:
>
> MSIEXEC.EXE /X {PRODUCTCODE} REMOVE=ALL /Q
>
> but, how do I figure out what the product code of the application is?
If you have it already installed, you can check it with regedit.exe:
Start regedit.exe.
Go to HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall
Press ctrl+f and type the name of that app - which can be found in
(Add/remove programs).
When it's found, look for "UninstallString".
--
Tomasz Chmielewski
http://wpkg.org
|
|