diff options
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/Expected.wxs | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/Expected.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/Expected.wxs index 050adbd5..71553e2a 100644 --- a/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/Expected.wxs +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/Expected.wxs | |||
| @@ -1,18 +1,16 @@ | |||
| 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | 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}"> | 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"> | 3 | <StandardDirectory Id="ProgramFilesFolder"> |
| 4 | <Directory Id="ProgramFilesFolder"> | 4 | <Directory Id="INSTALLFOLDER" Name="MsiPackage" ShortName="oekcr5lq"> |
| 5 | <Directory Id="INSTALLFOLDER" Name="MsiPackage" ShortName="oekcr5lq"> | 5 | <Component Id="filcV1yrx0x8wJWj4qMzcH21jwkPko" Guid="" Bitness="always32"> |
| 6 | <Component Id="filcV1yrx0x8wJWj4qMzcH21jwkPko" Guid="" Bitness="always32"> | 6 | <File Id="filcV1yrx0x8wJWj4qMzcH21jwkPko" Name="test.txt" KeyPath="yes" Source="SourceDir\File\filcV1yrx0x8wJWj4qMzcH21jwkPko" /> |
| 7 | <File Id="filcV1yrx0x8wJWj4qMzcH21jwkPko" Name="test.txt" KeyPath="yes" Source="SourceDir\File\filcV1yrx0x8wJWj4qMzcH21jwkPko" /> | 7 | </Component> |
| 8 | </Component> | ||
| 9 | </Directory> | ||
| 10 | </Directory> | 8 | </Directory> |
| 11 | </Directory> | 9 | </StandardDirectory> |
| 12 | <Feature Id="ProductFeature" Level="1" Title="MsiPackage"> | 10 | <Feature Id="ProductFeature" Level="1" Title="MsiPackage"> |
| 13 | <ComponentRef Id="filcV1yrx0x8wJWj4qMzcH21jwkPko" /> | 11 | <ComponentRef Id="filcV1yrx0x8wJWj4qMzcH21jwkPko" /> |
| 14 | </Feature> | 12 | </Feature> |
| 15 | <MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." /> | 13 | <MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." /> |
| 16 | <Media Id="1" Cabinet="example.cab" /> | 14 | <Media Id="1" Cabinet="example.cab" /> |
| 17 | </Package> | 15 | </Package> |
| 18 | </Wix> \ No newline at end of file | 16 | </Wix> |
