Uninstall from command-line using installshield -
Is there any way to be able to uninstall an installer rather than upgrade?
I currently have a Setup.exe and an MSI file but every time I try to uninstall by using pre-registered ISS. If my installation is older than the current version, this is the first time the upgrade And if I run the same file again, it is uninstalled,
Now I am thinking that if there is no way where I can force it in uninstall --- it That's what i Currently done
... \ setup.exe "/ x / s /f1c:\Remove.iss
Why not use cache on your machine, instead of using setup.exe? Check the uninstall key for details (such as path) and If you can still mix in your / s /f1C:\Remove.iss the pages of the removal are identical.
Comments
Post a Comment