Difference between revisions of "AutoHotkey"
From WPKG | Open Source Software Deployment and Distribution
(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...) |
(No difference)
|
Revision as of 23:03, 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>