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
- :
- Exempting Things From Rollback
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
Jul 13, 2010
09:51 AM
Exempting Things From Rollback
In my installer, I create a backup directory and copy some files using XCopyFile.
On abort the backup files are deleted automatically.
I want to exempt the directory create / file copy code from the transactional rollback and deal with cleaning that up manually.
Is this possible?
On abort the backup files are deleted automatically.
I want to exempt the directory create / file copy code from the transactional rollback and deal with cleaning that up manually.
Is this possible?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 13, 2010
12:18 PM
It sounds like you are looking to Disable(LOGGING) and then, after your XCopyFile, re-Enable(LOGGING).
