Changes

Jump to: navigation, search

Gimp

31 bytes removed, 08:06, 15 December 2011
Install into '%PROGRAMFILES%\GIMP' rather than '%PROGRAMFILES%\GIMP-2.0' otherwise when the version changes any custom shortcuts will break, GIMP Help already uses this directory
<check type="uninstall" condition="exists" path="GIMP %version%" />
<install cmd='"%SOFTWARE%\gimp\gimp-%version%-i686-setup-1.exe" /VERYSILENT /NORESTART /DIR="%PROGRAMFILES%\GIMP-2.0"' />
<upgrade cmd='"%SOFTWARE%\gimp\gimp-%version%-i686-setup-1.exe" /VERYSILENT /NORESTART /DIR="%PROGRAMFILES%\GIMP-2.0"' />
<remove cmd='"%PROGRAMFILES%\GIMP-2.0\setup\unins000.exe" /VERYSILENT /NORESTART' >
<exit code="1" />
</remove>
  <remove cmd='%COMSPEC% /c rmdir /s /q "%PROGRAMFILES%\GIMP-2.0"' />
</package>
</source>
<source lang="xml">
<install cmd='%COMSPEC% /c echo (help-browser web-browser) >> "%PROGRAMFILES%\GIMP-2.0\etc\gimp\2.0\gimprc"' /><install cmd='%COMSPEC% /c echo (user-manual-online yes) >> "%PROGRAMFILES%\GIMP-2.0\etc\gimp\2.0\gimprc"' />
<upgrade cmd='%COMSPEC% /c echo (help-browser web-browser) >> "%PROGRAMFILES%\GIMP-2.0\etc\gimp\2.0\gimprc"' /><upgrade cmd='%COMSPEC% /c echo (user-manual-online yes) >> "%PROGRAMFILES%\GIMP-2.0\etc\gimp\2.0\gimprc"' />
</source>
577
edits

Navigation menu