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
- :
- Quick Question about "Not Install"
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 25, 2011
11:09 AM
Quick Question about "Not Install"
I have a custom action with the Condition - Not Installed And (Not DETECTED_PROD)
During the first time install the custom action was not triggered because the DETECTED_PROD property was found. This is what I expected, but then when I run the install again in maintenance mode I would not expect this custom action to be triggered because: Not Installed would now be false, but for some reason it triggered.
So where in the sequence is the Not Installed/Installed states get set. Maybe I am calling the custom action too soon and therefore the properties are not set yet?
Thanks,
During the first time install the custom action was not triggered because the DETECTED_PROD property was found. This is what I expected, but then when I run the install again in maintenance mode I would not expect this custom action to be triggered because: Not Installed would now be false, but for some reason it triggered.
So where in the sequence is the Not Installed/Installed states get set. Maybe I am calling the custom action too soon and therefore the properties are not set yet?
Thanks,
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 27, 2011
04:36 AM
Installed Property should have been initialized well before hitting the first (standard/custom) action. Is it possible it was installed for a different user?