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
- :
- RollBack Custom Actions in Basic MSI Projects
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
Mar 03, 2009
11:37 PM
RollBack Custom Actions in Basic MSI Projects
Hi,
I am not able to access the "INSTALLDIR" property value in RollBack CustomAction. It is having NULL value. Can any one please help me of how to get the Property values while Rollback operation is going on.
Thanks & Regards,
Chinna.
I am not able to access the "INSTALLDIR" property value in RollBack CustomAction. It is having NULL value. Can any one please help me of how to get the Property values while Rollback operation is going on.
Thanks & Regards,
Chinna.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 03, 2009
11:55 PM
Deferred Actions (which a Rollback action is, by definition) cannot access most MSI properties. You're going to need to use CustomActionData.
See Knowledge Base Article Q104413 for more information on this.
See Knowledge Base Article Q104413 for more information on this.