summaryrefslogtreecommitdiffstats
path: root/Tools/msi/test
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-09-05 19:47:06 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-09-05 19:47:06 (GMT)
commitf3f2d372e81ffa80feadc64f3a66bfbaceb72485 (patch)
tree9b39fea2c4ff985ebf57246609a9744147840a7a /Tools/msi/test
parent65d3643085312d61c0278a020927ba8ef8f571e2 (diff)
downloadcpython-f3f2d372e81ffa80feadc64f3a66bfbaceb72485.zip
cpython-f3f2d372e81ffa80feadc64f3a66bfbaceb72485.tar.gz
cpython-f3f2d372e81ffa80feadc64f3a66bfbaceb72485.tar.bz2
Issue #24910: Windows MSIs now have unique display names.
Diffstat (limited to 'Tools/msi/test')
-rw-r--r--Tools/msi/test/test_d.wxs2
-rw-r--r--Tools/msi/test/test_pdb.wxs2
2 files changed, 2 insertions, 2 deletions
diff --git a/Tools/msi/test/test_d.wxs b/Tools/msi/test/test_d.wxs
index a25afdd..a954876 100644
--- a/Tools/msi/test/test_d.wxs
+++ b/Tools/msi/test/test_d.wxs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
- <Product Id="*" Language="!(loc.LCID)" Name="!(loc.Title)" Version="$(var.Version)" Manufacturer="!(loc.Manufacturer)" UpgradeCode="$(var.UpgradeCode)">
+ <Product Id="*" Language="!(loc.LCID)" Name="!(loc.Title_d)" Version="$(var.Version)" Manufacturer="!(loc.Manufacturer)" UpgradeCode="$(var.UpgradeCode)">
<Package InstallerVersion="300" Compressed="yes" InstallScope="perUser" Platform="$(var.Platform)" />
<MediaTemplate EmbedCab="yes" CompressionLevel="high" />
diff --git a/Tools/msi/test/test_pdb.wxs b/Tools/msi/test/test_pdb.wxs
index 1510a6f..de634a3 100644
--- a/Tools/msi/test/test_pdb.wxs
+++ b/Tools/msi/test/test_pdb.wxs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
- <Product Id="*" Language="!(loc.LCID)" Name="!(loc.Title)" Version="$(var.Version)" Manufacturer="!(loc.Manufacturer)" UpgradeCode="$(var.UpgradeCode)">
+ <Product Id="*" Language="!(loc.LCID)" Name="!(loc.TitlePdb)" Version="$(var.Version)" Manufacturer="!(loc.Manufacturer)" UpgradeCode="$(var.UpgradeCode)">
<Package InstallerVersion="300" Compressed="yes" InstallScope="perUser" Platform="$(var.Platform)" />
<MediaTemplate EmbedCab="yes" CompressionLevel="high" />