]> granicus.if.org Git - python/commitdiff
Issue 5390: Add uninstall icon independent of whether file
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 28 Jun 2009 09:32:39 +0000 (09:32 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 28 Jun 2009 09:32:39 +0000 (09:32 +0000)
extensions are installed.

Misc/NEWS
Tools/msi/msi.py

index 571094ca8817c9a60fab1f74acd0af407bbd22c9..c942fadb5712d6cfcef6766ca0f9c9a2a173c89c 100644 (file)
--- 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.
 
index 63a4961372df150884f2ea833717a155dc9d251e..8c8aae6742d371e82236291a884940ea665f4dd6 100644 (file)
@@ -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",