mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix installer Back button going to wrong page when modifying.
Also fix error when doing test builds without documentation file.
This commit is contained in:
parent
8b62bbf2e5
commit
db80aec67a
2 changed files with 10 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
|||
<Feature Id="DefaultFeature" AllowAdvertise="no" Title="!(loc.Title)" Description="!(loc.Description)">
|
||||
<ComponentGroupRef Id="doc" />
|
||||
|
||||
<?ifdef DocFilename ?>
|
||||
<Component Id="doc_shortcut" Directory="MenuDir" Guid="*">
|
||||
<RegistryKey Root="HKMU" Key="[REGISTRYKEY]">
|
||||
<RegistryValue Key="Help\Main Python Documentation" Type="string" Value="[#python.chm]" KeyPath="yes" />
|
||||
|
@ -20,6 +21,7 @@
|
|||
Description="!(loc.ShortcutDescription)" />
|
||||
<RemoveFolder Id="Remove_MenuDir" On="uninstall" />
|
||||
</Component>
|
||||
<?endif ?>
|
||||
|
||||
</Feature>
|
||||
</Product>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue