Changes

Geany

563 bytes removed, 18:01, 2 December 2010
m
Remove unnecessary commands.
<install cmd='%COMSPEC% /c start "Installer" /min /wait "%SOFTWARE%\geany\geany-0.19.2_setup.exe" /S' />
<!-- Pause for 5 seconds -->
<install cmd='%COMSPEC% /c ping -n 5 localhost' />
<install cmd='%COMSPEC% /c del /q /s "%APPDATA%\Microsoft\Internet Explorer\Quick Launch\Geany.lnk"'><exit code="1" /></install>
<install cmd='%COMSPEC% /c del /q /s "%ALLUSERSPROFILE%\Desktop\Geany.lnk"'><exit code="1" /></install>
<upgrade cmd='%COMSPEC% /c start "Installer" /min /wait "%SOFTWARE%\geany\geany-0.19.2_setup.exe" /S' />
<!-- Pause for 5 seconds -->
<upgrade cmd='%COMSPEC% /c ping -n 5 localhost' />
<upgrade cmd='%COMSPEC% /c del /q /s "%APPDATA%\Microsoft\Internet Explorer\Quick Launch\Geany.lnk"'><exit code="1" /></upgrade>
<upgrade cmd='%COMSPEC% /c del /q /s "%ALLUSERSPROFILE%\Desktop\Geany.lnk"'><exit code="1" /></upgrade>
<remove cmd='%COMSPEC% /c start "Uninstaller" /min /wait "%PROGRAMFILES%\Geany\uninst.exe" /S' />
<!-- Pause for 10 seconds -->
<remove cmd='%COMSPEC% /c ping -n 10 localhost' />
</package>
</packages>
21
edits