Changes

Geany

390 bytes added, 16:54, 8 December 2008
no edit summary
Silent installer for Geany, a source code editor using GTK+. http://www.geany.org/
This installer would be better with an MSI installerinstalling to %ALLUSERSPROFILE%, so that you don't have to move folders between profiles.Also unfortunately, the 0.15 installer cannot remove/upgrade completely silently. These two probelms have been worked on, and should be solved by the 0.16 release:* http://geany.svn.sourceforge.net/geany/?rev=3255&view=rev* https://sourceforge.net/tracker/?func=detail&atid=787794&aid=2204671&group_id=153444
<source lang="xml">
<install cmd='cmd /c del "%USERPROFILE%\Desktop\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' />
<upgrade cmd='cmd /c del "%ALLUSERSPROFILE%\Start Menu\Programs\Geany"' />
<upgrade cmd='"%SOFTWARE%\geany\geany-0.15_setup.exe" /S' />
<upgrade cmd='cmd /c del "%USERPROFILE%\Desktop\Geany.lnk"' />
<upgrade cmd='cmd /c move rmdir /y s /q "%USERPROFILE%\Start Menu\Programs\Geany" "%ALLUSERSPROFILE%\Start Menu\Programs"' />
<remove cmd='cmd /c del "%ALLUSERSPROFILE%\Start Menu\Programs\Geany"' />
Anonymous user