Changes
Geany
,no edit summary
Silent installer for Geany, a source code editor using GTK+. http://www.geany.org/
<?xml version="1.0" encoding="UTF-8"?>
<packages>
id="geany"
name="Geany Source Code Editor"
revision="015016"
reboot="false"
priority="1">
<check type="uninstall" condition="exists" path="Geany 0.1516" />
<install cmd='"%SOFTWARE%\geany\geany-0.15_setup16_setup.exe" /S' /> <install cmd='cmd %COMSPEC% /c del /q /s "%USERPROFILEALLUSERSPROFILE%\Desktop\Geany.lnk"' /> <install cmd='cmd %COMSPEC% /c del /q /s "%APPDATA%\Microsoft\Internet Explorer\Quick Launch\Geany.lnk"' /> <install cmd='cmd /c move /y "%USERPROFILE%\Start Menu\Programs\Geany" "%ALLUSERSPROFILE%\Start Menu\Programs"' /> <install cmd='cmd /c cacls "%ALLUSERSPROFILE%\Start Menu\Programs\Geany" /t /e /g everyone:r' />
<remove cmd='cmd %COMSPEC% /c del /q /s start "%ALLUSERSPROFILE%\Start Menu\Programs\GeanyUninstaller"' /> <remove cmd='min /wait "%PROGRAMFILES%\Geany\uninst.exe" /S' />
</package>
</packages>
[[Category:Silent Installers]]