diff options
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/Package.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/Package.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/Package.wxs index 8bb1f6af..c21a669c 100644 --- a/src/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/Package.wxs +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/Package.wxs | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | <?elseif $(MediaTemplateCompressionLevel) = ""?> | 10 | <?elseif $(MediaTemplateCompressionLevel) = ""?> |
| 11 | <MediaTemplate /> | 11 | <MediaTemplate /> |
| 12 | <?else?> | 12 | <?else?> |
| 13 | <MediaTemplate CabinetTemplate="lowcab{0}.cab" CompressionLevel="$(MediaTemplateCompressionLevel)" /> | 13 | <MediaTemplate CabinetTemplate="low{0}.cab" CompressionLevel="$(MediaTemplateCompressionLevel)" /> |
| 14 | <?endif?> | 14 | <?endif?> |
| 15 | 15 | ||
| 16 | <Feature Id="ProductFeature" Title="!(loc.FeatureTitle)"> | 16 | <Feature Id="ProductFeature" Title="!(loc.FeatureTitle)"> |
