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
- :
- Rollback in a Installscript Project
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
‎Sep 27, 2008
03:26 AM
Rollback in a Installscript Project
HI,
I am looking for a way to do rollback in an Installscript project in case any error occurs or the cancel button is pressed.
Please help.....
Thanks
Sachit
I am looking for a way to do rollback in an Installscript project in case any error occurs or the cancel button is pressed.
Please help.....
Thanks
Sachit
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 30, 2008
09:27 AM
I think the nearest equivalent is calling abort or Do(EXIT); please see the default code for OnCanceling, for example.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 02, 2008
03:40 AM
I use abort command and IS automatically rollback all file installed.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 03, 2008
05:43 AM
Thanks a lot for the help.....
