Jump to content


Photo

Installation Command line Options for AutoHotkey_L


  • Please log in to reply
2 replies to this topic

#1 ZeBuddha

ZeBuddha
  • Members
  • 14 posts

Posted 16 May 2012 - 02:02 PM

Hi there,
I've been trying to find a list of the command line options for the installation of AutoHotkey_L and/or if it's possible to preselect which "version" (unicode x86, unicode x64 or ansi x86) through the command line. FYI, I'm using AHK_L 1.1.07.03

Any idea if it's possible and/or where I might find the answers hereto?

Thanks in advance!

Cheers,
ZeBuddha.

#2 Rseding91

Rseding91
  • Members
  • 664 posts

Posted 16 May 2012 - 02:07 PM

[v1.0.92.01+]: To install the ANSI build or x64 build instead of the Unicode x86 build, pass the /ANSI or /x64 parameter. For example:

AutoHotkey109700_Install.exe /S /ANSI



#3 ZeBuddha

ZeBuddha
  • Members
  • 14 posts

Posted 16 May 2012 - 04:13 PM

[v1.0.92.01+]: To install the ANSI build or x64 build instead of the Unicode x86 build, pass the /ANSI or /x64 parameter. For example:

AutoHotkey109700_Install.exe /S /ANSI


Ok, I'm officially blind... thanks!