diff options
author | Bob Arnson <bob@firegiant.com> | 2022-02-13 00:46:54 -0500 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2022-02-13 08:47:43 -0500 |
commit | 1be6baef099aa75fd45f41e55b8138ac2c7e0da3 (patch) | |
tree | f441deda5d7a355aea7966150ed1116a40701296 /src/ext/ComPlus/test/WixToolsetTest.ComPlus/TestData | |
parent | cb509edac4749d77a4eb07e9314354279f99ff1a (diff) | |
download | wix-1be6baef099aa75fd45f41e55b8138ac2c7e0da3.tar.gz wix-1be6baef099aa75fd45f41e55b8138ac2c7e0da3.tar.bz2 wix-1be6baef099aa75fd45f41e55b8138ac2c7e0da3.zip |
Versioned extension ids: ComPlus, Msmq
Diffstat (limited to 'src/ext/ComPlus/test/WixToolsetTest.ComPlus/TestData')
-rw-r--r-- | src/ext/ComPlus/test/WixToolsetTest.ComPlus/TestData/UsingComPlusPartition/Package.wxs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ext/ComPlus/test/WixToolsetTest.ComPlus/TestData/UsingComPlusPartition/Package.wxs b/src/ext/ComPlus/test/WixToolsetTest.ComPlus/TestData/UsingComPlusPartition/Package.wxs index bd31e81f..9524f3a4 100644 --- a/src/ext/ComPlus/test/WixToolsetTest.ComPlus/TestData/UsingComPlusPartition/Package.wxs +++ b/src/ext/ComPlus/test/WixToolsetTest.ComPlus/TestData/UsingComPlusPartition/Package.wxs | |||
@@ -1,5 +1,5 @@ | |||
1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | 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"> | 2 | <Package Name="MsiPackage" Language="1033" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a"> |
3 | <MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" /> | 3 | <MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" /> |
4 | 4 | ||
5 | <Feature Id="ProductFeature" Title="!(loc.FeatureTitle)"> | 5 | <Feature Id="ProductFeature" Title="!(loc.FeatureTitle)"> |