Skip to content
Permalink
Browse files

bpo-38589: Fixes HTML Help shortcut when Windows is not installed to …

…C drive (GH-16968)

(cherry picked from commit 0ac6137)

Co-authored-by: Steve Dower <steve.dower@python.org>
  • Loading branch information
miss-islington and zooba committed Oct 28, 2019
1 parent 155a9dc commit 379b55b526a04e6db40c7070fd70f0d7d37bba64
Showing with 2 additions and 1 deletion.
  1. +1 −0 Misc/NEWS.d/next/Windows/2019-10-28-10-48-16.bpo-38589.V69Q1a.rst
  2. +1 −1 Tools/msi/doc/doc.wxs
@@ -0,0 +1 @@
Fixes HTML Help shortcut when Windows is not installed to C drive
@@ -8,7 +8,7 @@
<PropertyRef Id="REGISTRYKEY" />

<Property Id="HHExe" Value="C:\Windows\hh.exe" />
<CustomAction Id="SetHHExe" Property="HHCExe" Value='[WindowsFolder]\hh.exe' Execute="immediate" />
<CustomAction Id="SetHHExe" Property="HHExe" Value='[WindowsFolder]\hh.exe' Execute="immediate" />
<InstallExecuteSequence>
<Custom Action="SetHHExe" Before="CostFinalize">1</Custom>
</InstallExecuteSequence>

0 comments on commit 379b55b

Please sign in to comment.
You can’t perform that action at this time.