main
wxs 10 lines 430 Bytes
Raw
1 <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
2 <Bundle Name="BundleWithInvalidUpgradeCode"
3 Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="!(loc.UpgradeCode)">
4 <BootstrapperApplication SourceFile="fakeba.dll" />
5
6 <Chain>
7 <ExePackage DetectCondition="DetectedSomething" UninstallArguments="-uninstall" SourceFile="burn.exe" />
8 </Chain>
9 </Bundle>
10 </Wix>