diff options
| author | Bob Arnson <bob@firegiant.com> | 2026-08-01 22:55:27 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2026-08-09 22:55:24 -0400 |
| commit | 7db9a9436d8734d050582afdb3a2dfda21c606e1 (patch) | |
| tree | 651332dc9e84faee4c026883215f83d78dac63da /src/ext/caDecor.wxi | |
| parent | ccfda4f4a158b19f61b018b944eb86272f427f55 (diff) | |
| download | wix-bob/CancelWhenDeferred.tar.gz wix-bob/CancelWhenDeferred.tar.bz2 wix-bob/CancelWhenDeferred.zip | |
Add CancelWhenDeferred, like FailWhenDeferred.bob/CancelWhenDeferred
Useful for integration testing packages.
Diffstat (limited to 'src/ext/caDecor.wxi')
| -rw-r--r-- | src/ext/caDecor.wxi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ext/caDecor.wxi b/src/ext/caDecor.wxi index 236b2154..c92af980 100644 --- a/src/ext/caDecor.wxi +++ b/src/ext/caDecor.wxi | |||
| @@ -19,6 +19,12 @@ | |||
| 19 | <?endif?> | 19 | <?endif?> |
| 20 | <?define Prefix6="Wix6" ?> | 20 | <?define Prefix6="Wix6" ?> |
| 21 | 21 | ||
| 22 | <?ifdef Prefix8 ?> | ||
| 23 | <?undef Prefix8 ?> | ||
| 24 | <?endif?> | ||
| 25 | <?define Prefix8="Wix8" ?> | ||
| 26 | |||
| 27 | |||
| 22 | <?ifndef platform ?> | 28 | <?ifndef platform ?> |
| 23 | <?define platform="x86" ?> | 29 | <?define platform="x86" ?> |
| 24 | <?endif?> | 30 | <?endif?> |
