Difference between revisions of "AutoHotkey"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(bugfix)
(added hint)
Line 13: Line 13:
 
</package>
 
</package>
 
</source>
 
</source>
 +
 +
Hint: If there is a new version, the version number has to be adjusted.
 +
 
[[category:Silent Installers|AutoHotkey]]
 
[[category:Silent Installers|AutoHotkey]]

Revision as of 00:59, 11 February 2008

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.