diff options
| author | Bob Arnson <bob@firegiant.com> | 2020-12-08 14:00:13 -0500 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2020-12-08 14:42:14 -0500 |
| commit | 8a67cff70cdfa014cc068dcc7756ed57b2ed1642 (patch) | |
| tree | 97a434f6ea1d6fa829a7d5aee905eb3624ddaa04 /src/test/WixToolsetTest.CoreIntegration/TestData | |
| parent | 5a874790ba9ec6c2d3c9002699114c2fe4c493ae (diff) | |
| download | wix-8a67cff70cdfa014cc068dcc7756ed57b2ed1642.tar.gz wix-8a67cff70cdfa014cc068dcc7756ed57b2ed1642.tar.bz2 wix-8a67cff70cdfa014cc068dcc7756ed57b2ed1642.zip | |
Decompiling null GUID should set `Guid=""` to match.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/Expected.wxs | 18 | ||||
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/example.cab | bin | 0 -> 137 bytes | |||
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/example.msi | bin | 0 -> 32768 bytes |
3 files changed, 18 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/Expected.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/Expected.wxs new file mode 100644 index 00000000..89592150 --- /dev/null +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/Expected.wxs | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
| 2 | <Package Codepage="65001" Language="1033" Manufacturer="Example Corporation" Name="MsiPackage" UpgradeCode="{047730A5-30FE-4A62-A520-DA9381B8226A}" Version="1.0.0.0" Compressed="yes" InstallerVersion="200" ProductCode="{6F9B5694-F0F1-437C-919B-0D2DAF2D9DEA}"> | ||
| 3 | <Directory Id="TARGETDIR" Name="SourceDir"> | ||
| 4 | <Directory Id="ProgramFilesFolder"> | ||
| 5 | <Directory Id="INSTALLFOLDER" Name="MsiPackage" ShortName="oekcr5lq"> | ||
| 6 | <Component Id="filcV1yrx0x8wJWj4qMzcH21jwkPko" Guid="" Win64="no"> | ||
| 7 | <File Id="filcV1yrx0x8wJWj4qMzcH21jwkPko" Name="test.txt" KeyPath="yes" Source="SourceDir\File\filcV1yrx0x8wJWj4qMzcH21jwkPko" /> | ||
| 8 | </Component> | ||
| 9 | </Directory> | ||
| 10 | </Directory> | ||
| 11 | </Directory> | ||
| 12 | <Feature Id="ProductFeature" Level="1" Title="MsiPackage"> | ||
| 13 | <ComponentRef Id="filcV1yrx0x8wJWj4qMzcH21jwkPko" /> | ||
| 14 | </Feature> | ||
| 15 | <MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." /> | ||
| 16 | <Media Id="1" Cabinet="example.cab" /> | ||
| 17 | </Package> | ||
| 18 | </Wix> \ No newline at end of file | ||
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/example.cab b/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/example.cab new file mode 100644 index 00000000..125eeb2c --- /dev/null +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/example.cab | |||
| Binary files differ | |||
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/example.msi b/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/example.msi new file mode 100644 index 00000000..81335041 --- /dev/null +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/example.msi | |||
| Binary files differ | |||
