diff options
| author | Bob Arnson <bob@firegiant.com> | 2020-10-23 17:32:44 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2020-10-24 19:44:44 -0400 |
| commit | 8b5505cd13367d48bce4ec8a6018e370ed3755b1 (patch) | |
| tree | 97fb50229aff208bce91b160d11ffeee9b1e783a /src/test/WixToolsetTest.CoreIntegration/TestData/Variables | |
| parent | 95188080c8005c01c39bb071459b36f8660bcfcd (diff) | |
| download | wix-8b5505cd13367d48bce4ec8a6018e370ed3755b1.tar.gz wix-8b5505cd13367d48bce4ec8a6018e370ed3755b1.tar.bz2 wix-8b5505cd13367d48bce4ec8a6018e370ed3755b1.zip | |
Reorganize Product/Package to Package/SummaryInformation.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/Variables')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.wxs | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.wxs index 8d49c30e..7de55810 100644 --- a/src/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.wxs +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.wxs | |||
| @@ -1,6 +1,4 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?define Foo = "Foo" ?> |
| 2 | |||
| 3 | <?define Foo = "Foo" ?> | ||
| 4 | <?define Foo = "Foo" ?> | 2 | <?define Foo = "Foo" ?> |
| 5 | 3 | ||
| 6 | <?define Bar = "Bar" ?> | 4 | <?define Bar = "Bar" ?> |
| @@ -13,15 +11,15 @@ | |||
| 13 | <?endif?> | 11 | <?endif?> |
| 14 | 12 | ||
| 15 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | 13 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
| 16 | <Product Id="*" Name="MsiPackage" Language="1033" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a"> | 14 | <Package Name="MsiPackage" Language="1033" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a" Compressed="no" InstallerVersion="200" Scope="perMachine"> |
| 17 | <Package InstallerVersion="200" Compressed="no" InstallScope="perMachine" /> | 15 | |
| 18 | 16 | ||
| 19 | <MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" /> | 17 | <MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" /> |
| 20 | 18 | ||
| 21 | <Feature Id="ProductFeature" Title="!(loc.FeatureTitle)"> | 19 | <Feature Id="ProductFeature" Title="!(loc.FeatureTitle)"> |
| 22 | <ComponentGroupRef Id="ProductComponents" /> | 20 | <ComponentGroupRef Id="ProductComponents" /> |
| 23 | </Feature> | 21 | </Feature> |
| 24 | </Product> | 22 | </Package> |
| 25 | 23 | ||
| 26 | <Fragment> | 24 | <Fragment> |
| 27 | <Directory Id="TARGETDIR" Name="SourceDir"> | 25 | <Directory Id="TARGETDIR" Name="SourceDir"> |
