]> granicus.if.org Git - python/commitdiff
Merged revisions 73598 via svnmerge from
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 28 Jun 2009 09:36:14 +0000 (09:36 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 28 Jun 2009 09:36:14 +0000 (09:36 +0000)
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.
........

Misc/NEWS
Tools/msi/msi.py

index b4b9e9ff29b24f1a4cc8e28025e10beb1c8a6080..2f5e7b9a5b2291fa1f19a7620b5ec9f56e8cae75 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,12 @@ Core and Builtins
 Library
 -------
 
+Build
+-----
+
+- Issue 5390: Add uninstall icon independent of whether file
+  extensions are installed.
+
 
 What's New in Python 3.1?
 =========================
index 95c07bc8246b643e22c3693ca2a49976dd8d3239..d6a2048eac7385370a6ac74faf61521cfd00c54c 100644 (file)
@@ -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",