Difference between revisions of "Geany"
From WPKG | Open Source Software Deployment and Distribution
Line 1: | Line 1: | ||
Silent installer for Geany, a source code editor using GTK+. http://www.geany.org/ | Silent installer for Geany, a source code editor using GTK+. http://www.geany.org/ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
<?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | ||
<packages> | <packages> | ||
Line 11: | Line 6: | ||
id="geany" | id="geany" | ||
name="Geany Source Code Editor" | name="Geany Source Code Editor" | ||
− | revision=" | + | revision="016" |
reboot="false" | reboot="false" | ||
priority="1"> | priority="1"> | ||
− | <check type="uninstall" condition="exists" path="Geany 0. | + | <check type="uninstall" condition="exists" path="Geany 0.16" /> |
− | <install cmd='"%SOFTWARE%\geany\geany-0. | + | <install cmd='"%SOFTWARE%\geany\geany-0.16_setup.exe" /S' /> |
− | <install cmd=' | + | <install cmd='%COMSPEC% /c del /q /s "%ALLUSERSPROFILE%\Desktop\Geany.lnk"' /> |
− | <install cmd=' | + | <install cmd='%COMSPEC% /c del /q /s "%APPDATA%\Microsoft\Internet Explorer\Quick Launch\Geany.lnk"' /> |
− | + | ||
− | + | ||
− | + | <upgrade cmd='"%SOFTWARE%\geany\geany-0.16_setup.exe" /S' /> | |
− | + | <upgrade cmd='%COMSPEC% /c del /q /s "%USERPROFILE%\Desktop\Geany.lnk"' /> | |
− | <upgrade cmd='"%SOFTWARE%\geany\geany-0. | + | <upgrade cmd='%COMSPEC% /c del /q /s "%APPDATA%\Microsoft\Internet Explorer\Quick Launch\Geany.lnk"' /> |
− | <upgrade cmd=' | + | |
− | <upgrade cmd=' | + | |
− | + | ||
− | + | ||
− | <remove cmd=' | + | <remove cmd='%COMSPEC% /c start "Uninstaller" /min /wait "%PROGRAMFILES%\Geany\uninst.exe" /S' /> |
− | + | ||
</package> | </package> | ||
</packages> | </packages> | ||
− | |||
[[Category:Silent Installers]] | [[Category:Silent Installers]] |
Revision as of 14:52, 23 February 2009
Silent installer for Geany, a source code editor using GTK+. http://www.geany.org/
<?xml version="1.0" encoding="UTF-8"?> <packages>
<package id="geany" name="Geany Source Code Editor" revision="016" reboot="false" priority="1"> <check type="uninstall" condition="exists" path="Geany 0.16" />
<install cmd='"%SOFTWARE%\geany\geany-0.16_setup.exe" /S' /> <install cmd='%COMSPEC% /c del /q /s "%ALLUSERSPROFILE%\Desktop\Geany.lnk"' /> <install cmd='%COMSPEC% /c del /q /s "%APPDATA%\Microsoft\Internet Explorer\Quick Launch\Geany.lnk"' />
<upgrade cmd='"%SOFTWARE%\geany\geany-0.16_setup.exe" /S' /> <upgrade cmd='%COMSPEC% /c del /q /s "%USERPROFILE%\Desktop\Geany.lnk"' /> <upgrade cmd='%COMSPEC% /c del /q /s "%APPDATA%\Microsoft\Internet Explorer\Quick Launch\Geany.lnk"' />
<remove cmd='%COMSPEC% /c start "Uninstaller" /min /wait "%PROGRAMFILES%\Geany\uninst.exe" /S' /> </package>
</packages>