AutoHotkey

From WPKG | Open Source Software Deployment and Distribution

Jump to: navigation, search

This is a silent installer for AutoHotkey, an automation, hotkey and scripting tool.

<package
        id="autohotkey"
        name="AutoHotkey"
        revision="1"
        reboot="false"
        priority="1">
        <check type="uninstall" condition="exists" path="AutoHotkey 1.0.47.0" />
        <install cmd="%SOFTWARE%\AutoHotkey104705_Install.exe /S" />
        <remove cmd="%PROGRAMFILES%\AutoHotkey\uninst.exe /S" />
</package>

Hint: If there is a new version, the version number has to be adjusted.

Retrieved from "http://wpkg.org/AutoHotkey"
Personal tools