(autohotkey.portable) tools\Install.cmd
is broken due to removal of AutoHotkey32.exe
#2607
Open
2 tasks done
Labels
Checklist
Chocolatey Version
2.4.1
Chocolatey License
None
Package Version
v2.1.0-alpha9
Current Behaviour
As already mentioned here by user @Chiajao, currently, the installed
is no longer working due to the "cleanup" of all the "AutohotkeyXXX.exe"s done by the final portion of the
tools/chocolateyInstall.ps1
script, which leaves just 1AutoHotkey.exe
(which is absolutely cool).Still, the original
tools\Install.cmd
looks for its originalAutoHotkey32.exe
(i guess to be sure to run on any windows version):Expected Behaviour
To be able to run
Install.cmd
without problems.This would mean also updating this script, during installation, in the
tools/chocolateyInstall.ps1
script, with something like:Steps To Reproduce
In (for example) a
cmd.exe
session:c:\> choco upgrade autohotkey.portable --force --pre -y
Install.cmd
to install additional tools:Environment
Chocolatey Log
Anything else?
Result:
The system cannot find the file C:\ProgramData\chocolatey\lib\autohotkey.portable\tools\AutoHotkey32.exe.
The text was updated successfully, but these errors were encountered: