bpo-38589: Fixes HTML Help shortcut when Windows is not installed to C drive (GH-16968)

(cherry picked from commit 0ac6137dd3)

Co-authored-by: Steve Dower <steve.dower@python.org>
This commit is contained in:
Miss Skeleton (bot) 2019-10-28 14:55:10 -07:00 committed by GitHub
parent a4ee7abd20
commit 2267cb9da4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Fixes HTML Help shortcut when Windows is not installed to C drive

View File

@ -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>