cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ShaneJennings
Level 2

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.
Labels (1)
0 Kudos
(1) Reply
hidenori
Level 17

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.
0 Kudos