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
- :
- Re: merge module Custom Action with conditions
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
‎Sep 18, 2008
04:48 AM
merge module Custom Action with conditions
hi
ive builded a merge module with 2 custom actions.
One should be done on install the other on uninstall.
In the MSI Package i checked if i´m uninstalling with REMOVE = "ALL" in the condition.
This is not working for my merge module.
How can I get the info in the merge module?
ive builded a merge module with 2 custom actions.
One should be done on install the other on uninstall.
In the MSI Package i checked if i´m uninstalling with REMOVE = "ALL" in the condition.
This is not working for my merge module.
How can I get the info in the merge module?
(7) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 18, 2008
07:42 AM
Have you run with a log file? You might also want to go to the Direct Editor and verify that your condition is using REMOVE and not REMOVE.GUIDofMM.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 18, 2008
08:19 AM
Im using REMOVE without guid.
How can i enable logging for uninstall ?
How can i enable logging for uninstall ?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 19, 2008
04:59 AM
I scheduled them after Install InstallInitialize
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 19, 2008
07:59 PM
What's not working? Custom action not getting evoked at all? Or some problems while executing the custom action?
There is no special way to enable logging for uninstallation. Just run your setup again (either with setup.exe or msiexec.exe with your MSI file) with logging enabled, it will be in maintenance mode from which you can select uninstallation.
There is no special way to enable logging for uninstallation. Just run your setup again (either with setup.exe or msiexec.exe with your MSI file) with logging enabled, it will be in maintenance mode from which you can select uninstallation.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 22, 2008
01:55 AM
Custom action not getting evoked at all.
I´ve made the action only execute when REMOVE = "ALL".
On uninstall it should remove files created from the installed program. Is there a better way to do this?
I´ve made the action only execute when REMOVE = "ALL".
On uninstall it should remove files created from the installed program. Is there a better way to do this?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 23, 2008
04:49 AM
You will want to check the (verbose) log.