bpo-38589: Fixes HTML Help shortcut when Windows is not installed to C drive (GH-16968)
This commit is contained in:
parent
794616f837
commit
0ac6137dd3
|
@ -0,0 +1 @@
|
||||||
|
Fixes HTML Help shortcut when Windows is not installed to C drive
|
|
@ -8,7 +8,7 @@
|
||||||
<PropertyRef Id="REGISTRYKEY" />
|
<PropertyRef Id="REGISTRYKEY" />
|
||||||
|
|
||||||
<Property Id="HHExe" Value="C:\Windows\hh.exe" />
|
<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>
|
<InstallExecuteSequence>
|
||||||
<Custom Action="SetHHExe" Before="CostFinalize">1</Custom>
|
<Custom Action="SetHHExe" Before="CostFinalize">1</Custom>
|
||||||
</InstallExecuteSequence>
|
</InstallExecuteSequence>
|
||||||
|
|
Loading…
Reference in New Issue