[Unattended] todo.pl ... Open With?

2012-06-24 Thread Joe Greco
So this is not the first time I've seen this happen. But I have no idea what's causing it. Reloading a box here, it gets well into the app installs, gets to a mandatory reboot point, comes back up as usual, cmd.exe opens up with Mapping \\ntinstall\install on Z: The command completed

[Unattended] Unattended todo.pl working with Windows 7

2011-10-06 Thread scsmsutton
Hi Gerhard, Many thanks for your reply. I have uncommented the lines as suggested but to no success, errors are returned further down the function (Can't call method OSLanguage on an undefined value at Z:\bin\todo.pl line 286) With version 4.9 of Unattended, the get_windows_version function

[Unattended] Unattended todo.pl working with Windows 7

2011-10-05 Thread scsmsutton
Hi, I have a strange problem that I am wondering if anyone can help me with. Have been building an Unattended setup for the past few months and successfully got both XP and Windows 7 working (Win7 using previous threads on utilising WinPE from the mailing list) Not so long ago I had a

Re: [Unattended] Unattended todo.pl working with Windows 7

2011-10-05 Thread Gerhard Hofmann
Matt wrote: ... Not so long ago I had a corruptio on the hard drive where the Unattended files were stored so have had to start from scratch and rebuild everything.  Now I am having an issue with WIndows 7 when it calls the get_windows_language function in the todo.pl.  The error reports

[Unattended] todo.pl %Z%\scripts\winxpsp3-up0806.bat

2008-06-23 Thread Regis Gras
I am using unattended-4.8-rc4 After running ../install/tools/script-update FRA, I got ../install/scripts/winxpsp3-updates.bat Unfortunately, winxpsp3-updates.bat refers to winxpsp3-up0806.bat ... And this script is not found in ../install/scripts Could someone tell me hosw

Re: [Unattended] todo.pl has been producing the same error with WindowsXP SP3 source. Tested on 4.6, 4.7 and 4.8rc4

2008-05-29 Thread George Diamantopoulos
i think i found an answer on unattended-devel... it seems SP3 removes some windows scripting stuff regardless of integration method (nlite or slipstreaming)... So I used an SP2 source and installed SP3 on top using winxpsp2-updates.bat.. it works like a charm now with unattended 4.8-rc4

Re: [Unattended] todo.pl has been producing the same error with WindowsXP SP3 source. Tested on 4.6, 4.7 and 4.8rc4

2008-05-26 Thread Dan Brosemer
On Mon, May 26, 2008 at 04:18:51AM +0300, George Diamantopoulos wrote: Hello... I've been using unattended sucessfully for over two years however i've just come accross an issue i can't overcome. I boot from network, everything goes smoothly and imediatelly after Perl is installed I get the

Re: [Unattended] todo.pl has been producing the same error with WindowsXP SP3 source. Tested on 4.6, 4.7 and 4.8rc4

2008-05-26 Thread kevin
On Sun, May 25, 2008 at 6:18 PM, George Diamantopoulos [EMAIL PROTECTED] wrote: P.S. I know it's not recommended among the unattended community but i did use nliteos to integrate sp3 and tweak some registry options on the wxp source... (owever I haven't integrated any other hotfixes, ie7 or

[Unattended] todo.pl has been producing the same error with WindowsXP SP3 source. Tested on 4.6, 4.7 and 4.8rc4

2008-05-25 Thread George Diamantopoulos
Hello... I've been using unattended sucessfully for over two years however i've just come accross an issue i can't overcome. I boot from network, everything goes smoothly and imediatelly after Perl is installed I get the following error: Can't call method InstancesOf on an undefined value at

[Unattended] Todo.pl not resuming / install not joining domain

2006-05-31 Thread Patrik Kullman
Hey all. Most often when I install a Windows 2k (SP4) workstation, the todo.pl doesn't resume after the automatic logon. For me, I think it always has stopped after installing IE6, but apparently it stopped even before installing perl for a colleague (but I can't confirm that). If I

Re: [Unattended] Todo.pl not resuming / install not joining domain

2006-05-31 Thread James Cook
On Wednesday 31 May 2006 04:33, Patrik Kullman wrote: Hey all. Most often when I install a Windows 2k (SP4) workstation, the todo.pl doesn't resume after the automatic logon. I've had this happen on occasion with some Intel boards (I don't remember which ones off hand). I usually just

[Unattended] todo.pl and commands mit arguments

2005-10-26 Thread Alexander Stein
Hi, i wrote a script to partition the hard disks after installation. I' using it like this in my config.pl $u-{'_meta'}-{'bottom'} = %Z%\\bin\\partition.pl --disk 0 --partition 2 delete;%Z%\\bin\\partition.pl --disk 1 --type primary --size 40960 --letter d create; My problem is, that

RE: [Unattended] todo.pl and commands mit arguments

2005-10-26 Thread Mark McRitchie
Hi, i wrote a script to partition the hard disks after installation. I' using it like this in my config.pl $u-{'_meta'}-{'bottom'} = %Z%\\bin\\partition.pl --disk 0 --partition 2 delete;%Z%\\bin\\partition.pl --disk 1 --type primary --size 40960 --letter d create; Has anybody an idea how

RE: [Unattended] todo.pl dies at line 118

2005-07-08 Thread Brad Erdman
@lists.sourceforge.net Subject: [Unattended] todo.pl dies at line 118 Greeetings, Anyone ran into the problem of todo.pl dying trying to rename todo.txt? Here is the error message I get: Unable to rename c:\netinst\todo.txt.tmp.1328 to c:\netinst\todo.txt: access is denied at Z:\todo.pl

[Unattended] todo.pl dies at line 118

2005-07-07 Thread Paul Griffith
Greeetings, Anyone ran into the problem of todo.pl dying trying to rename todo.txt? Here is the error message I get: Unable to rename c:\netinst\todo.txt.tmp.1328 to c:\netinst\todo.txt: access is denied at Z:\todo.pl line 118. Z:\bin\todo.pl exiting with status 13 ; halting Thanks Paul --

Re: [Unattended] todo.pl wont wait for groupwise

2005-03-20 Thread Lachlan Johnson
Thanks but it doesnt work, still jumps to the next app while groupwise is installing. -Lachlan Patrick [EMAIL PROTECTED] 18/03/2005 6:45 pm Put this before your setupline. start /wait citaat van=Lachlan Johnson Hi, im having an issue where todo.pl wont wait for Novell GroupWise client to

Re: [Unattended] todo.pl wont wait for groupwise

2005-03-20 Thread Lachlan Johnson
Oh, solved it by adding /SMS /W to the cmd line. Didn't need start /wait. -Lachlan Lachlan Johnson [EMAIL PROTECTED] 21/03/2005 9:11 am Thanks but it doesnt work, still jumps to the next app while groupwise is installing. -Lachlan Patrick [EMAIL PROTECTED] 18/03/2005 6:45 pm Put this

Re: [Unattended] todo.pl wont wait for groupwise

2005-03-18 Thread Patrick
Put this before your setupline. start /wait citaat van=Lachlan Johnson Hi, im having an issue where todo.pl wont wait for Novell GroupWise client to finish installing before moving to the next application on the list. Sometimes on slower machines the pc will reboot while groupwise is only

[Unattended] todo.pl splits long line in batch file

2005-03-04 Thread chee
To everybody It seems that todo.pl cannot accept lines that are too long in a batch file. This is how my batch file looks like: todo.pl msiexec /i %Z%\packages\solidworks\English_i386_SolidWorks.msi OFFICEOPTION=2 SOLIDWORKSSERIALNUMBER=0010 0019 8787 8815 DIMENSIONINGSTANDARDSELECTION=0

[Unattended] todo.pl splits long line in batch file - has to do with quotation marks

2005-03-04 Thread chee
hi Further to my earlier mail, I found out that it wasn't a problem with the line length. The problem is with the double quotation marks in front of 0010. Is there a parsing problem with todo.pl ? thank you chee == It seems that todo.pl cannot accept lines that are too long in a

RE: [Unattended] todo.pl and quotes

2004-10-05 Thread Niels S. Richthof
Hello Ty! Ok then, how about using c:\docume~1 instead of c:\documents and settings? That should eliminate the need for quotes around the second path. I don't like this idea. In my german versions this path is namens cd:\dokumente und einstellungen. After an unattended-run, I have both

[Unattended] todo.pl and quotes

2004-10-04 Thread Gerhard Hofmann
Hi list, I have a script that looks like this: todo.pl command todo.pl another_command I have had some problems when command itself contains quotes, example: copy \\server\share\files.* C:\documents and settings\user How can this be handled? Regards Gerhard

RE: [Unattended] todo.pl and quotes

2004-10-04 Thread Ty Moffett
I *think* you can put the entire command in quotes like this. copy \\server\share\files.* C:\documents and settings\user -Original Message- From: Gerhard Hofmann [mailto:[EMAIL PROTECTED] Sent: Monday, October 04, 2004 8:54 AM To: [EMAIL PROTECTED] Subject: [Unattended] todo.pl

RE: [Unattended] todo.pl and quotes

2004-10-04 Thread Niels S. Richthof
Hi Ty! I *think* you can put the entire command in quotes like this. copy \\server\share\files.* C:\documents and settings\user This is wrong! See other post. cu Niels --- This SF.net email is sponsored by: IT Product Guide on

RE: [Unattended] todo.pl and quotes

2004-10-04 Thread Moritz Engel
I have a script that looks like this: todo.pl command todo.pl another_command I have had some problems when command itself contains quotes, example: copy \\server\share\files.* C:\documents and settings\user How can this be handled? You have to escape the quotes! In your example do:

RE: [Unattended] todo.pl and quotes

2004-10-04 Thread Ty Moffett
: [Unattended] todo.pl and quotes Hi Ty! I *think* you can put the entire command in quotes like this. copy \\server\share\files.* C:\documents and settings\user This is wrong! See other post. cu Niels --- This SF.net email is sponsored

Re: [Unattended] todo.pl and quotes

2004-10-04 Thread Patrick J. LoPresti
Gerhard Hofmann [EMAIL PROTECTED] writes: I have had some problems when command itself contains quotes, example: copy \\server\share\files.* C:\documents and settings\user How can this be handled? Use backslash to escape quotes inside quotes: todo.pl copy \\server\share\files.*

Re: [Unattended] todo.pl and quotes

2004-10-04 Thread Andreas Kunberger
On 4 Oct 2004 at 15:54, Gerhard Hofmann wrote: I have had some problems when command itself contains quotes, example: copy \\server\share\files.* C:\documents and settings\user You have to escape your quotes! For example: todo.pl copy \\server\share\files.* \C:\documents and settings\user\

[Unattended] todo.pl shortcut.pl order

2004-01-17 Thread Adam Peart
If you use todo.pl and shortcut.pl, which order do you put them in. For todo you put them in reverse order, but do you put shortcut after todo or before? example: todo.pl %z%\packages\mediaplayerclassic\mediaplayer.exe shortcut.pl C:\Program Files\Media Player Classic\mplayerc.exe

[Unattended] todo.pl

2004-01-16 Thread Andrew Clark
I just had to install a dual boot xp/xp machine. disk 0 c and d drive disk 1 e and f drive yes I know this is messed up and I doubt that I will be doing an install like this soon again. I did the install of disk 1 the old fashioned way and then wanted to install the apps with todo.pl. I

Re: [Unattended] todo.pl

2004-01-16 Thread Patrick J. LoPresti
Andrew Clark [EMAIL PROTECTED] writes: I changed that on to # Location of the to do list. my $todo = $ENV{'systemdrive'}. '\\netinst\\todo.txt'; # Location of mapznrun script my $mapznrun = $ENV{'systemdrive'}.'\\netinst\\mapznrun.bat'; this of course works great. Just a thought

[Unattended] Todo.pl -- Restart

2003-11-11 Thread Steven D. Pretlove
Title: Message Hi all, when todo.pl processes .reboot (or one of its variations) it places the run command in theHKCU Run reg key I have need to set the computer to logon as a administrator (using autolog.pl), reboot the machine, log on as admin, install program, clear autologon and then

RE: [Unattended] Todo.pl -- Restart

2003-11-11 Thread Administrator
. as an alternative, if you are at the machine, have you tried running the script using RUNAS and your admin credentials? Regards Kevin Lawry -Original Message-From: Steven D. Pretlove [mailto:[EMAIL PROTECTED]Sent: 11 November 2003 14:17To: [EMAIL PROTECTED]Subject: [Unattended

RE: [Unattended] Todo.pl -- Restart

2003-11-11 Thread Kevin P. Jacobson
Nov 2003 14:57:35 - Subject: RE: [Unattended] Todo.pl -- Restart the main use for this, is to distribute applications after the inital roll out. My first attempt was to create an asp page that created the remote process on the clients machine running the mapznrun program under its context

RE: [Unattended] Todo.pl -- Restart

2003-11-11 Thread Steven D. Pretlove
P. Jacobson [mailto:[EMAIL PROTECTED] Sent: 11 November 2003 15:15 To: Steven D. Pretlove; [EMAIL PROTECTED] Subject: RE: [Unattended] Todo.pl -- Restart ASP can execute, but it will execute at the server because ASP is server- side. Change the *WWW Service* to allow it to interact

Re: [Unattended] Todo.pl -- Restart

2003-11-11 Thread Patrick J. LoPresti
Steven D. Pretlove [EMAIL PROTECTED] writes: My first attempt was to create an asp page that created the remote process on the clients machine running the mapznrun program under its context, but microsoft has put a stop to that by not allowing the spawned process to interact with the desktop.

RE: [Unattended] Todo.pl -- Restart

2003-11-11 Thread Steven D. Pretlove
: [Unattended] Todo.pl -- Restart Steven D. Pretlove [EMAIL PROTECTED] writes: My first attempt was to create an asp page that created the remote process on the clients machine running the mapznrun program under its context, but microsoft has put a stop to that by not allowing the spawned

RE: [Unattended] Todo.pl -- Restart

2003-11-11 Thread Steven D. Pretlove
To: Steven D. Pretlove Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [Unattended] Todo.pl -- Restart Steven D. Pretlove [EMAIL PROTECTED] writes: My first attempt was to create an asp page that created the remote process on the clients machine running the mapznrun program under its context

Re: [Unattended] Todo.pl -- Restart

2003-11-11 Thread Patrick J. LoPresti
Steven D. Pretlove [EMAIL PROTECTED] writes: The only problem is that it does not all the user to see whats going on, so I can not trouble shoot when something goes wrong, when testing I was running the mapznrun batch file with a batch file that contained three lines todo.pl .restart