Menu

Gtk

Juan Jose Pablos

Last modified 5 years ago Last modified on 03/01/10 00:02:12

gtk.bat

:: OPTIONAL: Install GTK (1.3.0)

:: URL|ALL|http://support.tastytronic.net/software/graphics/gimp/win32/gtk+-1.3.0-20030717-setup.zip|packages/GTK/1-3-0/setup.zip

:: Unzip the zip file!

todo.pl "start /wait %Z%\packages\GTK\1-3-0\setup.exe /silent"

gtk2.bat

:: OPTIONAL: Install GTK (2.6.7)

:: URL|ALL|http://download.sourceforge.net/gimp-win/gtk+-2.6.7-setup-2.zip|packages/GTK/gtk+-2.6.7-setup-2.zip

:: AND unzip into the same directory

todo.pl "start /wait %Z%\packages\GTK\gtk+-2.6.7-setup-2.exe /S"

Sirkull

Or

:: REQUIRED: Install GTK (2.6)

:: * 7-Zip must be installed for this script to work *

:: URL|ALL|http://heanet.dl.sourceforge.net/sourceforge/gimp-win/gtk+-2.6.8-setup-1.zip|packages/GTK/2/gtk+-2.6.8-setup-1.zip

:: Some "top down" preparation for the install

cd "%TEMP%"

"%ProgramFiles%\7-Zip\7z" x %Z%\packages/GTK/2/gtk+-2.6.8-setup-1.zip

todo.pl "start /wait """%TEMP%"""\gtk+-2.6.8-setup-1.exe /SP- /VERYSILENT /NORESTART"

Frank

Or

:: OPTIONAL: Install GTK (2.10.11)

:: URL|ALL|http://downloads.sourceforge.net/gimp-win/gtk+-2.10.11-setup.exe|packages/GTK/gtk+-2.10.11-setup.exe

todo.pl "start /wait %Z%\packages\GTK\gtk+-2.10.11-setup.exe /S"

Related

Wiki: Scripts