mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Enables shortcuts to be deselected when installing on Windows.
This commit is contained in:
parent
2d0a69a456
commit
1d4880db3d
14 changed files with 99 additions and 63 deletions
|
@ -8,13 +8,14 @@
|
|||
<PropertyRef Id="REGISTRYKEY" />
|
||||
|
||||
<Feature Id="DefaultFeature" AllowAdvertise="no" Title="!(loc.Title)" Description="!(loc.Description)">
|
||||
<ComponentGroupRef Id="doc" Primary="yes" />
|
||||
</Feature>
|
||||
<Feature Id="Shortcuts" 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" />
|
||||
</RegistryKey>
|
||||
<RegistryValue Root="HKMU" Key="[REGISTRYKEY]\DocShortcuts" Type="integer" Value="1" KeyPath="yes" />
|
||||
<Shortcut Id="python.chm"
|
||||
Target="[#python.chm]"
|
||||
Name="!(loc.ShortcutName)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue