Commit ecb4f953 authored by Martin v. Löwis's avatar Martin v. Löwis

Issue 5390: Add uninstall icon independent of whether file

extensions are installed.
parent b4ad395d
...@@ -1060,6 +1060,9 @@ Tools/Demos ...@@ -1060,6 +1060,9 @@ Tools/Demos
Build Build
----- -----
- Issue 5390: Add uninstall icon independent of whether file
extensions are installed.
- Issue 5809: Specifying both --enable-framework and --enable-shared is - Issue 5809: Specifying both --enable-framework and --enable-shared is
an error. Configure now explicity tells you about this. an error. Configure now explicity tells you about this.
......
...@@ -1257,7 +1257,7 @@ def add_registry(db): ...@@ -1257,7 +1257,7 @@ def add_registry(db):
"", r"[TARGETDIR]Python.exe", "REGISTRY.def"), "", r"[TARGETDIR]Python.exe", "REGISTRY.def"),
("DisplayIcon", -1, ("DisplayIcon", -1,
r"Software\Microsoft\Windows\CurrentVersion\Uninstall\%s" % product_code, r"Software\Microsoft\Windows\CurrentVersion\Uninstall\%s" % product_code,
"DisplayIcon", "[TARGETDIR]python.exe", "REGISTRY.def") "DisplayIcon", "[TARGETDIR]python.exe", "REGISTRY")
]) ])
# Shortcuts, see "Shortcut Table" # Shortcuts, see "Shortcut Table"
add_data(db, "Directory", add_data(db, "Directory",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment