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
- :
- How to Detect if Installation of a Package Canceled in Suite
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
‎Dec 30, 2015
04:18 PM
How to Detect if Installation of a Package Canceled in Suite
I have a Suite project that installs 4 packages. How do I detect if the user 'Cancels' out of one of them? ISInstallStatus gets set to IDS_SUITE_INTERRUPTED; but that does not get set until the very end of the Suite. I need to know sooner than that because I want to put conditions on some things that I do in 'OnPackagesConfigured' (after packages are installed... or canceled).
I got a log and I don't see anything in there that I could use.
Thanks for any ideas!
I got a log and I don't see anything in there that I could use.
Thanks for any ideas!
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 05, 2016
12:10 PM
I believe you need to just configure a Detection condition for the package and if it is not true after the package installs, then the setup should stop.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 06, 2016
12:44 PM
Thanks Dan... Sounds good. I will give that a try.