main
wxs 14 lines 523 Bytes
Raw
1 <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
2 <Bundle Name="BundleMissingMsuSource"
3 Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="B94478B1-E1F3-4700-9CE8-6AA090854AEC">
4 <BootstrapperApplication SourceFile="fakeba.dll" />
5
6 <Chain>
7 <MsuPackage
8 Id="MsuPackage1"
9 DetectCondition="TODO"
10 DisplayName="MSU Package #1"
11 DownloadUrl="http://example.com/test.msu" />
12 </Chain>
13 </Bundle>
14 </Wix>