Issue 5390: Add uninstall icon independent of whether file
extensions are installed.
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 @@
"", 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",