aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/wix/QbsBootstrapper.wxs
blob: 272f6af5be28a876b295e155fbc500ff9b038381 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
    <Bundle Name="QbsBootstrapper" Version="1.0.0.0" Manufacturer="Qt Project" UpgradeCode="7b05b159-c9ce-477c-9fb5-7fce3cd50396">
        <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.RtfLicense" />

        <Chain>
            <MsiPackage SourceFile="$(var.msiName)" />
        </Chain>
    </Bundle>
</Wix>