Skip to content

Commit 0ac6137

Browse files
authored
bpo-38589: Fixes HTML Help shortcut when Windows is not installed to C drive (GH-16968)
1 parent 794616f commit 0ac6137

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixes HTML Help shortcut when Windows is not installed to C drive

Tools/msi/doc/doc.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PropertyRef Id="REGISTRYKEY" />
99

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

0 commit comments

Comments
 (0)