diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-05-11 07:48:54 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-05-11 07:48:54 -0700 |
| commit | 1ada7ea116791710f3529c806b8aececd4cfa61d (patch) | |
| tree | 8350cea7bfd987a3a5807cc498c193ee055f969c /src/ext/NetFx/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages | |
| parent | 32112ecd939d36cd14603f09283f825dea4f07c8 (diff) | |
| parent | 7bdd5e9159b298e0411afa689a06c44e36e293cd (diff) | |
| download | wix-1ada7ea116791710f3529c806b8aececd4cfa61d.tar.gz wix-1ada7ea116791710f3529c806b8aececd4cfa61d.tar.bz2 wix-1ada7ea116791710f3529c806b8aececd4cfa61d.zip | |
Merge NetFx.wixext
Diffstat (limited to 'src/ext/NetFx/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages')
2 files changed, 24 insertions, 0 deletions
diff --git a/src/ext/NetFx/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/BundleLatest.wxs b/src/ext/NetFx/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/BundleLatest.wxs new file mode 100644 index 00000000..8e3d2c30 --- /dev/null +++ b/src/ext/NetFx/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/BundleLatest.wxs | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal"> | ||
| 2 | <Bundle Name="WixStdBa" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="75D5D534-E177-4689-AAE9-CAC1C39002C2"> | ||
| 3 | <BootstrapperApplication> | ||
| 4 | <bal:WixStandardBootstrapperApplication LicenseUrl="http://wixtoolset.org/about/license/" Theme="hyperlinkLicense" /> | ||
| 5 | </BootstrapperApplication> | ||
| 6 | <Chain> | ||
| 7 | <PackageGroupRef Id="AspNetCoreRuntime31Redist_x86" /> | ||
| 8 | <PackageGroupRef Id="DesktopNetCoreRuntime31Redist_x86" /> | ||
| 9 | <PackageGroupRef Id="DotNetCoreRuntime31Redist_x86" /> | ||
| 10 | </Chain> | ||
| 11 | </Bundle> | ||
| 12 | </Wix> | ||
diff --git a/src/ext/NetFx/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/BundleLatest_x64.wxs b/src/ext/NetFx/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/BundleLatest_x64.wxs new file mode 100644 index 00000000..fc42ac99 --- /dev/null +++ b/src/ext/NetFx/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/BundleLatest_x64.wxs | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal"> | ||
| 2 | <Bundle Name="WixStdBa" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="75D5D534-E177-4689-AAE9-CAC1C39002C2"> | ||
| 3 | <BootstrapperApplication> | ||
| 4 | <bal:WixStandardBootstrapperApplication LicenseUrl="http://wixtoolset.org/about/license/" Theme="hyperlinkLicense" /> | ||
| 5 | </BootstrapperApplication> | ||
| 6 | <Chain> | ||
| 7 | <PackageGroupRef Id="AspNetCoreRuntime31Redist_x64" /> | ||
| 8 | <PackageGroupRef Id="DesktopNetCoreRuntime31Redist_x64" /> | ||
| 9 | <PackageGroupRef Id="DotNetCoreRuntime31Redist_x64" /> | ||
| 10 | </Chain> | ||
| 11 | </Bundle> | ||
| 12 | </Wix> | ||
