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
- :
- IS Logging information not used when uninstalling Installscript MSI project
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
‎Feb 10, 2009
03:54 AM
IS Logging information not used when uninstalling Installscript MSI project
Recently I upgraded to Installshield 2009.
I have some Installscript MSi projects that use Installscript functions as AddFolderIcon and RegDBSetKeyValueEx. Installscript logs the information in setup.ilg and in the previous Installshield versions (for instance Installshield 11) when you uninstalled the created registry keys and icons where automatically removed.
However in Installshield 2009 the created registry keys and icons are not removed!! The information created in setup.ilg is still there so something is going wrong when uninstalling.
What has changed in Installshield 2009? Is the uninstall behaviour changed for Installshield MSI projects in Installshield 2009?
How can I make sure the setup.ilg is used when uninstalling.
I have some Installscript MSi projects that use Installscript functions as AddFolderIcon and RegDBSetKeyValueEx. Installscript logs the information in setup.ilg and in the previous Installshield versions (for instance Installshield 11) when you uninstalled the created registry keys and icons where automatically removed.
However in Installshield 2009 the created registry keys and icons are not removed!! The information created in setup.ilg is still there so something is going wrong when uninstalling.
What has changed in Installshield 2009? Is the uninstall behaviour changed for Installshield MSI projects in Installshield 2009?
How can I make sure the setup.ilg is used when uninstalling.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 10, 2009
05:07 AM
Hi,
It seems to be a known issue, pls check this link:
http://kb.acresso.com/selfservice/documentLink.do?externalID=Q200007
It seems to be a known issue, pls check this link:
http://kb.acresso.com/selfservice/documentLink.do?externalID=Q200007
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 10, 2009
07:55 AM
Thanks. I applied the fix on the link and the issue is solved.