]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-38589: Fixes HTML Help shortcut when Windows is not installed to C drive (GH...
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 28 Oct 2019 21:52:00 +0000 (14:52 -0700)
committerGitHub <noreply@github.com>
Mon, 28 Oct 2019 21:52:00 +0000 (14:52 -0700)
(cherry picked from commit 0ac6137dd3d1e2c8f9558153ad63021f57e05e73)

Co-authored-by: Steve Dower <steve.dower@python.org>
Misc/NEWS.d/next/Windows/2019-10-28-10-48-16.bpo-38589.V69Q1a.rst [new file with mode: 0644]
Tools/msi/doc/doc.wxs

diff --git a/Misc/NEWS.d/next/Windows/2019-10-28-10-48-16.bpo-38589.V69Q1a.rst b/Misc/NEWS.d/next/Windows/2019-10-28-10-48-16.bpo-38589.V69Q1a.rst
new file mode 100644 (file)
index 0000000..e864290
--- /dev/null
@@ -0,0 +1 @@
+Fixes HTML Help shortcut when Windows is not installed to C drive
index 306fb11dc661953243720e2010114e0dd718ca08..cd1a68cc2601ae5b3e1e78f1c9bc63ac92624453 100644 (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>