[Unattended] Multiple-step setups, problem with visibility of new environment variables

2011-03-11 Thread Gerhard Hofmann
Hi all, I have a problem concerning installation of Ingres RDBMS (for those of you who don't know it, it's something like MySQL...) client software. In the moment it looks like this. todo.pl %Z%\install\packages\ingresclientservicepack\setup.exe /silent todo.pl .reboot todo.pl

Re: [Unattended] Multiple-step setups, problem with visibility of new environment variables

2011-03-11 Thread Juanjo Pablos
The reboot is necessary because the Ingres-Client software defines a new environment variable II_SYSTEM (pointing to the Ingres installation path) and the Ingres-Client-Servicepack setup *must see* that variable in order to run through. If I leave out the reboot, the service pack

Re: [Unattended] Multiple-step setups, problem with visibility of new environment variables

2011-03-11 Thread Gerhard Hofmann
2011/3/11 Juanjo Pablos jua...@apertus.es The reboot is necessary because the Ingres-Client software defines a new environment variable II_SYSTEM (pointing to the Ingres installation path) and the Ingres-Client-Servicepack setup *must see* that variable in order to run through. If I

Re: [Unattended] Multiple-step setups, problem with visibility of new environment variables

2011-03-11 Thread Steven Blackery
Have you tried: todo.pl ingres-sp.bat todo.pl %Z%\install\packages\ingresclient\setup.exe /silent And in your scripts folder, have ingres-sp.bat as follows: set II_SYSTEM=C:\ingres %Z%\install\packages\ingresclientservicepack\setup.exe /silent That should work to enable your

Re: [Unattended] Multiple-step setups, problem with visibility of new environment variables

2011-03-11 Thread Arne Lovius
If the variable is in effect a fixed path, how about setting the variable before the client is installed ? http://vlaurie.com/computers2/Articles/environment.htm might be of use Cheers Arne -Original Message- From: Gerhard Hofmann [mailto:gerhard.hofm...@planat.de] Sent: 11 March

Re: [Unattended] Multiple-step setups, problem with visibility of new environment variables

2011-03-11 Thread Juanjo Pablos
El 11/03/11 15:26, Gerhard Hofmann escribió: So it was worth a trial but doesn't seem to solve the problem. I wonder if the with-env.pl script would be useful for my scenario, has anybody here used it and can give some examples? Could you please upload the content of this script on the

Re: [Unattended] Multiple-step setups, problem with visibility of new environment variables

2011-03-11 Thread Gerhard Hofmann
2011/3/11 Juanjo Pablos jua...@apertus.es El 11/03/11 15:26, Gerhard Hofmann escribió: So it was worth a trial but doesn't seem to solve the problem. I wonder if the with-env.pl script would be useful for my scenario, has anybody here used it and can give some examples? Could you please

Re: [Unattended] Multiple-step setups, problem with visibility of new environment variables

2011-03-11 Thread Juanjo Pablos
El 11/03/11 17:21, Gerhard Hofmann escribió: 2011/3/11 Juanjo Pablosjua...@apertus.es El 11/03/11 15:26, Gerhard Hofmann escribió: So it was worth a trial but doesn't seem to solve the problem. I wonder if the with-env.pl script would be useful for my scenario, has anybody here

[Unattended] Unattended question...

2011-03-11 Thread Andrew Pike
Hi, Does unattended support the installation of Windows Vista, Windows 7 or Windows Server 2008? I'm guessing that it does not because I can't find it on your website - I'm just checking the website is not out-of-date. Thanks for your help, Andy