From ecb4f953dd8fdfc17de759dcd3bf737debcb7284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sun, 28 Jun 2009 09:32:39 +0000 Subject: Issue 5390: Add uninstall icon independent of whether file extensions are installed. --- Misc/NEWS | 3 +++ Tools/msi/msi.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 571094c..c942fad 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1060,6 +1060,9 @@ Tools/Demos Build ----- +- Issue 5390: Add uninstall icon independent of whether file + extensions are installed. + - Issue 5809: Specifying both --enable-framework and --enable-shared is an error. Configure now explicity tells you about this. diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py index 63a4961..8c8aae6 100644 --- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py @@ -1257,7 +1257,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", -- cgit v0.12