main
wxs 9 lines 387 Bytes
Raw
1 <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
2 <Bundle Name="SimpleBundle" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="6670d5c9-bbec-4828-ab60-4a1c0ffeb97d">
3 <BootstrapperApplication SourceFile="test.txt" />
4
5 <Chain>
6 <ExePackage Permanent="yes" DetectCondition="no" SourceFile="test.txt" />
7 </Chain>
8 </Bundle>
9 </Wix>