diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-05-11 07:50:20 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-05-11 07:50:20 -0700 |
| commit | 4608361a88ef82e15caf3574ac107486f5fe135c (patch) | |
| tree | 2fdc12df96dda724bfc6b5c87edf7eded1bb6249 /src/ext/ComPlus/test/WixToolsetTest.ComPlus/TestData/UsingComPlusPartition/Package.wxs | |
| parent | 499ea135605261f631650b6c383f6e5063b097d5 (diff) | |
| parent | 337124bed6a57b40fca11c5c2f5b554f570522a6 (diff) | |
| download | wix-4608361a88ef82e15caf3574ac107486f5fe135c.tar.gz wix-4608361a88ef82e15caf3574ac107486f5fe135c.tar.bz2 wix-4608361a88ef82e15caf3574ac107486f5fe135c.zip | |
Merge ComPlus.wixext
Diffstat (limited to 'src/ext/ComPlus/test/WixToolsetTest.ComPlus/TestData/UsingComPlusPartition/Package.wxs')
| -rw-r--r-- | src/ext/ComPlus/test/WixToolsetTest.ComPlus/TestData/UsingComPlusPartition/Package.wxs | 15 |
1 files changed, 15 insertions, 0 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 new file mode 100644 index 00000000..bd31e81f --- /dev/null +++ b/src/ext/ComPlus/test/WixToolsetTest.ComPlus/TestData/UsingComPlusPartition/Package.wxs | |||
| @@ -0,0 +1,15 @@ | |||
| 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 | <MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" /> | ||
| 4 | |||
| 5 | <Feature Id="ProductFeature" Title="!(loc.FeatureTitle)"> | ||
| 6 | <ComponentGroupRef Id="ProductComponents" /> | ||
| 7 | </Feature> | ||
| 8 | </Package> | ||
| 9 | |||
| 10 | <Fragment> | ||
| 11 | <StandardDirectory Id="ProgramFilesFolder"> | ||
| 12 | <Directory Id="INSTALLFOLDER" Name="MsiPackage" /> | ||
| 13 | </StandardDirectory> | ||
| 14 | </Fragment> | ||
| 15 | </Wix> | ||
