views:

14

answers:

0

When my installer runs, if an SQL script has an error, it does a rollback. It pops up a box saying "DoRollbackAll". How can I make that box not come up?

Does anyone have any input into the rollback process in installshield? I understand it creates a script as it installs, then runs that script from the bottom up when it rolls back. Most other system methods I have been able to pull into my code and override certain behaviors. I assume this is doable with rollback.

related questions