aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/MultiFileCompressed/PackageComponents.wxs
blob: d65a07df7daf2038da90bcc32dbaf4db7c7c3af7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
  <Fragment>
    <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">
      <Component>
        <File Source="test.txt" />
      </Component>
      <Component>
        <File Source="$(env.WINDIR)\Notepad.exe" />
      </Component>
    </ComponentGroup>
  </Fragment>
</Wix>