blob: 22879ee1a83e4eaee3586b515b96567ce647d9bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal">
<Bundle Id="PerMachineBundle" Name="PerMachineBundle" Manufacturer="Acme" Version="1.0.0.0">
<BootstrapperApplication>
<bal:WixStandardBootstrapperApplication LicenseUrl="https://www.example.com/license" Theme="hyperlinkLicense" />
</BootstrapperApplication>
<Variable Name="TestBundleId" Value="PerMachineBundleWix6 v1.0.0.0" />
<Chain>
<MsiPackage SourceFile="PerMachinePkgWix6.msi" />
</Chain>
</Bundle>
</Wix>
|