| 1 | <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"> |
| 2 | <Bundle Name="NetFxPackageGroup481" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="{1A204524-03F4-4641-BDF3-2A272A34A888}"> |
| 3 | <BootstrapperApplication> |
| 4 | <bal:WixStandardBootstrapperApplication LicenseUrl="http://wixtoolset.org/about/license/" Theme="hyperlinkLicense" /> |
| 5 | </BootstrapperApplication> |
| 6 | |
| 7 | <util:RegistrySearchRef Id="WixNetFramework4xInstalledRelease" /> |
| 8 | |
| 9 | <Chain> |
| 10 | <PackageGroupRef Id="NetFx481RedistAsPrereq" /> |
| 11 | </Chain> |
| 12 | </Bundle> |
| 13 | </Wix> |