Changes

Geany

61 bytes added, 11:57, 19 August 2018
no edit summary
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<packages:packages xmlns:packages="http://www.wpkg.org/packages" xmlns:wpkg="http://www.wpkg.org/wpkg" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wpkg.org/packages xsd/packages.xsd"> <package id="geany" name="Geany Source Code Editor" revision="0.19.2%version%" reboot="false" priority="1"> <variable name="version" value="1.33" /> <check type="uninstall" condition="exists" path="Geany 0.19.2%version%" />
<install cmd='%COMSPEC% /c start "Installer" /min /wait "%SOFTWARE%\geany\geany-0.19.2_setup%version%_setup.exe" /S' />
<install cmd='%COMSPEC% /c del /q /s "%ALLUSERSPROFILE%\Desktop\Geany.lnk"'><exit code="1" /></install>
<upgrade cmdinclude='%COMSPEC% /c start "Installerinstall" /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='"%COMSPECPROGRAMFILES% \Geany\uninst.exe" /c start S' architecture="Uninstallerx86" /min /wait > <remove cmd='"%PROGRAMFILES(x86)%\Geany\uninst.exe" /S' architecture="x64" />
</package>
</packages:packages>
</source>
[[Category:Silent Installers]]
1
edit