/build/static/layout/Breadcrumb_cap_w.png

uninstalling a program originally installed with InstallShield

I have a software from a vendor that is installed with InstallShield. I need to write a script to uninstall the software from everyone's computer silently. I can see the following path for the uninstall, "C:\Program Files\InstallShield Installation Information\{746CC629-4828-4E6C-842B-81BDDC3374FA}\Setup.exe" -uninst ", but I really need to do the precess silently. I have seen seeveral post about creating an answer file, but none of them work or they don't make since. I also assume that this package was created with an old InstallShield, but I can't confirm that.

Any help or guidance is appreciated.

D

0 Comments   [ + ] Show comments

Answers (1)

Posted by: jamsek19 16 years ago
Orange Senior Belt
0
Try this way:
"C:\Program Files\InstallShield Installation Information\{746CC629-4828-4E6C-842B-81BDDC3374FA}\Setup.exe" /x /s
If Setup.exe runs underlaying .msi package use also /v switch (exactly as described!):

"C:\Program Files\InstallShield Installation Information\{746CC629-4828-4E6C-842B-81BDDC3374FA}\Setup.exe" /x /s /v"/qn"
Meanings:
/x ... mean uninstall
/s ... silently
/v ... passing parameters to undelaying .msi package
"/qn" ... .msi installer parameter means "really quiet"

More information on setup.exe command line parameters you can find on InstallShield help net SETUP CMD line and for MSIEXEC command line on InstallShield help net MSIEXEC CMD line

Best regards
Andreo
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ