main
wxs 11 lines 559 Bytes
Raw
1 <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
2 <Bundle Name="BurnBundle" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="B94478B1-E1F3-4700-9CE8-6AA090854AEC">
3 <BootstrapperApplication SourceFile="fakeba.dll" />
4
5 <Chain>
6 <ExePackage DetectCondition="DetectedTheMsu" UninstallArguments="-uninstall">
7 <ExePackagePayload Name='foo.exe' DownloadUrl='http://wixtoolset.org' Description='Some description' Size='10' Version="1.2" />
8 </ExePackage>
9 </Chain>
10 </Bundle>
11 </Wix>