RE: [Unattended] Unattended printer installation

2004-01-28 Thread Paul Griffith
___ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info -- Paul Griffith | York University, Dept. of Computer Science CSB1003A CS Technical Team | 4700 Keele Street,Toronto, Ontario, Canada M3J 1P3 [EMAIL PROTECTED] | Phone: 416-736

RE: [Unattended] Unattended printer installation

2004-01-30 Thread Paul Griffith
to see what I have done let me know. I am still working out some bugs. Thanks Paul On Wed, 28 Jan 2004, Paul Griffith wrote: Just a follow up question as I debate using Ghost or the unattend package. How do you or would you configure your printers? All the the printers I deploy in the lab have

Re: [Unattended] Linux samba server not visible during install

2004-03-19 Thread Paul Griffith
___ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info -- Paul Griffith | York University, Dept. of Computer Science CSE1003A CS Technical Team | 4700 Keele Street,Toronto, Ontario, Canada M3J 1P3 [EMAIL PROTECTED] | Phone: 416-736-2100

[Unattended] setting Computer name to dns hostname

2004-04-22 Thread Paul Griffith
Hello, I am new to perl and have a simple /install/site/config.pl perl script to set the ComputerName to the dns hostname. I am using unattended v4.1, here is my script. use warnings; use strict; use Carp; use Sys::Hostname; # Compute computer name from hostname if possible

[Unattended] setenv.pl - feature request

2004-06-02 Thread Paul Griffith
Hello, Would it be possible to add an append switch to the setenv.pl script. This way if a variables exists it would append to instead of overwriting the variable. For example: setenv.pl -append PATH C:\Eiffel54\studio\windows\bin setenv.pl -append LIB C:\EIFFEL54\studio\windows\include

Re: [Unattended] smb_add_request: timeout

2004-06-17 Thread Paul Griffith
On Thu, Jun 17, 2004 at 08:57:28AM -0400, Patrick J. LoPresti wrote: Paul Griffith [EMAIL PROTECTED] writes: Now the problem my be link to this one computer (Intel Desktop board 815EFV/815EPFV) since I am able to use unattended on two other computers (a P4 2.4Ghz and a Celeron 1Ghz

Re: [Unattended] questions + extra scripts

2004-08-20 Thread Paul Griffith
- :: Install Eclipse v3 and examples ::@Echo off SET zip=c:\Program Files\7-ZIP\7z.exe SET AUP=%ALLUSERSPROFILE%\Start Menu\Programs SET prog=eclipse-SDK-3.0 SET exam=eclipse-examples-3.0 :: Download from http://www.eclipse.org/downloads/index.php :: unzip Eclipse in place

Re: [Unattended] some scripts question

2004-08-24 Thread Paul Griffith
For Flash and Shockwave you don't need a AutoIT script, this is what I do to install flast/shockwave for Mozilla/Netscape/Opera start flast.bat --- :: Install Flash7 Player ::URL|ALL|http://fpdownload.macromedia.com/pub/shockwave/flash/english/win95nt/7.0.19.0/flashplayer7installer

Re: [Unattended] PXE booting / BIOS Setup

2004-08-26 Thread Paul Griffith
on to boot the machine normally. ie: default local timeout 30 label local localboot 0 Jim On Thu, Aug 26, 2004 at 12:06:11PM -0400, Paul Griffith wrote: Greetings, Now I know I am not the first person with this problem but how do you get around the problem of the PC booting

Re: [Unattended] Install Samba Shared printer

2004-09-22 Thread Paul Griffith
/unattended-info -- Paul Griffith | York University, Dept. of Computer Science Engineering CSE Technical Team| 4700 Keele Street, Toronto, Ontario, Canada M3J 1P3 [EMAIL PROTECTED] | CSEB 1003A | Phone: 416-736-2100 x70258 | Fax: 416-736-5872

Re: RE: [Unattended] Win XP SP2 and VS6 anyone

2004-10-13 Thread 'Paul Griffith'
} - On Sun, Oct 10, 2004 at 09:43:01PM -0400, Brad Erdman wrote: Yes, I have the same problem and I have not found a solution yet. My latest theory is that the Sun JRE that I install before VS6 is the problem. Brad -Original Message- From: Paul Griffith [mailto:[EMAIL

Re: RE: [Unattended] patching windows

2004-10-15 Thread Paul Griffith
How does it work with AutoIT scripts ? Paul On Fri, Oct 15, 2004 at 08:57:09AM +1000, Murray Fraser wrote: Just with regards to 'locking the screen'. I am looking at doing this in my unattended install, just to try and prevent anyone fiddling around before its done. I havnt figured where to

[Unattended] Automate - New Hardware Found Wizard - WinDriver

2004-11-25 Thread Paul Griffith
Greetings, I have run into a problem that has left me scratching my head. Here is the problem. I used AutoIt to install Logic Analyzer software which installs Jungo WinDriver virtual device. After I reboot, Windows XP detects the new virtual device and the New Hardware Found Wizard wants me to

Re: [Unattended] Media Player 9 wants to be clicked

2004-11-26 Thread Paul Griffith
See mail from Nov 1/04 below: From: Paul Griffith [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Mon, 1 Nov 2004 12:43:53 -0500 Subject: [Unattended] Fix for win2ksp4-updates.bat User-Agent: Mutt/1.2.5i Errors-To: [EMAIL PROTECTED] Precedence: bulk Greetings, I am in the process

Re: RE: [Unattended] Automate - New Hardware Found Wizard - WinDriver

2004-11-26 Thread Paul Griffith
the hardware does not exist, but my guess is that once the hardware is detected those paths will be scanned automatically when the OS looks for drivers. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Paul Griffith Sent: 25 November 2004 18:02 To: [EMAIL

Re: RE: [Unattended] Automate - New Hardware Found Wizard - WinDriver

2004-11-30 Thread Paul Griffith
be good to know how you get on though Good luck Kevin Lawry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Paul Griffith Sent: 26 November 2004 16:26 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: RE: [Unattended] Automate - New

[Unattended] Delete profile on log off/clean profiles

2004-12-07 Thread Paul Griffith
Greetings, Just a quick note to ask if any one has seen any tools/code that will delete a user profile when a user log off. What I am trying to do is only keep the All Users, Administrator and Default User profile on the Windows XP PCs in our lab. We don't want any persistent data between user

Re: [Unattended] Delete profile on log off/clean profiles

2004-12-07 Thread Paul Griffith
. Paul Griffith wrote: Greetings, Just a quick note to ask if any one has seen any tools/code that will delete a user profile when a user log off. What I am trying to do is only keep the All Users, Administrator and Default User profile on the Windows XP PCs in our lab. We don't want any

[Unattended] XP SP2 Slow Printing Workaround

2004-12-16 Thread Paul Griffith
As a side note you may have o delete the printer first, if is is already installed and reboot before you try the following. --- From Microsoft Windows Support Professional According to my experience, I suggest that we perform the steps below to add this network printer to the local

Re: [Unattended] Java SDK unattended install?

2005-06-17 Thread Paul Griffith
Try the following: todo.pl %Z%\packages\java\jdk-1_5_0_02-windows-i586-p.exe /s /v\/qn ADDLOCAL=ALL IEXPLORER=1 MOZILLA=1 REBOOT=ReallySuppress JAVAUPDATE=0\ -- watch for the line wrap! Thanks On Fri, Jun 17, 2005 at 06:26:28PM +0200, Moritz Engel wrote: Hi, Does anyone know how to

Re: [Unattended] Drivers

2005-06-28 Thread Paul Griffith
If you limit your directories name to a 8 character limit you will be OK. On Tue, Jun 28, 2005 at 05:30:18PM -0500, Davis, Keith wrote: I know, I'm a real pain, and it seems that right after I send an email I figure it out, but here's the problem: I was able to get the code to work to

Re: [Unattended] problem starting Outlook form Office 2000

2005-06-30 Thread Paul Griffith
On Thu, Jun 30, 2005 at 03:42:38PM +0200, Tomasz Chmielewski wrote: Moritz Engel schrieb: Hi, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tomasz Chmielewski Sent: Wednesday, June 29, 2005 9:28 PM To: Mark McRitchie Cc: 'Unattended

Re: [unattended] Problems with Office 2000/XP

2005-07-06 Thread Paul Griffith
Greetings, I don't have Win2K in my unattended os directory so I can't test the setup you have. Here is something I found on Google. http://www.appdeploy.com/messageboards/tm.asp?m=3841 Office2K is asking for the Win2K because it needs or it thinks it needs something from the i386 directory.

[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 --

[Unattended] unattended and Longhorn

2005-07-13 Thread Paul Griffith
Greetings, I know Longhorn is not due out for sometime, but in this business looking ahead is critical. I don't have access to acess to the Longhorn builds yet, but from what I see DOS mode unattended in gone. Anyone tried using WINE to trigger off a unattended install ? Thanks Paul

Re: [unattended] Splash Screen

2005-07-15 Thread Paul Griffith
Hi Keith, Would you mind posting your script? Thanks Paul On Tue, Jul 12, 2005 at 11:33:41AM -0500, Davis, Keith wrote: Actually, use AutoIt's splash screen. Run a script that launches an AutoIt script's Splash screen in the beginning, then run another that kills the process when your done.

Re: [unattended] Splash Screen

2005-07-15 Thread Paul Griffith
. Keith Davis (214) 234-4296 -Original Message- From: Paul Griffith [mailto:[EMAIL PROTECTED] Sent: Friday, July 15, 2005 9:32 AM To: Davis, Keith Cc: Jens Geile; unattended-info@lists.sourceforge.net Subject: Re: [unattended] Splash Screen Hi Keith, Would you mind

Re: [Unattended] Paging file size changed by unattended install

2005-07-20 Thread Paul Griffith
to get up to speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click ___ unattended-info mailing list unattended-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-info -- Paul Griffith | York University

[Unattended] ws2k3sp1-updates.bat broken - fixes attached.

2005-07-27 Thread Paul Griffith
Greetings, I just rebuilt Windows Server 2003 SP1 with the lastest ws2k3sp1-updates.bat from CVS and I run into some problems. Can someone check in these fixes. #1 Update for Background Intelligent Transfer Service (BITS) 2.0 and WinHTTP 5.1 Windows Server 2003 (KB842773) SP1 comes with a

Re: [Unattended] Thanks

2005-11-03 Thread Paul Griffith
I hope you filed for overtime :-) On Thu, Nov 03, 2005 at 09:26:56AM -0800, Quentin Hartman wrote: To everyone who helped build Unattended- Just wanted to drop a note of thanks to everyone that has made Unattended possible. It has become an core tool for me and my team. We used it this

Re: [Unattended] Intel e1000 inf file

2005-11-08 Thread Paul Griffith
Greetings, www.intel.com :-) 1 - download the E1000 driver 2 - extract 3 - read readme which will tell you step by step how add the Intel drivers to your unattended setup. Those nice folks at Intel even include a batch to do most of the work for you! Thanks Paul On Tue, Nov 08, 2005 at

[Unattended] Intel 945 nic support

2006-01-12 Thread Paul Griffith
Greetings, Before I venture into re-building unattended with the lastest kernel, has anyone gotten unattended v4.6 to work with the Intel 945 board? Thanks Paul -- --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log

[Unattended] updated shortcut.pl

2006-01-12 Thread Paul Griffith
Greetings, I have up dated shortcut.pl to support shortcuts with . in their filenames. So it is possible to have CodeWarrior v3.1 on the desktop. Should I send the entire file or a diff? If a diff let me know what format. Thanks Paul ---

[Unattended] Replacing linux/dos boot disk with Bart'sPE - Future of unattended

2006-01-16 Thread Paul Griffith
Greetings, I was using the unoffical linuxboot 4.7pre from http://bofh.be/unattended/linuxboot-4.7pre.tgz and I ran into partition alignment problems. Since I had to get the system out fast and I couldn't rebuild the bootdisk myself I manually install Windows and used unattened to install the

Re: [Unattended] Replacing linux/dos boot disk with Bart'sPE - Future of unattended

2006-01-16 Thread Paul Griffith
On Mon, Jan 16, 2006 at 01:46:50PM -0500, No One wrote: On Mon, 2006-01-16 at 11:34 -0500, Paul Griffith wrote: The second question involves the future of unattended. I see WinVista as a hurdle for unattended. Dosemu will not work, so what is the future? Do eventually drop the linux

Re: [Unattended] Replacing linux/dos boot disk with Bart'sPE - Future of unattended

2006-01-17 Thread Paul Griffith
On Mon, Jan 16, 2006 at 04:31:02PM -0600, Mailinglists Address wrote: Do eventually drop the linux/dos boot disk and user WinPE/Bart'sPE or somekind of Win based boot disk to handle WinVista What about partitions it seems like we will have more issues with CHS tranlations in the

Re: [Unattended] Replacing linux/dos boot disk with Bart'sPE - Future of unattended

2006-01-17 Thread Paul Griffith
On Tue, Jan 17, 2006 at 11:29:18AM -0600, Mailinglists Address wrote: That's very interesting to know. Looking at the lastest version of BartPE there is a place to keep additional network drivers and I have seen some postings on how to network boot with BartPE. Maybe a BartPE without

[Unattended] building my own linuxboot disk

2006-01-27 Thread Paul Griffith
Greetings, I have ran into a snag building by own linux bootdisk. When I boot the CD the /etc/master script fails. It can't find /lib/modules/2.6.15.1/modules.dep, but the file is there but it is link to /z/linuxaux. If I take a look at the 4.6 boot disk /lib/modules/2.6.x.x/modules.dep is not a

Re: [Unattended] building my own linuxboot disk

2006-01-27 Thread Paul Griffith
In-Reply-To: [EMAIL PROTECTED]; from [EMAIL PROTECTED] on Fri, Jan 27, 2006 at 10:57:45AM -0500 On Fri, Jan 27, 2006 at 10:57:45AM -0500, Matt Hyclak wrote: On Fri, Jan 27, 2006 at 10:33:15AM -0500, Paul Griffith enlightened us: Greetings, I have ran into a snag building by own linux

Re: [Unattended] Error in WS2K3SP1 updates file

2006-03-23 Thread Paul Griffith
On Thu, Mar 23, 2006 at 02:56:59PM +0100, Gerhard Hofmann wrote: Thomas Bendler wrote: Hello @all, after setting up a few test servers with unattended, I run into two problems during each install of WS2K3SP1. First, KB896423 seems to be depricated (it's allready in the SP1), second

Re: [Unattended] Error in WS2K3SP1 updates file .ignore-all-err

2006-03-24 Thread Paul Griffith
On Thu, Mar 23, 2006 at 03:53:15PM +0100, Gerhard Hofmann wrote: Paul Griffith wrote: Gerhard Hofmann wrote: ... As it is hard to find out any possible return value of an installer, it would be nice to have something like an .ignore-all-err directive. ... So .ignore-all-err would

[Unattended] Win2k/XP commandline utils to replace fdisk/parted

2006-05-08 Thread Paul Griffith
am only looking at porting install.pl :-) Thanks Paul -- Paul Griffith |York University, Dept. of Computer Science Engineering CSE Technical Team|4700 Keele Street, Toronto, Ontario, Canada M3J 1P3 [EMAIL PROTECTED] |CSE1003A|Phone: 416-736-2100 x70258|Fax: 416-736-5872

Re: [Unattended] Win2k/XP commandline utils to replace fdisk/parted

2006-05-09 Thread Paul Griffith
/? diskpart /s script Any ideas out there? and remember I said I am only looking at porting install.pl :-) Thanks Paul -- Paul Griffith |York University, Dept. of Computer Science Engineering CSE Technical Team|4700 Keele Street, Toronto, Ontario, Canada M3J 1P3 [EMAIL

Re: [Unattended] fix local ip from dhcpd

2006-07-18 Thread Paul Griffith
On Tue, Jul 18, 2006 at 06:33:05AM +0200, Julien TOUCHE wrote: is there any script in the wild to fix the local IP of a box to the one given by dhcp (all parameters, that is: IP, netmask, router, DNS, DNS suffix) ? thanks Regards Julien Here is snippit from my

Re: [Unattended] bluescreen

2006-08-09 Thread Paul Griffith
drivers. The problem seems to linked to WinXP2 with enables noexecute by default. Try to google for nvidia and noexecute. Thanks Paul -- Paul Griffith |York University, Dept. of Computer Science Engineering CSE Technical Team|4700 Keele Street, Toronto, Ontario, Canada M3J 1P3 [EMAIL PROTECTED

[Unattended] Download Windows Vista PE (WinPE 2.0)

2006-11-23 Thread Paul Griffith
-d2694eff2245DisplayLang=en Watch for url wrap. -- Paul Griffith | Dept. of Computer Science and Engineering CSE Technical Team|4700 Keele Street, Toronto, ON, Canada M3J 1P3 [EMAIL PROTECTED]|CSE1003A|Phone: 416-736-2100 x70258|Fax: 416-736-5872

[Unattended] Unattended cvs ISO with kernel 2.6.19 - /z/bin/init.sh not found

2007-01-17 Thread Paul Griffith
not found' can someone point me to or send me the init.sh file. Thanks Paul -- Paul Griffith | Dept. of Computer Science and Engineering CSE Technical Team|4700 Keele Street, Toronto, ON, Canada M3J 1P3 [EMAIL PROTECTED]|CSE1003A|Phone: 416-736-2100 x70258|Fax: 416-736-5872

[Unattended] CVS anonymous access broken?

2007-02-02 Thread Paul Griffith
Greetings, I am trying to pull down the CVS version of unattended. I am using the following command on Linux and I get nothing, I must be doing something wrong ;) cvs -t -d:pserver:[EMAIL PROTECTED]:/cvsroot/unattended login % cvs -t -d:pserver:[EMAIL PROTECTED]:/cvsroot/unattended

Re: [Unattended] Dell 745

2007-03-13 Thread Paul Griffith
On Tue, 13 Mar 2007 11:58:07 -0400, Johan Stevens [EMAIL PROTECTED] wrote: Hi there, What if I have no linux-box to build a new linuxboot? Regards, Johan Stevens Here is one option: Download a copy of vmplayer/server (free) and run a virtual linux-box.

Re: [Unattended] Scriptenu.exe

2007-06-12 Thread Paul Griffith
On Tue, 12 Jun 2007 14:57:44 -0400, Chad Harvey [EMAIL PROTECTED] wrote: After building an XP box I am getting an error while applying patches complaining about scriptenu.exe. If I tell it to ignore, it finishes; however I fell like maybe I am missing something. I ran a grep over the

[Unattended] NTLDR Not found - another solution to try (?)

2007-07-09 Thread Paul Griffith
Greetings, I had the NTLDR problem on a Intel based D865GLC system and I found another option that is working on this system. I hope this can help some other users. I manually created my partition starting at 1 and ending at 4GB, I then let unattended continue on it's merry way. I did

Re: [Unattended] Adding Perl Modules

2008-04-18 Thread Paul Griffith
___ unattended-info mailing list unattended-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-info -- Paul Griffith |Dept. of Computer Science and Engineering - York University CSE Technical Team |4700 Keele Street, Toronto

Re: [Unattended] Remove Driver Prompt

2008-08-19 Thread Paul Griffith
On Tue, 19 Aug 2008 11:53:26 -0400, James S. White [EMAIL PROTECTED] wrote: How does one get rid of the Please choose driver(s) to add. prompt. Assume I have a single unattend.txt I've dug around the mailing list and I see a lot of Hack the perl script. solutions. Is there another way

[Unattended] Unable to rename c:\netinst\todo.txt.tmp.xxx to to c:\netinst\todo.txt

2012-08-29 Thread Paul Griffith
Hi Everyone, 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 121 Z:\bin\todo.pl exiting with status 13 ; halting I haven't seen this