diff options
| author | Bob Arnson <bob@firegiant.com> | 2018-09-06 20:33:40 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2018-09-06 20:33:40 -0400 |
| commit | 38b6fe65e36ed9442e3fc714dea1793d457f0b20 (patch) | |
| tree | 1bcb7a70194e9d4627c51437b35edbecedece662 /src/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed | |
| parent | c72297466821e6ca856866cd48726c919554b580 (diff) | |
| download | wix-38b6fe65e36ed9442e3fc714dea1793d457f0b20.tar.gz wix-38b6fe65e36ed9442e3fc714dea1793d457f0b20.tar.bz2 wix-38b6fe65e36ed9442e3fc714dea1793d457f0b20.zip | |
Fix codepage handling to cover both Framework- and Core- supported code pages.
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 0b743c81..8bb1f6af 100644 --- a/src/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/Package.wxs +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/Package.wxs | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | 2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
| 3 | <Product Id="*" Name="MsiPackage" Language="1033" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a"> | 3 | <Product Id="*" Name="MsiPackage" Codepage="65001" Language="1033" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a"> |
| 4 | <Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" /> | 4 | <Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" /> |
| 5 | 5 | ||
| 6 | <MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" /> | 6 | <MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" /> |
