diff options
| author | Bob Arnson <bob@firegiant.com> | 2020-10-26 21:09:24 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2020-10-26 21:12:52 -0400 |
| commit | c532140cff9e3f2603a0ca823a410b10d8d8938b (patch) | |
| tree | 115383e0937e359bba7b5feac393302325d13179 /src/test/WixToolsetTest.Util/TestData/CloseApplication | |
| parent | c7c978ecf0e982872072ae5339cc95c8665b7189 (diff) | |
| download | wix-c532140cff9e3f2603a0ca823a410b10d8d8938b.tar.gz wix-c532140cff9e3f2603a0ca823a410b10d8d8938b.tar.bz2 wix-c532140cff9e3f2603a0ca823a410b10d8d8938b.zip | |
Update test authoring for Package/SummaryInformation change.
Diffstat (limited to 'src/test/WixToolsetTest.Util/TestData/CloseApplication')
| -rw-r--r-- | src/test/WixToolsetTest.Util/TestData/CloseApplication/Package.wxs | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/test/WixToolsetTest.Util/TestData/CloseApplication/Package.wxs b/src/test/WixToolsetTest.Util/TestData/CloseApplication/Package.wxs index ec54a472..410b151d 100644 --- a/src/test/WixToolsetTest.Util/TestData/CloseApplication/Package.wxs +++ b/src/test/WixToolsetTest.Util/TestData/CloseApplication/Package.wxs | |||
| @@ -1,16 +1,13 @@ | |||
| 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util"> | 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util"> |
| 2 | <Product Name="MsiPackage" Language="1033" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a"> | 2 | <Package Name="MsiPackage" Language="1033" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a"> |
| 3 | <Package InstallerVersion="200" Compressed="no" InstallScope="perMachine" /> | ||
| 4 | |||
| 5 | <MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" /> | 3 | <MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" /> |
| 6 | <MediaTemplate /> | ||
| 7 | 4 | ||
| 8 | <Feature Id="ProductFeature" Title="!(loc.FeatureTitle)"> | 5 | <Feature Id="ProductFeature" Title="!(loc.FeatureTitle)"> |
| 9 | <ComponentGroupRef Id="ProductComponents" /> | 6 | <ComponentGroupRef Id="ProductComponents" /> |
| 10 | </Feature> | 7 | </Feature> |
| 11 | 8 | ||
| 12 | <util:CloseApplication Id="CloseMyApp" CloseMessage="yes" Property="MYAPPISRUNNING" Target="explorer.exe" /> | 9 | <util:CloseApplication Id="CloseMyApp" CloseMessage="yes" Property="MYAPPISRUNNING" Target="explorer.exe" /> |
| 13 | </Product> | 10 | </Package> |
| 14 | 11 | ||
| 15 | <Fragment> | 12 | <Fragment> |
| 16 | <Directory Id="TARGETDIR" Name="SourceDir"> | 13 | <Directory Id="TARGETDIR" Name="SourceDir"> |
