Difference between revisions of "Geany"
From WPKG | Open Source Software Deployment and Distribution
(Update to v0.19.2) |
m (Remove unnecessary commands.) |
||
Line 13: | Line 13: | ||
<install cmd='%COMSPEC% /c start "Installer" /min /wait "%SOFTWARE%\geany\geany-0.19.2_setup.exe" /S' /> | <install cmd='%COMSPEC% /c start "Installer" /min /wait "%SOFTWARE%\geany\geany-0.19.2_setup.exe" /S' /> | ||
− | |||
− | |||
− | |||
<install cmd='%COMSPEC% /c del /q /s "%ALLUSERSPROFILE%\Desktop\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' /> | <upgrade cmd='%COMSPEC% /c start "Installer" /min /wait "%SOFTWARE%\geany\geany-0.19.2_setup.exe" /S' /> | ||
− | |||
− | |||
− | |||
<upgrade cmd='%COMSPEC% /c del /q /s "%ALLUSERSPROFILE%\Desktop\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' /> | <remove cmd='%COMSPEC% /c start "Uninstaller" /min /wait "%PROGRAMFILES%\Geany\uninst.exe" /S' /> | ||
− | |||
− | |||
</package> | </package> | ||
</packages> | </packages> |
Revision as of 18:01, 2 December 2010
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="0.19.2"
reboot="false"
priority="1">
<check type="uninstall" condition="exists" path="Geany 0.19.2" />
<install cmd='%COMSPEC% /c start "Installer" /min /wait "%SOFTWARE%\geany\geany-0.19.2_setup.exe" /S' />
<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' />
<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' />
</package>
</packages>