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

Skip to content

Commit 1ee5864

Browse files
committed
Merged revisions 73600 via svnmerge from
svn+ssh://[email protected]/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://[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 06c7ca3 commit 1ee5864

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Misc/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,9 @@ Extension Modules
209209
Build
210210
-----
211211

212+
- Issue 5390: Add uninstall icon independent of whether file
213+
extensions are installed.
214+
212215
- Issue #6094: Build correctly with Subversion 1.7.
213216

214217
- Link the shared python library with $(MODLIBS).

Tools/msi/msi.py

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

0 commit comments

Comments
 (0)