Difference between revisions of "AutoHotkey"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(New page: This is a silent installer for [http://www.autohotkey.com AutoHotkey], an automation, hotkey and scripting tool. <source lang="xml"> <package id="autohotkey" name="AutoHot...)
 
m (linkfix)
Line 13: Line 13:
 
</package>
 
</package>
 
</source>
 
</source>
[[category:Silent Installers|14rename]]
+
[[category:Silent Installers|AutoHotkey]]

Revision as of 23:05, 10 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" />
        <install cmd="%SOFTWARE%\AutoHotkey104705_Install.exe /S" />
        <remove cmd="%PROGRAMFILES%\AutoHotkey\uninst.exe /S" />
</package>