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

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?
Labels (1)
0 Kudos
(1) Reply
MichaelU
Level 12 Flexeran
Level 12 Flexeran

It sounds like you are looking to Disable(LOGGING) and then, after your XCopyFile, re-Enable(LOGGING).
0 Kudos