[Unattended] 64 Bit Windows

2006-02-13 Thread HOHMANN Holger

Hi,

are 64Bit versions of Windows supported by the unattended project?

Many thanks for your time
Holger


--
_

 Holger Hohmann
 Ing.-Büro Hohmann
 Bahnhofstr. 34
 D-82515 Wolfratshausen

 Tel.:  +49 (0)8171 347 88 10
 Fax:   +49 (0)8171 347 88 99
 Mobil: +49 (0)171 68 38 775

 mailto: [EMAIL PROTECTED]
 www.ibh-wor.de
_


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] Cisco VPN Client

2006-02-13 Thread Chris Liles
Anyone installing the Cisco VPN Client??

I have been unable to get this thing to install for the longest time. After 
getting fed up with it and watching the install process I realized that it is 
failing during the install.  The client creates a fake network adapter to do 
the vpn'ing with. When it creates this adapter it kills all other network 
connections so the install fails because it can not reach the mounted Z drive. 
:(

I redid my script to xcopy everything over to the C drive, then run the install 
from the local temp copy. I guess I'll see how it goes.

Just wondering if anyone else is using the Cisco VPN client, and if so how you 
install it with unattended.

Thanks!

--
Chris Liles
System Analyst
Air2Web, Inc.
1230 Peachtree St. N.E.
12th Floor
Atlanta, GA 30309



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Cisco VPN Client

2006-02-13 Thread Mario Gzuk
Hi
here is our script for cisco vpn 4.8
todo.pl .reboot
todo.pl rd /S /Q %SYSTEMDRIVE%\cisco_4.8
todo.pl start /wait %SYSTEMDRIVE%\cisco_4.8
\vpnclient_setup.msi /qb /norestart
todo.pl xcopy %Z%\packages\tools\vpn\cisco\4.8 %SYSTEMDRIVE%
\cisco_4.8 /s /e
todo.pl mkdir %SYSTEMDRIVE%\cisco_4.8

greetings mario gzuk


Am Montag, den 13.02.2006, 09:49 -0500 schrieb Chris Liles:
 Anyone installing the Cisco VPN Client??
 
 I have been unable to get this thing to install for the longest time. After 
 getting fed up with it and watching the install process I realized that it is 
 failing during the install.  The client creates a fake network adapter to do 
 the vpn'ing with. When it creates this adapter it kills all other network 
 connections so the install fails because it can not reach the mounted Z 
 drive. :(
 
 I redid my script to xcopy everything over to the C drive, then run the 
 install from the local temp copy. I guess I'll see how it goes.
 
 Just wondering if anyone else is using the Cisco VPN client, and if so how 
 you install it with unattended.
 
 Thanks!
 
 --
 Chris Liles
 System Analyst
 Air2Web, Inc.
 1230 Peachtree St. N.E.
 12th Floor
 Atlanta, GA 30309
 
 
 
 ---
 This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
 for problems?  Stop!  Download the new AJAX search engine that makes
 searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
 http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
 ___
 unattended-info mailing list
 unattended-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-info



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


RE: [Unattended] Cisco VPN Client

2006-02-13 Thread Chris Liles








Well our copy of the Client is rather old,
no msi installer L

Our Network guy doesnt want to
upgrade. So I ended up doing:



:: OPTIONAL: Install VPN Software 

@Echo off



todo.pl rd /S /Q  c:\vpn_temp .reboot

todo.pl C:\vpn_temp\setup.exe /sms /s

todo.pl xcopy
%Z%\packages\A2W-VPN\* c:\vpn_temp /I



It works just fine and dandy!





--

Chris Liles


System Analyst

Air2Web, Inc.

1230
Peachtree St. N.E.

12th
Floor

Atlanta,
GA 30309









-Original Message-
From: Conrad Lawes
[mailto:[EMAIL PROTECTED] 
Sent: Monday, February 13, 2006
11:47 AM
To: Mario Gzuk
Cc: Chris Liles;
unattended-info@lists.sourceforge.net
Subject: Re: [Unattended] Cisco
VPN Client



Try this


:: OPTIONAL: Install Cisco VPN Client

@echo off

todo.pl .ignore-err 194 msiexec /l* %systemdrive%\netinst\logs\cisco.txt
REBOOT=REALLYSUPPRESS /qb /i c:\vpntemp\vpnclient_setup.msi 
mkdir c:\vpntemp
xcopy %Z%\packages\ciscovpn\*.* c:\vpntemp /y








On 2/13/06, Mario Gzuk  [EMAIL PROTECTED] wrote:

Hi
here is our script for cisco vpn 4.8
todo.pl .reboot
todo.pl rd /S /Q %SYSTEMDRIVE%\cisco_4.8
todo.pl start /wait %SYSTEMDRIVE%\cisco_4.8
\vpnclient_setup.msi /qb /norestart
todo.pl xcopy %Z%\packages\tools\vpn\cisco\4.8 %SYSTEMDRIVE% 
\cisco_4.8 /s /e
todo.pl mkdir %SYSTEMDRIVE%\cisco_4.8

greetings mario gzuk


Am Montag, den 13.02.2006, 09:49 -0500 schrieb Chris Liles:
 Anyone installing the Cisco VPN Client?? 

 I have been unable to get this thing to install for the longest time.
After getting fed up with it and watching the install process I realized that
it is failing during the install.The client creates a fake network
adapter to do the vpn'ing with. When it creates this adapter it kills all other
network connections so the install fails because it can not reach the mounted Z
drive. :( 

 I redid my script to xcopy everything over to the C drive, then run the
install from the local temp copy. I guess I'll see how it goes.

 Just wondering if anyone else is using the Cisco VPN client, and if so how
you install it with unattended. 

 Thanks!

 --
 Chris Liles
 System Analyst
 Air2Web, Inc.
 1230 Peachtree St. N.E.
 12th Floor
 Atlanta, GA 30309



 --- 
 This SF.net email is sponsored by: Splunk Inc. Do you grep through log
files
 for problems?Stop!Download the new AJAX search
engine that makes
 searching your log files as easy as surfing
theweb.DOWNLOAD SPLUNK! 
 http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
 ___ 
 unattended-info mailing list
 unattended-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-info



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?Stop!Download the new AJAX search engine
that makes 
searching your log files as easy as surfing
theweb.DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642

___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info






-- 
Regards,
Conrad Lawes
PXE Guru 








Re: [Unattended] 64 Bit Windows

2006-02-13 Thread Conrad Lawes
Unattended uses DOS and Linux to kick-off Windows installations.  Neither is suitable to start a Win64 installation. Unless Unattended can use an NT-based kernel such as WinPE ( or something equivalent ) support Win64 will not be possible.
On 2/13/06, HOHMANN Holger [EMAIL PROTECTED] wrote:
Hi,are 64Bit versions of Windows supported by the unattended project?Many thanks for your timeHolger--_Holger HohmannIng.-Büro HohmannBahnhofstr. 34
D-82515 WolfratshausenTel.:+49 (0)8171 347 88 10Fax: +49 (0)8171 347 88 99Mobil: +49 (0)171 68 38 775mailto: [EMAIL PROTECTED]
www.ibh-wor.de_---This SF.net email is sponsored by: Splunk Inc. Do you grep through log filesfor problems?Stop!Download the new AJAX search engine that makes
searching your log files as easy as surfing theweb.DOWNLOAD SPLUNK!http://sel.as-us.falkag.net/sel?cmdlnkkid3432bid#0486dat1642
___unattended-info mailing listunattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info-- Regards,Conrad LawesPXE Guru


[Unattended] Event Viewer Logs

2006-02-13 Thread Chris Liles










Anyone have a reg edit, or something to
set the event viewer logs to overwrite??

They default to a rather small size that
gets full after an unattended install, causing a nice little error message at
the login screen.





--

Chris
Liles

System
Analyst

Air2Web, Inc.

1230
  Peachtree St. N.E.

12th
Floor

Atlanta, GA 30309







 








[Unattended] installing perl modules

2006-02-13 Thread Ben Walton
Hi List,

I've been battling this on and off for a few weeks now.

I'd like to use ppm (supplied with activestate perl) to install the
Bioperl modules.

I've created a text file with the commands to run (add repositories,
install modules, exit) and running from c:\ like this works:
c:\ ppm --file path to install commands

The repositories get added, the modules are downloaded and installed and
ppm exits.

For some reason, I can't seem to make this happen under todo.  I've
tried various combinations of start /wait (also tried with /B), running
under a secondary cmd, etc.  Nothing seems to happen except a triggering
of the perl msi package.  I've hard coded the path to ppm.bat, etc as
well...

I'd appreciate any help on this as I'm scratching my head right now...

Thanks
-Ben
-- 
Ben Walton
Systems Programmer
Office of Planning  IT
Faculty of Arts  Science
University of Toronto
Cell: 416.407.5610
PGP Key Id: 8E89F6D2


signature.asc
Description: This is a digitally signed message part


RE: [Unattended] Event Viewer Logs

2006-02-13 Thread Brad Erdman
Hi,

I know that you can specify this via a group policy in Active Directory:
Computer Configuration-Windows Settings-Security-Event Log 

Brad Erdman
University of Maryland
Institute for Advanced Computer Studies

 -Original Message-
 From: [EMAIL PROTECTED]
[mailto:unattended-info-
 [EMAIL PROTECTED] On Behalf Of Chris Liles
 Sent: Monday, February 13, 2006 1:12 PM
 To: unattended-info@lists.sourceforge.net
 Subject: [Unattended] Event Viewer Logs
 
 
 Anyone have a reg edit, or something to set the event viewer logs to
 overwrite??
 They default to a rather small size that gets full after an unattended
 install, causing a nice little error message at the login screen.
 
 --
 Chris Liles
 System Analyst
 Air2Web, Inc.
 1230 Peachtree St. N.E.
 12th Floor
 Atlanta, GA 30309
 
 
 


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info