aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed64/Expected.wxs
blob: 81915759f9b4282cca06b5469914af2d3fb46595 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
  <Package Codepage="65001" Language="1033" Manufacturer="Example Corporation" Name="MsiPackage" UpgradeCode="{047730A5-30FE-4A62-A520-DA9381B8226A}" Version="1.0.0.0" Compressed="yes" ProductCode="{C51B773A-B3BE-4F29-A8A9-549AAF7FF6EC}">
    <StandardDirectory Id="ProgramFiles64Folder">
      <Directory Id="INSTALLFOLDER" Name="MsiPackage" ShortName="oekcr5lq">
        <Component Id="filcV1yrx0x8wJWj4qMzcH21jwkPko" Guid="{E597A58A-03CB-50D8-93E3-DABA263F233A}" Bitness="always64">
          <File Id="filcV1yrx0x8wJWj4qMzcH21jwkPko" Name="test.txt" KeyPath="yes" Source="SourceDir\File\filcV1yrx0x8wJWj4qMzcH21jwkPko" />
        </Component>
      </Directory>
    </StandardDirectory>
    <Feature Id="ProductFeature" Level="1" Title="MsiPackage">
      <ComponentRef Id="filcV1yrx0x8wJWj4qMzcH21jwkPko" />
    </Feature>
    <MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
    <Media Id="1" Cabinet="example.cab" />
  </Package>
</Wix>