Difference between revisions of "AutoHotkey"
From WPKG | Open Source Software Deployment and Distribution
m (linkfix) |
(bugfix) |
||
Line 8: | Line 8: | ||
reboot="false" | reboot="false" | ||
priority="1"> | priority="1"> | ||
− | <check type="uninstall" condition="exists" path="AutoHotkey" /> | + | <check type="uninstall" condition="exists" path="AutoHotkey 1.0.47.0" /> |
<install cmd="%SOFTWARE%\AutoHotkey104705_Install.exe /S" /> | <install cmd="%SOFTWARE%\AutoHotkey104705_Install.exe /S" /> | ||
<remove cmd="%PROGRAMFILES%\AutoHotkey\uninst.exe /S" /> | <remove cmd="%PROGRAMFILES%\AutoHotkey\uninst.exe /S" /> |
Revision as of 00:54, 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>