117
edits
Changes
Launchy
,Fix shortcuts
<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/LOADINF="%SOFTWARE%\utilities\launchy.inf' /> <upgrade cmd='"%SOFTWARE%\utilities\launchy2.5.exe" /VERYSILENT /NORESTART/LOADINF="%SOFTWARE%\utilities\launchy.inf' />
<remove cmd='"%PROGRAMFILES%\Launchy\unins000.exe" /VERYSILENT /NORESTART' ><exit code="1" /></remove>
</package>
</source>
[[category:Silent Installers]]