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

Uninstall issue.

I created a basic msi installer in Installshield 2008 and I need to uninstall the previous version of our product which was created in Installscript11.5.

Because the older installer does not have an upgrade code, I cannot perform major upgrade directly.

Is there another way to do this??

thanks:)
Labels (1)
0 Kudos
(3) Replies
HennoKeers
Level 7

jk_126 wrote:
I created a basic msi installer in Installshield 2008 and I need to uninstall the previous version of our product which was created in Installscript11.5.

Because the older installer does not have an upgrade code, I cannot perform major upgrade directly.

Is there another way to do this??

thanks:)


Run the Uninstall string, for example:
MsiExec.exe /X{FCE65C4E-B0E8-4FBD-AD16-EDCBE6CD591F} /q

reg, Henno
0 Kudos
jk_126
Level 2

thanks for the reply

But my previous product I need to remove was made in installscript, it is not msi based installer. 🙂
0 Kudos
HennoKeers
Level 7

jk_126 wrote:
thanks for the reply

But my previous product I need to remove was made in installscript, it is not msi based installer. 🙂


Then run the uninstall-string from HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall

reg, Henno
0 Kudos