cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Not applicable

facing problems in uninstallation

Hi,

I have converted my Installerscript MSI project using Spring 2012 premier edition. Earlier I was using developer 11 edition.

While testing the setup.exe, I found that the uninstallation on remote nodes of cluster fails. The call which I used to uninstall is "C:/../Idriver.exe /M /s /z"REMOVE" ". The Idriver version in use is 11.

One more strange thing I found is this setup.exe doe not install Idriver on machine if it is not present, whereas my earlier setup.exe used to install it. Idriver of version 11 present on testing machines is from previous installer.

Are there any changes in Spring 2012-premier which is causing above problems??

Thanks,
Anurag
Labels (1)
0 Kudos
(1) Reply
MichaelU
Level 12 Flexeran
Level 12 Flexeran

IDriver was retired as of InstallShield 12; you'll need to use an alternative approach to uninstall more recent InstallScript MSI projects. See the UninstallString for your package for an example command line you can use instead.
0 Kudos