diff options
| author | Bob Arnson <bob@firegiant.com> | 2020-10-24 20:31:37 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2020-10-24 20:37:32 -0400 |
| commit | 1ba5b0818ceeb14f5c66794d729314ecb56660ca (patch) | |
| tree | 27e0d0b36f0ac2bed6b75a7f7dab27ac40470e44 /src/test/WixToolsetTest.Sdk/TestData/HeatFilePackage | |
| parent | c3efac199fd6c6f45ce7713b12902152f0404c70 (diff) | |
| download | wix-1ba5b0818ceeb14f5c66794d729314ecb56660ca.tar.gz wix-1ba5b0818ceeb14f5c66794d729314ecb56660ca.tar.bz2 wix-1ba5b0818ceeb14f5c66794d729314ecb56660ca.zip | |
Update test authoring for Package/SummaryInformation change.
Diffstat (limited to 'src/test/WixToolsetTest.Sdk/TestData/HeatFilePackage')
| -rw-r--r-- | src/test/WixToolsetTest.Sdk/TestData/HeatFilePackage/Package.wxs | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/test/WixToolsetTest.Sdk/TestData/HeatFilePackage/Package.wxs b/src/test/WixToolsetTest.Sdk/TestData/HeatFilePackage/Package.wxs index e509c464..8e04a8ce 100644 --- a/src/test/WixToolsetTest.Sdk/TestData/HeatFilePackage/Package.wxs +++ b/src/test/WixToolsetTest.Sdk/TestData/HeatFilePackage/Package.wxs | |||
| @@ -1,15 +1,13 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
| 2 | 2 | <Package Name="HeatFilePackage" Language="1033" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a" Compressed="yes" InstallerVersion="200"> | |
| 3 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | 3 | |
| 4 | <Product Id="*" Name="HeatFilePackage" Language="1033" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a"> | ||
| 5 | <Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" /> | ||
| 6 | 4 | ||
| 7 | <MediaTemplate /> | 5 | <MediaTemplate /> |
| 8 | 6 | ||
| 9 | <Feature Id="ProductFeature" Title="HeatFileFeature"> | 7 | <Feature Id="ProductFeature" Title="HeatFileFeature"> |
| 10 | <ComponentGroupRef Id="ProductComponents" /> | 8 | <ComponentGroupRef Id="ProductComponents" /> |
| 11 | </Feature> | 9 | </Feature> |
| 12 | </Product> | 10 | </Package> |
| 13 | 11 | ||
| 14 | <Fragment> | 12 | <Fragment> |
| 15 | <Directory Id="TARGETDIR" Name="SourceDir"> | 13 | <Directory Id="TARGETDIR" Name="SourceDir"> |
