Windows 2003 and ICMP Echo

2008-11-10 Thread Randy McAnally
To this date I've never been able to get ICMP echo enabled automatically.  
The following is my unattend.txt.  Remote desktop is properly enabled and 
allowed, but I ALWAYS have to manually enable ICMP echo after each 
installtion.  Any clues?



[WindowsFirewall]
Profiles=WindowsFirewall.EMSUnattended
IcmpSettings=WindowsFirewall.EchoRequest

[WindowsFirewall.EMSUnattended]
Type = 3
Mode = 1
Exceptions = 1
Services = WindowsFirewall.RemoteDesktop

[WindowsFirewall.RemoteDesktop]
Type = 2
Mode = 1
Scope = 0

[WindowsFirewall.EchoRequest]
Type = 8
Mode = 1

--
Randy
www.FastServ.com


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


postinst.bat - Default tasks

2008-11-10 Thread Randy McAnally
When a windows installation completes, it seems some default stuff is done 
(e.g. map z drive, install active perl, fix timezone, disable auto-logon, 
ect).

on a 64 bit install the auto-logon never disables, even though the scripts 
all run OK.  Each time it reboots after everything runs it logs on.

I'm wondering since its installing 32-bit activeperl on a 64-bit platform 
there are issues with perl's ability to modify the registry?

Since the perl.bat script seems to be fired off automatically, I've been 
having issues figuring out how to get a different version of perl installed 
depending on architecture.

So I guess I have two questions -

1.  Where can I find and modify the stuff that is automatically put in 
postinst.bat?  

2.  Is there a simple way to get install scripts to install 64 bit on a 64 
bit system and 32 bit on a 32 bit system?  Or is this not my issue??

--
Randy
www.FastServ.com


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: Windows 2003 and ICMP Echo

2008-11-10 Thread Randy McAnally
Thank you, that did it.

--
Randy
www.FastServ.com

-- Original Message ---
From: Mario Gzuk [EMAIL PROTECTED]
To: Randy McAnally [EMAIL PROTECTED]
Cc: unattended-devel@lists.sourceforge.net unattended-
[EMAIL PROTECTED]
Sent: Mon, 10 Nov 2008 16:40:01 +0100
Subject: Re: Windows 2003 and ICMP Echo

 Hi,
 IcmpSettings=WindowsFirewall.EchoRequest has to be placed in the Profile
 section WindowsFirewall.EMSUnattended:
 
 [WindowsFirewall.EMSUnattended]
 Type = 3
 Mode = 1
 Exceptions = 1
 Services = WindowsFirewall.RemoteDesktop
 IcmpSettings=WindowsFirewall.EchoRequest
 
 greetings mario
 
 Am Montag, den 10.11.2008, 10:29 -0500 schrieb Randy McAnally:
  To this date I've never been able to get ICMP echo enabled 
automatically.  
  The following is my unattend.txt.  Remote desktop is properly enabled 
and 
  allowed, but I ALWAYS have to manually enable ICMP echo after each 
  installtion.  Any clues?
  
  
  
  [WindowsFirewall]
  Profiles=WindowsFirewall.EMSUnattended
  IcmpSettings=WindowsFirewall.EchoRequest
  
  [WindowsFirewall.EMSUnattended]
  Type = 3
  Mode = 1
  Exceptions = 1
  Services = WindowsFirewall.RemoteDesktop
  
  [WindowsFirewall.RemoteDesktop]
  Type = 2
  Mode = 1
  Scope = 0
  
  [WindowsFirewall.EchoRequest]
  Type = 8
  Mode = 1
  
  --
  Randy
  www.FastServ.com
  
  
  -
  This SF.Net email is sponsored by the Moblin Your Move Developer's 
challenge
  Build the coolest Linux based applications with Moblin SDK  win great 
prizes
  Grand prize is a trip for two to an Open Source event anywhere in the 
world
  http://moblin-contest.org/redirect.php?banner_id=100url=/
  ___
  unattended-devel mailing list
  unattended-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/unattended-devel
--- End of Original Message ---


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: Windows 2003 and ICMP Echo

2008-11-10 Thread Mario Gzuk
Hi,
IcmpSettings=WindowsFirewall.EchoRequest has to be placed in the Profile
section WindowsFirewall.EMSUnattended:

[WindowsFirewall.EMSUnattended]
Type = 3
Mode = 1
Exceptions = 1
Services = WindowsFirewall.RemoteDesktop
IcmpSettings=WindowsFirewall.EchoRequest


greetings mario

Am Montag, den 10.11.2008, 10:29 -0500 schrieb Randy McAnally:
 To this date I've never been able to get ICMP echo enabled automatically.  
 The following is my unattend.txt.  Remote desktop is properly enabled and 
 allowed, but I ALWAYS have to manually enable ICMP echo after each 
 installtion.  Any clues?
 
 
 
 [WindowsFirewall]
 Profiles=WindowsFirewall.EMSUnattended
 IcmpSettings=WindowsFirewall.EchoRequest
 
 [WindowsFirewall.EMSUnattended]
 Type = 3
 Mode = 1
 Exceptions = 1
 Services = WindowsFirewall.RemoteDesktop
 
 [WindowsFirewall.RemoteDesktop]
 Type = 2
 Mode = 1
 Scope = 0
 
 [WindowsFirewall.EchoRequest]
 Type = 8
 Mode = 1
 
 --
 Randy
 www.FastServ.com
 
 
 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 unattended-devel mailing list
 unattended-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-devel


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel