aboutsummaryrefslogtreecommitdiff
path: root/src/ext/NetFx/test/WixToolsetTest.Netfx/TestData/UsingNetFxSearches/BundleLatest.wxs
blob: 1ee62d4b2b7b27969e42b5f8d5a2c676b922e38c (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" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util">
    <Bundle Name="NetFxPackageGroup481" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="{1A204524-03F4-4641-BDF3-2A272A34A888}">
        <BootstrapperApplication>
            <bal:WixStandardBootstrapperApplication LicenseUrl="http://wixtoolset.org/about/license/" Theme="hyperlinkLicense" />
        </BootstrapperApplication>

        <util:RegistrySearchRef Id="WixNetFramework4xInstalledRelease" />

        <Chain>
            <PackageGroupRef Id="NetFx481RedistAsPrereq" />
        </Chain>
    </Bundle>
</Wix>