GIMP 2.8.2 unattended install. Works on w7 32- and 64-bit. Sample batch file:
@echo off
REM Installs GIMP
cls
echo ----------------------------------------------------
echo .
echo .
echo . Installing/Updating GIMP - Please Wait
echo .
echo .
echo ----------------------------------------------------
REM Exit the application
taskkill.exe /F /FI "IMAGENAME eq gimp-2.8.exe" >nul
REM Uninstall existing GIMP version, delete folder
if exist "%ProgramFiles%\GIMP 2\uninst\unins000.exe" "%ProgramFiles%\GIMP 2\uninst\unins000.exe" /VERYSILENT
:: Wait for 20 seconds
ping -n 40 127.0.0.1 > NUL
if exist "%ProgramFiles%\GIMP 2\" rd "%ProgramFiles%\GIMP 2\" /Q /S
REM Install new version
"%~dp0gimp-2.8.2-setup.exe" /VERYSILENT /NORESTART /DIR="%PROGRAMFILES%\GIMP"
REM Return exit code to SCCM
exit /B %EXIT_CODE%
I deployed Gimp 2.8.10 with SCCM with this command line:
gimp-2.8.10-setup.exe /VERYSILENT /NORESTART
Uninstall command line is :
%Program Files%\GIMP 2\uninst\unins000.exe
GIMP 2.8.0 Silent install
gimp-2.8.0-setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
Pulled from USSF and tested in SCCM 2007 R2
Setup package type Inno Setup Package
Verified install on W7 x64 sp1 enterprise
View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.