21
edits
Changes
Geany
,Remove unnecessary commands.
<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>