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/MultiFileCompressed/Package.wxs | |
| 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/MultiFileCompressed/Package.wxs')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/MultiFileCompressed/Package.wxs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/MultiFileCompressed/Package.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/MultiFileCompressed/Package.wxs index 0b743c81..44b8c2b5 100644 --- a/src/test/WixToolsetTest.CoreIntegration/TestData/MultiFileCompressed/Package.wxs +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/MultiFileCompressed/Package.wxs | |||
| @@ -6,7 +6,8 @@ | |||
| 6 | <MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" /> | 6 | <MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" /> |
| 7 | 7 | ||
| 8 | <?ifndef MediaTemplateCompressionLevel?> | 8 | <?ifndef MediaTemplateCompressionLevel?> |
| 9 | <Media Id="1" Cabinet="example.cab" /> | 9 | <Media Id="1" Cabinet="example1.cab" /> |
| 10 | <Media Id="2" Cabinet="example2.cab" /> | ||
| 10 | <?elseif $(MediaTemplateCompressionLevel) = ""?> | 11 | <?elseif $(MediaTemplateCompressionLevel) = ""?> |
| 11 | <MediaTemplate /> | 12 | <MediaTemplate /> |
| 12 | <?else?> | 13 | <?else?> |
