Help - Search - Members - Calendar
Full Version: GTK2+ The GIMP + GAP
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
Martijn
Hi all,
I'm attempting to combine the GTK, the GIMP (image program) and GAP (GIMP Animation Package) all in one installer, I have so far managed to include all 3 installers (wich are all built with Inno Setup) into an Inno setup file and executing them in the correct order (GTK first, then the GIMP and lastly GAP).
This last works now by using the "hidewizard" flag, the installers start in the correct order etc., but now I want the installers to run silently so there would be no user interaction nessescairy, but the switches I found on the forum for silently installing the GIMP don't seem to work (/VERYSILENT /SP- (I tried all sortsof variations on these switches...)).

Does anyone know wich switches the installers for these programs need?

Thanks in advance newwink.gif
SiMoNsAyS
my experience: gaim + gtk2 is installed using switches
CODE
gaim-1.5.0.exe /S /L=1034
then i install the gimp later (no-gtk version) with switch
CODE
gimp-2.2.7-i586-setup.exe /VERYSILENT

everything works flawlessly smile.gif
Martijn
QUOTE (SiMoNsAyS @ Aug 17 2005, 10:10 PM)
my experience: gaim + gtk2 is installed using switches
CODE
gaim-1.5.0.exe /S /L=1034
then i install the gimp later (no-gtk version) with switch
CODE
gimp-2.2.7-i586-setup.exe /VERYSILENT

everything works flawlessly smile.gif
*


Thanks, I'll try that smile.gif
Martijn
I used the following switches:
GTK /silent
GIMP /verysilent
GAP /verysilent

And they work, I will share my installer soon newwink.gif
Martijn
Here it is: Download
You can use the /verysilent switch to install it silently.




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.