Re: [Unattended] Trying to make an apps-only-perl-script, some problems

2005-01-31 Thread Fabian Wenk
Hello Adam Peart wrote: At 01:09 PM 1/31/2005, you wrote: -8<- @echo off setlocal cd /d %0\.. if errorlevel 1 ( net use /PERSISTENT:NO > NUL: net use Z: \\ntinstall\install > NUL: cd /d Z:\ set connect=YES ) In dos, you can only work through a drive letter.

Re: [Unattended] Trying to make an apps-only-perl-script, some problems

2005-01-31 Thread Adam Peart
In dos, you can only work through a drive letter. You can't directly use a unc path. At 01:09 PM 1/31/2005, you wrote: Hello Gerhard Hofmann wrote: When running appsonly.bat from a mapped network drive, it will launch appsonly.pl. If running the batch file from a unc path, appsonly.pl won't be

Re: [Unattended] Trying to make an apps-only-perl-script, some problems

2005-01-31 Thread Fabian Wenk
Hello Fabian Wenk wrote: echo. echo Cleaning up... if "%connect%" == "YES" ( cd /d %SystemDrive%\ net use X: /d > NUL: ) *ups* small error, the second last line should have Z: instead of X:, it probably would be better to use the same for testing and documenting. ;) bye Fabian -

Re: [Unattended] Trying to make an apps-only-perl-script, some problems

2005-01-31 Thread Fabian Wenk
Hello Gerhard Hofmann wrote: When running appsonly.bat from a mapped network drive, it will launch appsonly.pl. If running the batch file from a unc path, appsonly.pl won't be found. Obviously, it's a problem when working directory is a UNC path. How can I fix this? I just tried something and i

RE: [Unattended] SQL Server 2000 SP3a

2005-01-31 Thread Kaari.Jakobi
> -Original Message- > From: Tony Worrall [mailto:[EMAIL PROTECTED] > Sent: Monday, January 31, 2005 4:23 PM > To: unattended-info@lists.sourceforge.net > Subject: Re: [Unattended] SQL Server 2000 SP3a > > > I've tried editing the .iss for sp3a with no success, it > seems to hang > hal

Re: [Unattended] SQL Server 2000 SP3a

2005-01-31 Thread Tony Worrall
I've tried editing the .iss for sp3a with no success, it seems to hang halfway through and then complete with a -12 error. Perhaps you can send me your .iss file for sp3a to use as a template? (without the license key, of course!) Tony Worrall [EMAIL PROTECTED] wrote: -Original Message

[Unattended] Problem after first reboot

2005-01-31 Thread Rampanelli Michael J
Title: Message I'm using Unattended v4.6 to install Windows 2000 Server SP4 and some other things.    Here's the problem.  Windows installs without a problem.  Perl installs fine.  Base.bat kicks in and starts running Win2ksp4-updates.  The first update which requires a reboot comes (I bel

Re: [Unattended] PostInstall Problem

2005-01-31 Thread Tomasz Chmielewski
himmer wrote: Hi i'm a little problem with the Unattended installation . The installation of windows XP is a success .But when the Post-Install begin ,a pop-up window open and says that PERL isn't present in windows . So the postinstall crash and doesn't install the soft (firefox,thunderbird,of

RE: [Unattended] SQL Server 2000 SP3a

2005-01-31 Thread Kaari.Jakobi
> -Original Message- > From: Tony Worrall [mailto:[EMAIL PROTECTED] > Sent: Monday, January 31, 2005 2:46 PM > To: unattended-info@lists.sourceforge.net > Subject: [Unattended] SQL Server 2000 SP3a > > > Hi all, > > I have SQL Server installing silently after a Windows 2003 Standard >

[Unattended] SQL Server 2000 SP3a

2005-01-31 Thread Tony Worrall
Hi all, I have SQL Server installing silently after a Windows 2003 Standard Server install, however, the service pack, sp3a, doesn't seem to work silently, yet installs fine otherwise. Is there anyone out there already doing this as part of unattended? If so, please let me know how you've appr

[Unattended] Silent installs

2005-01-31 Thread Pierre-Jean MAUCHAUFFEE
Quelques exemples supplémentaires : pour installer AdobeReader 7 de façon silencieuse, on peut faire : 'AdobeReader.exe /S /v/qn' @+ -- --- Pierre-Jean MAUCHAUFFEE - Tél : 05 61 55 93 71 mél : [EMAIL PROTECTED] Cen

[Unattended] PostInstall Problem

2005-01-31 Thread himmer
Hi i'm a little problem with the Unattended installation . The installation of windows XP is a success .But when the Post-Install begin ,a pop-up window open and says that PERL isn't present in windows . So the postinstall crash and doesn't install the soft (firefox,thunderbird,office2003) . Wh

Re: [Unattended] script-update, prepare both fail with invalid argument...

2005-01-31 Thread Niels S. Richthof
Hi Ben! > Here is a typical transcript from one of my ./script-update runs. > > I can manually get wget to work but if it runs in the script here is > the result. > > > > > --10:18:41-- > http://cvs.sourceforge.net/viewcvs.py/*checkout*/unattended/unattended/ > install/scripts/ >(tr

[Unattended] Trying to make an apps-only-perl-script, some problems

2005-01-31 Thread Gerhard Hofmann
Hi all, I want to create an interactive perl script that automates the process of application-only-installs, see here: http://www.mail-archive.com/unattended-info@lists.sourceforge.net/msg01245.html I have a batch file \\server\install\bin\appsonly.bat that should check for existence of c:\perl\