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
- :
- Running a custom action after all SQL scripts have been executed
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
Jan 05, 2015
03:54 AM
Running a custom action after all SQL scripts have been executed
As described in the title I'm looking to set the sequence of a custom action such that the custom action is executed after all SQL scripts have been executed. I believe that the WiX equivalent of this is would be to run the action after "InstallSqlData". I am using the evaluation version of InstallShield Premier 2014 if that makes any difference.
Thanks for the help.
Thanks for the help.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 05, 2015
11:08 AM
You can simply sequence your custom action after ISSQLServerInstall (runs SQL scripts during an installation) or ISSQLServerUninstall (runs SQL scripts during an uninstallation). Please see the Inserting Actions into Sequences help topic to learn how you can manage the sequence of custom actions in InstallShield.
Hope that helps.
Hope that helps.