Changes

Launchy

794 bytes added, 23:39, 15 February 2011
Keystroke launcher
This is a silent installer for the Launchy keystroke launcher.<br /><br/>

[http://www.launchy.net/ Launchy] project.<br/><br/>


<source lang="xml">
<package id="launchy" name="Launchy" revision="1" reboot="false" priority="2">
<check type="uninstall" condition="exists" path="Launchy 2.5" />
<install cmd='"%SOFTWARE%\utilities\launchy2.5.exe" /VERYSILENT /NORESTART' />
<upgrade cmd='"%SOFTWARE%\utilities\launchy2.5.exe" /VERYSILENT /NORESTART' />
<remove cmd='"%PROGRAMFILES%\Launchy\unins000.exe" /VERYSILENT /NORESTART' ><exit code="1" /></remove>
</package>
</source>

FIXME:
When installed via WPKG, using WPKG Client, shortcuts were created in the Default User profile on win2k, and were not created at all on XP.
Not tested on Vista or Win7.

[[category:Silent Installers]]
117
edits