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
- :
- Install Shield Update Issue
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
Jul 24, 2024
08:16 AM
Install Shield Update Issue
I am working with Install Shield.
I have set the feature event for Feature_Installed to On_Installed, which works fine for fresh installations. However, during application updates,
Feature_Installed is called after On_Update_UI_Before, but I need this function to be called after On_Update_UI_After
because one of the services requires a restart during the update
Is it possible to set Feature Events calls after On_Update_UI_After,
(0) Replies