We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794616f commit 0ac6137Copy full SHA for 0ac6137
Misc/NEWS.d/next/Windows/2019-10-28-10-48-16.bpo-38589.V69Q1a.rst
@@ -0,0 +1 @@
1
+Fixes HTML Help shortcut when Windows is not installed to C drive
Tools/msi/doc/doc.wxs
@@ -8,7 +8,7 @@
8
<PropertyRef Id="REGISTRYKEY" />
9
10
<Property Id="HHExe" Value="C:\Windows\hh.exe" />
11
- <CustomAction Id="SetHHExe" Property="HHCExe" Value='[WindowsFolder]\hh.exe' Execute="immediate" />
+ <CustomAction Id="SetHHExe" Property="HHExe" Value='[WindowsFolder]\hh.exe' Execute="immediate" />
12
<InstallExecuteSequence>
13
<Custom Action="SetHHExe" Before="CostFinalize">1</Custom>
14
</InstallExecuteSequence>
0 commit comments