
bmiller1.5524920259851716E12 asked a question.
Software Uninstall!?!?!
Does anyone have a script for a custom action that would uninstall a particular product (program directory as well as shortcuts)?
Thanks,
Bryan

bmiller1.5524920259851716E12 asked a question.
Thanks,
Bryan
→ Flexera One
→ Snow Atlas
→ FlexNet Manager
→ App Broker
Need help finding an answer?
msiexec /x {ProductCode} works for Windows Installer installs (upgrade-table preferred).
There is a uninstall string in the registry somewhere, works for most other installs.
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
for the uninstall string. The problem is when you run:
"C:\Program Files\WinZip\WINZIP32.EXE" /uninstall it prompts the client to choose yes or no. Is there another switch I can use to automate this? I haven't been able to find one. I need to completely uninstall the previous software and then install the current version of the same software in one instance if possible.
Thanks,
Bryan
Regards,
Rene