Skip to content

Commit

Permalink
bpo-38589: Fixes HTML Help shortcut when Windows is not installed to …
Browse files Browse the repository at this point in the history
…C drive (GH-16968)
  • Loading branch information
zooba committed Oct 28, 2019
1 parent 794616f commit 0ac6137
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixes HTML Help shortcut when Windows is not installed to C drive
2 changes: 1 addition & 1 deletion Tools/msi/doc/doc.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0ac6137

Please sign in to comment.