I'd like to execute SQL strings at two different sequences in the InstallExecuteSequence.
The problem is that it seems if you use the supplied <sql:SqlString \>
, they get bundled into the 'InstallSqlData' action.
Is there a way to specify that certain SqlString elements get executed at a different stage (so that I can run a separate custom action in between)