This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- After upgrading the InstallScriptMSI project from InstallShield 12.0 to InstallShie
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 16, 2010
11:18 PM
After upgrading the InstallScriptMSI project from InstallShield 12.0 to InstallShie
Recently we upgrade our installscript MSI project form InstallShield12.0 to Installshield 2010. After upgrading the un-intallation is not working properly. The Problem what we are facing are as follows.
1. Un-installation is only removing the entry form ARP panel.
2. It is leaving all the files in the INSTALLDIR folder.
3. It is leaving the shortcut entries.
4. Leaving all the entries in the registry
5. After un-installations if we are trying to install again it will go to upgrade instead it should start as a fresh installation.
6. While trying to debug it not even entering into script while un-installation.
7. After the installation done if we run the installer again it is going to upgrade mode instead of going to maintenance mode.
Note: This project is designed in InstallShield 11.5 then converted to 12.0
It looks like some where the sequence is going wrong.
Please help me in the solving this problem
1. Un-installation is only removing the entry form ARP panel.
2. It is leaving all the files in the INSTALLDIR folder.
3. It is leaving the shortcut entries.
4. Leaving all the entries in the registry
5. After un-installations if we are trying to install again it will go to upgrade instead it should start as a fresh installation.
6. While trying to debug it not even entering into script while un-installation.
7. After the installation done if we run the installer again it is going to upgrade mode instead of going to maintenance mode.
Note: This project is designed in InstallShield 11.5 then converted to 12.0
It looks like some where the sequence is going wrong.
Please help me in the solving this problem
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 17, 2010
09:34 AM
Also had problems with uninstalls when upgrading from IS12 to IS2010: there were some changes in the installscript events.
http://community.flexerasoftware.com/showthread.php?t=191953&highlight=onuninstall
Try putting breakpoints or use the msi logging function to find out what is actually getting called
http://community.flexerasoftware.com/showthread.php?t=191953&highlight=onuninstall
Try putting breakpoints or use the msi logging function to find out what is actually getting called