cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
selvaonline
Level 2

Installshield Silent Uninstall through Command Line

Can some one give some pointer about how to do silent uninstall of a package/software through command line?

Thanks a lot for your help in advance..
Labels (1)
0 Kudos
(3) Replies
Not applicable

Basic MSI project, you can try

msiexec /x product.msi
0 Kudos
Not applicable

InstallScript project, you need record uninstall *.iss
0 Kudos
svbhiungade
Level 3

If you are using steup.exe then you can use setup.exe /r(When product is already installed)to create iss file and then you can use setup.exe /s command which will uninstall it.

http://kb.flexerasoftware.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalId=Q105473&sliceId=1&docTypeID=DT_INFO_1_1&dialogID=137614520&stateId=0%200%20137616086

The above steps used for msi.
0 Kudos