main
wxs 9 lines 413 Bytes
Raw
1 <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
2 <Bundle Name="UncompressedBundle" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="{AB04C2A5-8312-4464-AE01-7F3A3D9C2BCF}" Compressed="no">
3 <BootstrapperApplication SourceFile="test.txt" />
4
5 <Chain>
6 <ExePackage Permanent="yes" DetectCondition="none" SourceFile="test.txt" />
7 </Chain>
8 </Bundle>
9 </Wix>