@joebigelow / wix-1 / commits / e65e115f

Update test authoring for Package/SummaryInformation change.

Update test authoring for Package/SummaryInformation change.

Bob Arnson committed Oct 26, 2020 at 21:54 UTC e65e115ffee8d5b28b14ce28bf904da5524f43ab
1 file changed +5 -6
src/test/WixToolsetTest.Http/TestData/UsingUrlReservation/Package.wxs
+5 -6
@@ -1,16 +1,15 @@
1 -<?xml version="1.0" encoding="utf-8"?>
2 -<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
3 - <Product Id="*" Name="MsiPackage" Language="1033" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a">
4 - <Package InstallerVersion="200" Compressed="no" InstallScope="perMachine" />
1 +<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
2 + <Package Name="MsiPackage" Language="1033" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a" InstallerVersion="200">
3 +
4
5 <MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" />
7 - <MediaTemplate />
6 +
7
8 <Feature Id="ProductFeature" Title="!(loc.FeatureTitle)">
9 <ComponentGroupRef Id="ProductComponents" />
10 </Feature>
11
13 - </Product>
12 + </Package>
13
14 <Fragment>
15 <Directory Id="TARGETDIR" Name="SourceDir">