We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e62a0df commit 3192fd7Copy full SHA for 3192fd7
Misc/NEWS.d/next/Windows/2022-07-30-14-18-33.gh-issue-95445.mjrTaq.rst
@@ -0,0 +1 @@
1
+Fixes the unsuccessful removal of the HTML document directory when uninstalling with Windows msi.
Tools/msi/doc/doc.wxs
@@ -17,6 +17,11 @@
17
<RegistryValue Key="Help\Main Python Documentation" Type="string" Value="[#Doc_html_index.html]" KeyPath="yes" />
18
</RegistryKey>
19
</Component>
20
+
21
+ <Component Id="doc_folder" Directory="Doc" Guid="{22FD42DB-EC66-4B1C-B1FC-44E0CF7B2462}">
22
+ <CreateFolder />
23
+ <RemoveFolder Id="Remove_doc_folder" On="uninstall" />
24
+ </Component>
25
</Feature>
26
<Feature Id="Shortcuts" AllowAdvertise="no" Title="!(loc.Title)" Description="!(loc.Description)">
27
<ComponentGroupRef Id="doc_html" />
0 commit comments