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/Util/test/WixToolsetTest.Util/TestData | |
| 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 '')
| -rw-r--r-- | src/ext/Util/test/WixToolsetTest.Util/TestData/Failures/Package.wxs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ext/Util/test/WixToolsetTest.Util/TestData/Failures/Package.wxs b/src/ext/Util/test/WixToolsetTest.Util/TestData/Failures/Package.wxs new file mode 100644 index 00000000..76975b69 --- /dev/null +++ b/src/ext/Util/test/WixToolsetTest.Util/TestData/Failures/Package.wxs | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util"> | ||
| 2 | <Package Name="MsiPackage" Language="1033" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a"> | ||
| 3 | <File Source="$(sys.SOURCEFILEPATH)" /> | ||
| 4 | |||
| 5 | <!-- Dead or alive, you're coming with me. --> | ||
| 6 | <util:FailWhenDeferred /> | ||
| 7 | <util:CancelWhenDeferred /> | ||
| 8 | </Package> | ||
| 9 | </Wix> | ||
