diff options
| author | Bob Arnson <bob@firegiant.com> | 2018-11-14 20:23:35 -0500 |
|---|---|---|
| committer | Rob Mensching <rob@robmensching.com> | 2018-11-19 14:19:02 -0800 |
| commit | 135dad52ea93d65e9cfe1490f34d12bec510c836 (patch) | |
| tree | c096fa60a49737bd62018cfd708f77b9013d9963 /src/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed64 | |
| parent | 8592a35ebf66a813d2094294f8769d5f2b8c82f8 (diff) | |
| download | wix-135dad52ea93d65e9cfe1490f34d12bec510c836.tar.gz wix-135dad52ea93d65e9cfe1490f34d12bec510c836.tar.bz2 wix-135dad52ea93d65e9cfe1490f34d12bec510c836.zip | |
Explicitly mark bitness of entities that support 64-bit attribute.
This ensures that you can build a 64-bit package with 32-bit entities and not lose the "forced" 32-bit-ness in the decompiled output.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed64')
3 files changed, 21 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed64/Expected.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed64/Expected.wxs new file mode 100644 index 00000000..b7f5ad07 --- /dev/null +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed64/Expected.wxs | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
| 3 | <Product Id="{C51B773A-B3BE-4F29-A8A9-549AAF7FF6EC}" Codepage="65001" Language="1033" Manufacturer="Example Corporation" Name="MsiPackage" UpgradeCode="{047730A5-30FE-4A62-A520-DA9381B8226A}" Version="1.0.0.0"> | ||
| 4 | <Package Compressed="yes" Description="MsiPackage" InstallerVersion="500" Languages="1033" Manufacturer="Example Corporation" Platform="x64" /> | ||
| 5 | <Directory Id="TARGETDIR" Name="SourceDir"> | ||
| 6 | <Directory Id="ProgramFiles64Folder"> | ||
| 7 | <Directory Id="INSTALLFOLDER" Name="MsiPackage" ShortName="oekcr5lq"> | ||
| 8 | <Component Id="filcV1yrx0x8wJWj4qMzcH21jwkPko" Guid="{E597A58A-03CB-50D8-93E3-DABA263F233A}" Win64="yes"> | ||
| 9 | <File Id="filcV1yrx0x8wJWj4qMzcH21jwkPko" Name="test.txt" KeyPath="yes" Source="SourceDir\File\filcV1yrx0x8wJWj4qMzcH21jwkPko" /> | ||
| 10 | </Component> | ||
| 11 | </Directory> | ||
| 12 | </Directory> | ||
| 13 | </Directory> | ||
| 14 | <Feature Id="ProductFeature" Level="1" Title="MsiPackage"> | ||
| 15 | <ComponentRef Id="filcV1yrx0x8wJWj4qMzcH21jwkPko" /> | ||
| 16 | </Feature> | ||
| 17 | <MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." /> | ||
| 18 | <Media Id="1" Cabinet="example.cab" /> | ||
| 19 | <Property Id="ALLUSERS" Value="1" /> | ||
| 20 | </Product> | ||
| 21 | </Wix> \ No newline at end of file | ||
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed64/example.cab b/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed64/example.cab new file mode 100644 index 00000000..125eeb2c --- /dev/null +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed64/example.cab | |||
| Binary files differ | |||
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed64/example.msi b/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed64/example.msi new file mode 100644 index 00000000..762b136c --- /dev/null +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed64/example.msi | |||
| Binary files differ | |||
