14 lines
555 B
XML
14 lines
555 B
XML
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal">
|
|
<Bundle Id="TODO_Manufacturer.Setup" Name="Setup" Manufacturer="TODO Manufacturer" Version="1.0.0.0">
|
|
<BootstrapperApplication>
|
|
<bal:WixStandardBootstrapperApplication LicenseUrl="https://www.example.com/license" Theme="hyperlinkLicense" />
|
|
</BootstrapperApplication>
|
|
|
|
<Chain>
|
|
<!-- TODO: Define the list of chained packages. -->
|
|
<!-- <MsiPackage SourceFile="path\to\your.msi" /> -->
|
|
</Chain>
|
|
|
|
</Bundle>
|
|
</Wix>
|