Changes

Jump to: navigation, search

Geany

403 bytes added, 15:28, 23 February 2009
no edit summary
Silent installer for Geany, a source code editor using GTK+. http://www.geany.org/
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<check type="uninstall" condition="exists" path="Geany 0.16" />
<install cmd='%COMSPEC% /c start "Installer" /min /wait "%SOFTWARE%\geany\geany-0.16_setup.exe" /S' /> <!-- Pause for 3 seconds --> <install cmd='%COMSPEC% /c del /q /s "%ALLUSERSPROFILE%\Desktop\Geany.lnk"ping -n 3 localhost' />
<install cmd='%COMSPEC% /c del /q /s "%APPDATA%\Microsoft\Internet Explorer\Quick Launch\Geany.lnk"' />
<install cmd='%COMSPEC% /c del /q /s "%ALLUSERSPROFILE%\Desktop\Geany.lnk"' />
<upgrade cmd='%COMSPEC% /c start "Installer" /min /wait "%SOFTWARE%\geany\geany-0.16_setup.exe" /S' /> <!-- Pause for 3 seconds --> <upgrade cmd='%COMSPEC% /c del /q /s "%USERPROFILE%\Desktop\Geany.lnk"ping -n 3 localhost' />
<upgrade cmd='%COMSPEC% /c del /q /s "%APPDATA%\Microsoft\Internet Explorer\Quick Launch\Geany.lnk"' />
<upgrade cmd='%COMSPEC% /c del /q /s "%USERPROFILE%\Desktop\Geany.lnk"' />
<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>
</source>
[[Category:Silent Installers]]
Anonymous user

Navigation menu