Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 95c4601

Browse files
committed
Merged revisions 73598 via svnmerge from
svn+ssh://[email protected]/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. ........
1 parent 876b2f2 commit 95c4601

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Misc/NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ Core and Builtins
1515
Library
1616
-------
1717

18+
Build
19+
-----
20+
21+
- Issue 5390: Add uninstall icon independent of whether file
22+
extensions are installed.
23+
1824

1925
What's New in Python 3.1?
2026
=========================

Tools/msi/msi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1258,7 +1258,7 @@ def add_registry(db):
12581258
"", r"[TARGETDIR]Python.exe", "REGISTRY.def"),
12591259
("DisplayIcon", -1,
12601260
r"Software\Microsoft\Windows\CurrentVersion\Uninstall\%s" % product_code,
1261-
"DisplayIcon", "[TARGETDIR]python.exe", "REGISTRY.def")
1261+
"DisplayIcon", "[TARGETDIR]python.exe", "REGISTRY")
12621262
])
12631263
# Shortcuts, see "Shortcut Table"
12641264
add_data(db, "Directory",

0 commit comments

Comments
 (0)