summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2009-06-28 09:40:34 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2009-06-28 09:40:34 (GMT)
commit9d49c1d1867b7ad6f146fa4b21450154ac77ef96 (patch)
tree19008b75fdb7a4ec8c069e4fbc16dbaa5df9bd40 /Tools
parent0491d78a9e5e66d01b375dd3fdae9564faa2459d (diff)
downloadcpython-9d49c1d1867b7ad6f146fa4b21450154ac77ef96.zip
cpython-9d49c1d1867b7ad6f146fa4b21450154ac77ef96.tar.gz
cpython-9d49c1d1867b7ad6f146fa4b21450154ac77ef96.tar.bz2
Merged revisions 73600 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r73600 | martin.v.loewis | 2009-06-28 11:36:14 +0200 (So, 28 Jun 2009) | 10 lines Merged revisions 73598 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r73598 | martin.v.loewis | 2009-06-28 11:32:39 +0200 (So, 28 Jun 2009) | 3 lines Issue 5390: Add uninstall icon independent of whether file extensions are installed. ........ ................
Diffstat (limited to 'Tools')
-rw-r--r--Tools/msi/msi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py
index 95c07bc..d6a2048 100644
--- a/Tools/msi/msi.py
+++ b/Tools/msi/msi.py
@@ -1258,7 +1258,7 @@ def add_registry(db):
"", r"[TARGETDIR]Python.exe", "REGISTRY.def"),
("DisplayIcon", -1,
r"Software\Microsoft\Windows\CurrentVersion\Uninstall\%s" % product_code,
- "DisplayIcon", "[TARGETDIR]python.exe", "REGISTRY.def")
+ "DisplayIcon", "[TARGETDIR]python.exe", "REGISTRY")
])
# Shortcuts, see "Shortcut Table"
add_data(db, "Directory",