mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-95445: Ensure Windows msi uninstalls document folder successfully (GH-95465)
This commit is contained in:
parent
d965d1995e
commit
7d8973870b
2 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,11 @@
|
|||
<RegistryValue Key="Help\Main Python Documentation" Type="string" Value="[#Doc_html_index.html]" KeyPath="yes" />
|
||||
</RegistryKey>
|
||||
</Component>
|
||||
|
||||
<Component Id="doc_folder" Directory="Doc" Guid="{22FD42DB-EC66-4B1C-B1FC-44E0CF7B2462}">
|
||||
<CreateFolder />
|
||||
<RemoveFolder Id="Remove_doc_folder" On="uninstall" />
|
||||
</Component>
|
||||
</Feature>
|
||||
<Feature Id="Shortcuts" AllowAdvertise="no" Title="!(loc.Title)" Description="!(loc.Description)">
|
||||
<ComponentGroupRef Id="doc_html" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue