diff options
| author | Bob Arnson <bob@joyofsetup.com> | 2020-06-22 19:35:34 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2020-06-22 19:44:05 -0400 |
| commit | 461350c09839f1e59fb3dafe1a67e74bf152f803 (patch) | |
| tree | 210294861118294e6546b36c76ef3a0722fc44e5 /src/test/WixToolsetTest.CoreIntegration/TestData/Variables | |
| parent | 5e07fe18b6d431ceb554297c575878ed4331470d (diff) | |
| download | wix-461350c09839f1e59fb3dafe1a67e74bf152f803.tar.gz wix-461350c09839f1e59fb3dafe1a67e74bf152f803.tar.bz2 wix-461350c09839f1e59fb3dafe1a67e74bf152f803.zip | |
If no Media or MediaTemplate is present, default to a MediaTemplate.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/Variables')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.wxs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.wxs index 57c24f57..8d49c30e 100644 --- a/src/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.wxs +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.wxs | |||
| @@ -17,7 +17,6 @@ | |||
| 17 | <Package InstallerVersion="200" Compressed="no" InstallScope="perMachine" /> | 17 | <Package InstallerVersion="200" Compressed="no" InstallScope="perMachine" /> |
| 18 | 18 | ||
| 19 | <MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" /> | 19 | <MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" /> |
| 20 | <MediaTemplate /> | ||
| 21 | 20 | ||
| 22 | <Feature Id="ProductFeature" Title="!(loc.FeatureTitle)"> | 21 | <Feature Id="ProductFeature" Title="!(loc.FeatureTitle)"> |
| 23 | <ComponentGroupRef Id="ProductComponents" /> | 22 | <ComponentGroupRef Id="ProductComponents" /> |
