Re: [Unattended] step by step guide

2009-12-20 Thread Kaushal Shriyan
On Sun, Dec 20, 2009 at 1:52 PM, Kaushal Shriyan
 wrote:
> On Sat, Dec 19, 2009 at 4:53 PM, FwdTmp  wrote:
>> hi!
>>
>> command line win printer installation sucks. really. I have been
>> trying fog ages with only a bit of success (there are tools for it,
>> but when you do it "manually" the unattended installation works, but
>> when you call it from a script, it does nothing (not even error
>> messages!). if anyone can solve it, do it fast :) because time of
>> printing will run out faster... ;)
>>
>>
>>> I've never tried setting up unattended install of a network printer, so
>>> I can't help you, sorry. I suggest you search on the web to see if you
>>> can find more information about setting up shared network printers from
>>> the command-line, and trying out the commands on a computer before
>>> actually adding it to the unattended installation.
>>
>>
>>
>>
>> --
>> This SF.Net email is sponsored by the Verizon Developer Community
>> Take advantage of Verizon's best-in-class app development support
>> A streamlined, 14 day to market process makes app distribution fast and easy
>> Join now and get one step closer to millions of Verizon customers
>> http://p.sf.net/sfu/verizon-dev2dev
>> ___
>> unattended-info mailing list
>> unattended-info@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/unattended-info
>>
>
> Hi Again
>
> I am able to install outlook2003 unattended but the issue is that I
> need to click on OK button manually.
>
> is there a way to handle it automatically unattended
>
> I came to know about send keys but not sure how to use it ?
>
> Thanks and Regards,
>
> Kaushal
>

Hi,

sendkeys.vbs

###
set shell = createobject("wscript.shell")
wscript.sleep 1500
shell.SendKeys "{ENTER}"
###


outlook.bat

@Echo off

set ooo_install=%Z%\packages\outlook2003\setup.exe

start %windir%\system32\cscript.exe %Z%\scripts\sendkeys.vbs &&
todo.pl ".reboot-on 194 %ooo_install%"

goto exit

:exit


Does it make sense ?

Please advice

Thanks and Regards,

Kaushal

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-20 Thread Kaushal Shriyan
On Sat, Dec 19, 2009 at 4:53 PM, FwdTmp  wrote:
> hi!
>
> command line win printer installation sucks. really. I have been
> trying fog ages with only a bit of success (there are tools for it,
> but when you do it "manually" the unattended installation works, but
> when you call it from a script, it does nothing (not even error
> messages!). if anyone can solve it, do it fast :) because time of
> printing will run out faster... ;)
>
>
>> I've never tried setting up unattended install of a network printer, so
>> I can't help you, sorry. I suggest you search on the web to see if you
>> can find more information about setting up shared network printers from
>> the command-line, and trying out the commands on a computer before
>> actually adding it to the unattended installation.
>
>
>
>
> --
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev
> ___
> unattended-info mailing list
> unattended-info@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/unattended-info
>

Hi Again

I am able to install outlook2003 unattended but the issue is that I
need to click on OK button manually.

is there a way to handle it automatically unattended

I came to know about send keys but not sure how to use it ?

Thanks and Regards,

Kaushal

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-19 Thread FwdTmp
hi!

command line win printer installation sucks. really. I have been
trying fog ages with only a bit of success (there are tools for it,
but when you do it "manually" the unattended installation works, but
when you call it from a script, it does nothing (not even error
messages!). if anyone can solve it, do it fast :) because time of
printing will run out faster... ;)


> I've never tried setting up unattended install of a network printer, so
> I can't help you, sorry. I suggest you search on the web to see if you
> can find more information about setting up shared network printers from
> the command-line, and trying out the commands on a computer before 
> actually adding it to the unattended installation.




--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-19 Thread Johan Ho
Den 17.12.2009 23:02, skrev Kaushal Shriyan:
> On Wed, Dec 16, 2009 at 8:28 PM, Kaushal Shriyan
>   wrote:
>
>> On Wed, Dec 16, 2009 at 3:49 PM, Juan Jose Pablos  wrote:
>>  
>>> Kaushal Shriyan escribió:
>>>
 Do i need to comment out the below lines in install.pl file not to ask
 about Domain and Workgroup ?

  
>>> I think that it is easier to copy sample-config.pl to config.pl
>>>
>>>
>>> and use
>>>
>>> "Default","OrgName","yourORG"
>>> "Default","JoinWorkgroup","YOURWORKGROUP"
>>>
>>>
>>>
>> Hi Juan
>>
>> I tried all the options for automated network printer installation and
>> I have read and followed all the suggestions given in this webpage
>> http://www.mail-archive.com/unattended-info@lists.sourceforge.net/msg00966.html
>> but i could not succeed.
>>
>> ###
>> @Echo off
>>
>> todo.pl "%Z%\packages\hp1320printer\lj1320PCL6win2kxp2003-en.exe /S /v /qb"
>>
>> :: OPTIONAL: Install default network printers
>>
>> todo.pl "start /wait rundll32 printui.dll,PrintUIEntry /ga /in /u /n%1
>> \\prt-svr\hp1320"
>> ###
>>
>> It kept on asking for drivers required to install the Network Printer
>> on the Client Workstation.
>>
>> Please guide/suggest
>>
>> Thanks again
>>
>> Thanks and Regards,
>>
>> Kaushal
>>
>>  
> Hi Juan,
>
> Just curious to know if there are updates about my issue regarding
> Network Printer ?
>
> Thanks and Regards,
>
> Kaushal
>
> --
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev
> ___
> unattended-info mailing list
> unattended-info@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/unattended-info
>
I've never tried setting up unattended install of a network printer, so 
I can't help you, sorry. I suggest you search on the web to see if you 
can find more information about setting up shared network printers from 
the command-line, and trying out the commands on a computer before 
actually adding it to the unattended installation.

Johan Ho

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-18 Thread Kaushal Shriyan
On Thu, Dec 17, 2009 at 8:32 PM, Kaushal Shriyan
 wrote:
> On Wed, Dec 16, 2009 at 8:28 PM, Kaushal Shriyan
>  wrote:
>> On Wed, Dec 16, 2009 at 3:49 PM, Juan Jose Pablos  wrote:
>>> Kaushal Shriyan escribió:

 Do i need to comment out the below lines in install.pl file not to ask
 about Domain and Workgroup ?

>>>
>>> I think that it is easier to copy sample-config.pl to config.pl
>>>
>>>
>>> and use
>>>
>>> "Default","OrgName","yourORG"
>>> "Default","JoinWorkgroup","YOURWORKGROUP"
>>>
>>>
>>
>> Hi Juan
>>
>> I tried all the options for automated network printer installation and
>> I have read and followed all the suggestions given in this webpage
>> http://www.mail-archive.com/unattended-info@lists.sourceforge.net/msg00966.html
>> but i could not succeed.
>>
>> ###
>> @Echo off
>>
>> todo.pl "%Z%\packages\hp1320printer\lj1320PCL6win2kxp2003-en.exe /S /v /qb"
>>
>> :: OPTIONAL: Install default network printers
>>
>> todo.pl "start /wait rundll32 printui.dll,PrintUIEntry /ga /in /u /n%1
>> \\prt-svr\hp1320"
>> ###
>>
>> It kept on asking for drivers required to install the Network Printer
>> on the Client Workstation.
>>
>> Please guide/suggest
>>
>> Thanks again
>>
>> Thanks and Regards,
>>
>> Kaushal
>>
>
> Hi Juan,
>
> Just curious to know if there are updates about my issue regarding
> Network Printer ?
>
> Thanks and Regards,
>
> Kaushal
>

Hi Again.

Anyone has setup Network Printer using unattended ?

Thanks and Regards,

Kaushal

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-17 Thread Kaushal Shriyan
On Wed, Dec 16, 2009 at 8:28 PM, Kaushal Shriyan
 wrote:
> On Wed, Dec 16, 2009 at 3:49 PM, Juan Jose Pablos  wrote:
>> Kaushal Shriyan escribió:
>>>
>>> Do i need to comment out the below lines in install.pl file not to ask
>>> about Domain and Workgroup ?
>>>
>>
>> I think that it is easier to copy sample-config.pl to config.pl
>>
>>
>> and use
>>
>> "Default","OrgName","yourORG"
>> "Default","JoinWorkgroup","YOURWORKGROUP"
>>
>>
>
> Hi Juan
>
> I tried all the options for automated network printer installation and
> I have read and followed all the suggestions given in this webpage
> http://www.mail-archive.com/unattended-info@lists.sourceforge.net/msg00966.html
> but i could not succeed.
>
> ###
> @Echo off
>
> todo.pl "%Z%\packages\hp1320printer\lj1320PCL6win2kxp2003-en.exe /S /v /qb"
>
> :: OPTIONAL: Install default network printers
>
> todo.pl "start /wait rundll32 printui.dll,PrintUIEntry /ga /in /u /n%1
> \\prt-svr\hp1320"
> ###
>
> It kept on asking for drivers required to install the Network Printer
> on the Client Workstation.
>
> Please guide/suggest
>
> Thanks again
>
> Thanks and Regards,
>
> Kaushal
>

Hi Juan,

Just curious to know if there are updates about my issue regarding
Network Printer ?

Thanks and Regards,

Kaushal

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-16 Thread Kaushal Shriyan
On Wed, Dec 16, 2009 at 3:49 PM, Juan Jose Pablos  wrote:
> Kaushal Shriyan escribió:
>>
>> Do i need to comment out the below lines in install.pl file not to ask
>> about Domain and Workgroup ?
>>
>
> I think that it is easier to copy sample-config.pl to config.pl
>
>
> and use
>
> "Default","OrgName","yourORG"
> "Default","JoinWorkgroup","YOURWORKGROUP"
>
>

Hi Juan

I tried all the options for automated network printer installation and
I have read and followed all the suggestions given in this webpage
http://www.mail-archive.com/unattended-info@lists.sourceforge.net/msg00966.html
but i could not succeed.

###
@Echo off

todo.pl "%Z%\packages\hp1320printer\lj1320PCL6win2kxp2003-en.exe /S /v /qb"

:: OPTIONAL: Install default network printers

todo.pl "start /wait rundll32 printui.dll,PrintUIEntry /ga /in /u /n%1
\\prt-svr\hp1320"
###

It kept on asking for drivers required to install the Network Printer
on the Client Workstation.

Please guide/suggest

Thanks again

Thanks and Regards,

Kaushal

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-16 Thread Juan Jose Pablos
Kaushal Shriyan escribió:
> 
> Do i need to comment out the below lines in install.pl file not to ask
> about Domain and Workgroup ?
> 

I think that it is easier to copy sample-config.pl to config.pl


and use

"Default","OrgName","yourORG"
"Default","JoinWorkgroup","YOURWORKGROUP"


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-15 Thread Johan Ho
Den 15.12.09 18:32, skrev Kaushal Shriyan:
> On Tue, Dec 15, 2009 at 9:46 PM, Kaushal Shriyan
>   wrote:
>> On Tue, Dec 15, 2009 at 9:32 PM, Kaushal Shriyan
>>   wrote:
>>> On Tue, Dec 15, 2009 at 6:33 PM, Kaushal Shriyan
>>>   wrote:
 On Tue, Dec 15, 2009 at 2:40 PM, Johan Ho  wrote:
> On 15.12.09 07:57, Kaushal Shriyan wrote:
>> On Thu, Dec 10, 2009 at 11:22 AM, Kaushal Shriyan
>> wrote:
>>> On Wed, Dec 9, 2009 at 11:23 PM, Juan Jose Pablos
>>> wrote:
 Kaushal Shriyan escribió:
>
> I did read this article
> http://unattended.sourceforge.net/documentation.php#apps but it tells
> to invoke the todo.pl script manually and the application :(
>
> Can the applications be installed on the Client machine automatically 
> ?

 They get installed automatic

 make sure that on unattended.csv you have this line:

 "Default","middle_scripts","aplications.bat"


 actually on middle_scripts I have basico.bat (basic in spanish)


 and basico.bat is:

 :: MASTER: Install a basic pc
 @Echo off

 todo.pl disableupdate.bat iconos.bat
 todo.pl flash.bat
 todo.pl firefox.bat
 todo.pl thunderbird.bat
 todo.pl openoffice.bat
 todo.pl sun-jre.bat
 todo.pl adobe-reader.bat
 todo.pl spybot.bat

 I am using this in all the machines  that I install

>>>
>>> Hi Juan,
>>>
>>> Thanks a Lot for your suggestion. :-)
>>> Will try your advice and keep you updated with my findings.
>>>
>>> Thanks,
>>>
>>> Kaushal
>>>
>>
>> Hi Juan,
>>
>> I have followed http://unattended.sourceforge.net/installers.php for
>> silent installation but did not worked as expected.
>>
>> I did the below details :-
>>
>> r...@ntinstall:/home/guest/install/scripts# cat openoffice.bat
>> @Echo off
>>
>> todo.pl 
>> "%Z%\packages\openoffice\OOo_3.1.1_Win32Intel_install_wJRE_en-US.exe
>> /s /v"/qb""
>>
>> r...@ntinstall:/home/guest/install/scripts# cat outlook2003.bat
>> @Echo off
>>
>> todo.pl "%Z%\packages\outlook2003\Outlook-2003-setup.exe /s /v"/qb""
>> r...@ntinstall:/home/guest/install/scripts# cat open
>> openoffice.bat  openoffice.bat.org  openvpn.bat
>> r...@ntinstall:/home/guest/install/scripts# cat openvpn.bat
>> @Echo off
>>
>> todo.pl "%Z%\packages\openvpn\openvpn-2.1_rc15-install.exe /s /v"/qb""
>> r...@ntinstall:/home/guest/install/scripts# cat outlook2003.bat
>> @Echo off
>>
>> todo.pl "%Z%\packages\outlook2003\Outlook-2003-setup.exe /s /v"/qb""
>>
>> r...@ntinstall:/home/guest/install/scripts# cat networkprinter.bat
>> :: OPTIONAL: Install default network printers
>> @Echo off
>>
>> todo.pl "start /wait rundll32 printui.dll,PrintUIEntry /b "hp1320" /if
>>/r \"\\prt-svr\hp1320\" /m \"HP LaserJet 1320 Series\" /s /v"/qb""
>> r...@ntinstall:/home/guest/install/scripts#
>>
>> r...@ntinstall:/home/guest/install/scripts# cat custompackages.bat
>> :: MASTER: Install a basic pc
>> @Echo off
>>
>> todo.pl openoffice.bat
>> todo.pl hpprinter1320.bat
>> todo.pl outlook2003.bat
>> todo.pl openvpn.bat
>> todo.pl networkprinter.bat
>>
>> It kept on prompting me for clicking on next button via the
>> installation window. I mean it was not silent or quiet.
>>
>> Also Regarding Time Zone
>> (http://unattended.sourceforge.net/timezones.php) It defaults to
>> Eastern Time Zone (035).
>>
>> Is there a way to change the default from 35 to 190 (India Standard
>> Time (GMT+05:30)  Chennai, Kolkata, Mumbai, New Delhi)
>>
>> Please suggest/guide
>>
>> Thanks and Regards,
>>
>> Kaushal
>>
>> --
>> Return on Information:
>> Google Enterprise Search pays you back
>> Get the facts.
>> http://p.sf.net/sfu/google-dev2dev
>> ___
>> unattended-info mailing list
>> unattended-info@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/unattended-info
>
> You added some programs yourself there right? You should note that not
> all programs support silent installation (easily). Also, even those
> which does have silent installation, may not use the same parameters to
> start a silent installation. For example, Thunderbird uses:
> todo.pl "%Z%\packages\mozilla\thunderbird-30-%WINLANG%.exe -ms -ira"
>
> For help on how to do silent installation for various programs, try
> checking out http://www.appdeploy.com/, which has instructions for a lot
> of common programs.
>
>>>

Re: [Unattended] step by step guide

2009-12-15 Thread Kaushal Shriyan
On Tue, Dec 15, 2009 at 9:46 PM, Kaushal Shriyan
 wrote:
> On Tue, Dec 15, 2009 at 9:32 PM, Kaushal Shriyan
>  wrote:
>> On Tue, Dec 15, 2009 at 6:33 PM, Kaushal Shriyan
>>  wrote:
>>> On Tue, Dec 15, 2009 at 2:40 PM, Johan Ho  wrote:
 On 15.12.09 07:57, Kaushal Shriyan wrote:
> On Thu, Dec 10, 2009 at 11:22 AM, Kaushal Shriyan
>   wrote:
>> On Wed, Dec 9, 2009 at 11:23 PM, Juan Jose Pablos  
>> wrote:
>>> Kaushal Shriyan escribió:

 I did read this article
 http://unattended.sourceforge.net/documentation.php#apps but it tells
 to invoke the todo.pl script manually and the application :(

 Can the applications be installed on the Client machine automatically ?
>>>
>>> They get installed automatic
>>>
>>> make sure that on unattended.csv you have this line:
>>>
>>> "Default","middle_scripts","aplications.bat"
>>>
>>>
>>> actually on middle_scripts I have basico.bat (basic in spanish)
>>>
>>>
>>> and basico.bat is:
>>>
>>> :: MASTER: Install a basic pc
>>> @Echo off
>>>
>>> todo.pl disableupdate.bat iconos.bat
>>> todo.pl flash.bat
>>> todo.pl firefox.bat
>>> todo.pl thunderbird.bat
>>> todo.pl openoffice.bat
>>> todo.pl sun-jre.bat
>>> todo.pl adobe-reader.bat
>>> todo.pl spybot.bat
>>>
>>> I am using this in all the machines  that I install
>>>
>>
>> Hi Juan,
>>
>> Thanks a Lot for your suggestion. :-)
>> Will try your advice and keep you updated with my findings.
>>
>> Thanks,
>>
>> Kaushal
>>
>
> Hi Juan,
>
> I have followed http://unattended.sourceforge.net/installers.php for
> silent installation but did not worked as expected.
>
> I did the below details :-
>
> r...@ntinstall:/home/guest/install/scripts# cat openoffice.bat
> @Echo off
>
> todo.pl 
> "%Z%\packages\openoffice\OOo_3.1.1_Win32Intel_install_wJRE_en-US.exe
> /s /v"/qb""
>
> r...@ntinstall:/home/guest/install/scripts# cat outlook2003.bat
> @Echo off
>
> todo.pl "%Z%\packages\outlook2003\Outlook-2003-setup.exe /s /v"/qb""
> r...@ntinstall:/home/guest/install/scripts# cat open
> openoffice.bat      openoffice.bat.org  openvpn.bat
> r...@ntinstall:/home/guest/install/scripts# cat openvpn.bat
> @Echo off
>
> todo.pl "%Z%\packages\openvpn\openvpn-2.1_rc15-install.exe /s /v"/qb""
> r...@ntinstall:/home/guest/install/scripts# cat outlook2003.bat
> @Echo off
>
> todo.pl "%Z%\packages\outlook2003\Outlook-2003-setup.exe /s /v"/qb""
>
> r...@ntinstall:/home/guest/install/scripts# cat networkprinter.bat
> :: OPTIONAL: Install default network printers
> @Echo off
>
> todo.pl "start /wait rundll32 printui.dll,PrintUIEntry /b "hp1320" /if
>   /r \"\\prt-svr\hp1320\" /m \"HP LaserJet 1320 Series\" /s /v"/qb""
> r...@ntinstall:/home/guest/install/scripts#
>
> r...@ntinstall:/home/guest/install/scripts# cat custompackages.bat
> :: MASTER: Install a basic pc
> @Echo off
>
> todo.pl openoffice.bat
> todo.pl hpprinter1320.bat
> todo.pl outlook2003.bat
> todo.pl openvpn.bat
> todo.pl networkprinter.bat
>
> It kept on prompting me for clicking on next button via the
> installation window. I mean it was not silent or quiet.
>
> Also Regarding Time Zone
> (http://unattended.sourceforge.net/timezones.php) It defaults to
> Eastern Time Zone (035).
>
> Is there a way to change the default from 35 to 190 (India Standard
> Time (GMT+05:30)      Chennai, Kolkata, Mumbai, New Delhi)
>
> Please suggest/guide
>
> Thanks and Regards,
>
> Kaushal
>
> --
> Return on Information:
> Google Enterprise Search pays you back
> Get the facts.
> http://p.sf.net/sfu/google-dev2dev
> ___
> unattended-info mailing list
> unattended-info@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/unattended-info

 You added some programs yourself there right? You should note that not
 all programs support silent installation (easily). Also, even those
 which does have silent installation, may not use the same parameters to
 start a silent installation. For example, Thunderbird uses:
 todo.pl "%Z%\packages\mozilla\thunderbird-30-%WINLANG%.exe -ms -ira"

 For help on how to do silent installation for various programs, try
 checking out http://www.appdeploy.com/, which has instructions for a lot
 of common programs.

 If you have any programs where silent installation doesn't work and is
 not listed on AppDeploy or on unattended.svn.sourceforge.net, you'll
 just have to search on the web for how to run a sile

Re: [Unattended] step by step guide

2009-12-15 Thread Kaushal Shriyan
On Tue, Dec 15, 2009 at 9:32 PM, Kaushal Shriyan
 wrote:
> On Tue, Dec 15, 2009 at 6:33 PM, Kaushal Shriyan
>  wrote:
>> On Tue, Dec 15, 2009 at 2:40 PM, Johan Ho  wrote:
>>> On 15.12.09 07:57, Kaushal Shriyan wrote:
 On Thu, Dec 10, 2009 at 11:22 AM, Kaushal Shriyan
   wrote:
> On Wed, Dec 9, 2009 at 11:23 PM, Juan Jose Pablos  
> wrote:
>> Kaushal Shriyan escribió:
>>>
>>> I did read this article
>>> http://unattended.sourceforge.net/documentation.php#apps but it tells
>>> to invoke the todo.pl script manually and the application :(
>>>
>>> Can the applications be installed on the Client machine automatically ?
>>
>> They get installed automatic
>>
>> make sure that on unattended.csv you have this line:
>>
>> "Default","middle_scripts","aplications.bat"
>>
>>
>> actually on middle_scripts I have basico.bat (basic in spanish)
>>
>>
>> and basico.bat is:
>>
>> :: MASTER: Install a basic pc
>> @Echo off
>>
>> todo.pl disableupdate.bat iconos.bat
>> todo.pl flash.bat
>> todo.pl firefox.bat
>> todo.pl thunderbird.bat
>> todo.pl openoffice.bat
>> todo.pl sun-jre.bat
>> todo.pl adobe-reader.bat
>> todo.pl spybot.bat
>>
>> I am using this in all the machines  that I install
>>
>
> Hi Juan,
>
> Thanks a Lot for your suggestion. :-)
> Will try your advice and keep you updated with my findings.
>
> Thanks,
>
> Kaushal
>

 Hi Juan,

 I have followed http://unattended.sourceforge.net/installers.php for
 silent installation but did not worked as expected.

 I did the below details :-

 r...@ntinstall:/home/guest/install/scripts# cat openoffice.bat
 @Echo off

 todo.pl 
 "%Z%\packages\openoffice\OOo_3.1.1_Win32Intel_install_wJRE_en-US.exe
 /s /v"/qb""

 r...@ntinstall:/home/guest/install/scripts# cat outlook2003.bat
 @Echo off

 todo.pl "%Z%\packages\outlook2003\Outlook-2003-setup.exe /s /v"/qb""
 r...@ntinstall:/home/guest/install/scripts# cat open
 openoffice.bat      openoffice.bat.org  openvpn.bat
 r...@ntinstall:/home/guest/install/scripts# cat openvpn.bat
 @Echo off

 todo.pl "%Z%\packages\openvpn\openvpn-2.1_rc15-install.exe /s /v"/qb""
 r...@ntinstall:/home/guest/install/scripts# cat outlook2003.bat
 @Echo off

 todo.pl "%Z%\packages\outlook2003\Outlook-2003-setup.exe /s /v"/qb""

 r...@ntinstall:/home/guest/install/scripts# cat networkprinter.bat
 :: OPTIONAL: Install default network printers
 @Echo off

 todo.pl "start /wait rundll32 printui.dll,PrintUIEntry /b "hp1320" /if
   /r \"\\prt-svr\hp1320\" /m \"HP LaserJet 1320 Series\" /s /v"/qb""
 r...@ntinstall:/home/guest/install/scripts#

 r...@ntinstall:/home/guest/install/scripts# cat custompackages.bat
 :: MASTER: Install a basic pc
 @Echo off

 todo.pl openoffice.bat
 todo.pl hpprinter1320.bat
 todo.pl outlook2003.bat
 todo.pl openvpn.bat
 todo.pl networkprinter.bat

 It kept on prompting me for clicking on next button via the
 installation window. I mean it was not silent or quiet.

 Also Regarding Time Zone
 (http://unattended.sourceforge.net/timezones.php) It defaults to
 Eastern Time Zone (035).

 Is there a way to change the default from 35 to 190 (India Standard
 Time (GMT+05:30)      Chennai, Kolkata, Mumbai, New Delhi)

 Please suggest/guide

 Thanks and Regards,

 Kaushal

 --
 Return on Information:
 Google Enterprise Search pays you back
 Get the facts.
 http://p.sf.net/sfu/google-dev2dev
 ___
 unattended-info mailing list
 unattended-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-info
>>>
>>> You added some programs yourself there right? You should note that not
>>> all programs support silent installation (easily). Also, even those
>>> which does have silent installation, may not use the same parameters to
>>> start a silent installation. For example, Thunderbird uses:
>>> todo.pl "%Z%\packages\mozilla\thunderbird-30-%WINLANG%.exe -ms -ira"
>>>
>>> For help on how to do silent installation for various programs, try
>>> checking out http://www.appdeploy.com/, which has instructions for a lot
>>> of common programs.
>>>
>>> If you have any programs where silent installation doesn't work and is
>>> not listed on AppDeploy or on unattended.svn.sourceforge.net, you'll
>>> just have to search on the web for how to run a silent installation on
>>> those programs...
>>>
>>> Johan Ho
>>>
>>> --
>>> Return on Information:
>>> Google Enterprise Search

Re: [Unattended] step by step guide

2009-12-15 Thread Kaushal Shriyan
On Tue, Dec 15, 2009 at 6:33 PM, Kaushal Shriyan
 wrote:
> On Tue, Dec 15, 2009 at 2:40 PM, Johan Ho  wrote:
>> On 15.12.09 07:57, Kaushal Shriyan wrote:
>>> On Thu, Dec 10, 2009 at 11:22 AM, Kaushal Shriyan
>>>   wrote:
 On Wed, Dec 9, 2009 at 11:23 PM, Juan Jose Pablos  
 wrote:
> Kaushal Shriyan escribió:
>>
>> I did read this article
>> http://unattended.sourceforge.net/documentation.php#apps but it tells
>> to invoke the todo.pl script manually and the application :(
>>
>> Can the applications be installed on the Client machine automatically ?
>
> They get installed automatic
>
> make sure that on unattended.csv you have this line:
>
> "Default","middle_scripts","aplications.bat"
>
>
> actually on middle_scripts I have basico.bat (basic in spanish)
>
>
> and basico.bat is:
>
> :: MASTER: Install a basic pc
> @Echo off
>
> todo.pl disableupdate.bat iconos.bat
> todo.pl flash.bat
> todo.pl firefox.bat
> todo.pl thunderbird.bat
> todo.pl openoffice.bat
> todo.pl sun-jre.bat
> todo.pl adobe-reader.bat
> todo.pl spybot.bat
>
> I am using this in all the machines  that I install
>

 Hi Juan,

 Thanks a Lot for your suggestion. :-)
 Will try your advice and keep you updated with my findings.

 Thanks,

 Kaushal

>>>
>>> Hi Juan,
>>>
>>> I have followed http://unattended.sourceforge.net/installers.php for
>>> silent installation but did not worked as expected.
>>>
>>> I did the below details :-
>>>
>>> r...@ntinstall:/home/guest/install/scripts# cat openoffice.bat
>>> @Echo off
>>>
>>> todo.pl "%Z%\packages\openoffice\OOo_3.1.1_Win32Intel_install_wJRE_en-US.exe
>>> /s /v"/qb""
>>>
>>> r...@ntinstall:/home/guest/install/scripts# cat outlook2003.bat
>>> @Echo off
>>>
>>> todo.pl "%Z%\packages\outlook2003\Outlook-2003-setup.exe /s /v"/qb""
>>> r...@ntinstall:/home/guest/install/scripts# cat open
>>> openoffice.bat      openoffice.bat.org  openvpn.bat
>>> r...@ntinstall:/home/guest/install/scripts# cat openvpn.bat
>>> @Echo off
>>>
>>> todo.pl "%Z%\packages\openvpn\openvpn-2.1_rc15-install.exe /s /v"/qb""
>>> r...@ntinstall:/home/guest/install/scripts# cat outlook2003.bat
>>> @Echo off
>>>
>>> todo.pl "%Z%\packages\outlook2003\Outlook-2003-setup.exe /s /v"/qb""
>>>
>>> r...@ntinstall:/home/guest/install/scripts# cat networkprinter.bat
>>> :: OPTIONAL: Install default network printers
>>> @Echo off
>>>
>>> todo.pl "start /wait rundll32 printui.dll,PrintUIEntry /b "hp1320" /if
>>>   /r \"\\prt-svr\hp1320\" /m \"HP LaserJet 1320 Series\" /s /v"/qb""
>>> r...@ntinstall:/home/guest/install/scripts#
>>>
>>> r...@ntinstall:/home/guest/install/scripts# cat custompackages.bat
>>> :: MASTER: Install a basic pc
>>> @Echo off
>>>
>>> todo.pl openoffice.bat
>>> todo.pl hpprinter1320.bat
>>> todo.pl outlook2003.bat
>>> todo.pl openvpn.bat
>>> todo.pl networkprinter.bat
>>>
>>> It kept on prompting me for clicking on next button via the
>>> installation window. I mean it was not silent or quiet.
>>>
>>> Also Regarding Time Zone
>>> (http://unattended.sourceforge.net/timezones.php) It defaults to
>>> Eastern Time Zone (035).
>>>
>>> Is there a way to change the default from 35 to 190 (India Standard
>>> Time (GMT+05:30)      Chennai, Kolkata, Mumbai, New Delhi)
>>>
>>> Please suggest/guide
>>>
>>> Thanks and Regards,
>>>
>>> Kaushal
>>>
>>> --
>>> Return on Information:
>>> Google Enterprise Search pays you back
>>> Get the facts.
>>> http://p.sf.net/sfu/google-dev2dev
>>> ___
>>> unattended-info mailing list
>>> unattended-info@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/unattended-info
>>
>> You added some programs yourself there right? You should note that not
>> all programs support silent installation (easily). Also, even those
>> which does have silent installation, may not use the same parameters to
>> start a silent installation. For example, Thunderbird uses:
>> todo.pl "%Z%\packages\mozilla\thunderbird-30-%WINLANG%.exe -ms -ira"
>>
>> For help on how to do silent installation for various programs, try
>> checking out http://www.appdeploy.com/, which has instructions for a lot
>> of common programs.
>>
>> If you have any programs where silent installation doesn't work and is
>> not listed on AppDeploy or on unattended.svn.sourceforge.net, you'll
>> just have to search on the web for how to run a silent installation on
>> those programs...
>>
>> Johan Ho
>>
>> --
>> Return on Information:
>> Google Enterprise Search pays you back
>> Get the facts.
>> http://p.sf.net/sfu/google-dev2dev
>> ___
>> unattended-info mailing list
>> unattended-info@lists.sourceforge.net
>> https://list

Re: [Unattended] step by step guide

2009-12-15 Thread Kaushal Shriyan
On Tue, Dec 15, 2009 at 2:40 PM, Johan Ho  wrote:
> On 15.12.09 07:57, Kaushal Shriyan wrote:
>> On Thu, Dec 10, 2009 at 11:22 AM, Kaushal Shriyan
>>   wrote:
>>> On Wed, Dec 9, 2009 at 11:23 PM, Juan Jose Pablos  wrote:
 Kaushal Shriyan escribió:
>
> I did read this article
> http://unattended.sourceforge.net/documentation.php#apps but it tells
> to invoke the todo.pl script manually and the application :(
>
> Can the applications be installed on the Client machine automatically ?

 They get installed automatic

 make sure that on unattended.csv you have this line:

 "Default","middle_scripts","aplications.bat"


 actually on middle_scripts I have basico.bat (basic in spanish)


 and basico.bat is:

 :: MASTER: Install a basic pc
 @Echo off

 todo.pl disableupdate.bat iconos.bat
 todo.pl flash.bat
 todo.pl firefox.bat
 todo.pl thunderbird.bat
 todo.pl openoffice.bat
 todo.pl sun-jre.bat
 todo.pl adobe-reader.bat
 todo.pl spybot.bat

 I am using this in all the machines  that I install

>>>
>>> Hi Juan,
>>>
>>> Thanks a Lot for your suggestion. :-)
>>> Will try your advice and keep you updated with my findings.
>>>
>>> Thanks,
>>>
>>> Kaushal
>>>
>>
>> Hi Juan,
>>
>> I have followed http://unattended.sourceforge.net/installers.php for
>> silent installation but did not worked as expected.
>>
>> I did the below details :-
>>
>> r...@ntinstall:/home/guest/install/scripts# cat openoffice.bat
>> @Echo off
>>
>> todo.pl "%Z%\packages\openoffice\OOo_3.1.1_Win32Intel_install_wJRE_en-US.exe
>> /s /v"/qb""
>>
>> r...@ntinstall:/home/guest/install/scripts# cat outlook2003.bat
>> @Echo off
>>
>> todo.pl "%Z%\packages\outlook2003\Outlook-2003-setup.exe /s /v"/qb""
>> r...@ntinstall:/home/guest/install/scripts# cat open
>> openoffice.bat      openoffice.bat.org  openvpn.bat
>> r...@ntinstall:/home/guest/install/scripts# cat openvpn.bat
>> @Echo off
>>
>> todo.pl "%Z%\packages\openvpn\openvpn-2.1_rc15-install.exe /s /v"/qb""
>> r...@ntinstall:/home/guest/install/scripts# cat outlook2003.bat
>> @Echo off
>>
>> todo.pl "%Z%\packages\outlook2003\Outlook-2003-setup.exe /s /v"/qb""
>>
>> r...@ntinstall:/home/guest/install/scripts# cat networkprinter.bat
>> :: OPTIONAL: Install default network printers
>> @Echo off
>>
>> todo.pl "start /wait rundll32 printui.dll,PrintUIEntry /b "hp1320" /if
>>   /r \"\\prt-svr\hp1320\" /m \"HP LaserJet 1320 Series\" /s /v"/qb""
>> r...@ntinstall:/home/guest/install/scripts#
>>
>> r...@ntinstall:/home/guest/install/scripts# cat custompackages.bat
>> :: MASTER: Install a basic pc
>> @Echo off
>>
>> todo.pl openoffice.bat
>> todo.pl hpprinter1320.bat
>> todo.pl outlook2003.bat
>> todo.pl openvpn.bat
>> todo.pl networkprinter.bat
>>
>> It kept on prompting me for clicking on next button via the
>> installation window. I mean it was not silent or quiet.
>>
>> Also Regarding Time Zone
>> (http://unattended.sourceforge.net/timezones.php) It defaults to
>> Eastern Time Zone (035).
>>
>> Is there a way to change the default from 35 to 190 (India Standard
>> Time (GMT+05:30)      Chennai, Kolkata, Mumbai, New Delhi)
>>
>> Please suggest/guide
>>
>> Thanks and Regards,
>>
>> Kaushal
>>
>> --
>> Return on Information:
>> Google Enterprise Search pays you back
>> Get the facts.
>> http://p.sf.net/sfu/google-dev2dev
>> ___
>> unattended-info mailing list
>> unattended-info@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/unattended-info
>
> You added some programs yourself there right? You should note that not
> all programs support silent installation (easily). Also, even those
> which does have silent installation, may not use the same parameters to
> start a silent installation. For example, Thunderbird uses:
> todo.pl "%Z%\packages\mozilla\thunderbird-30-%WINLANG%.exe -ms -ira"
>
> For help on how to do silent installation for various programs, try
> checking out http://www.appdeploy.com/, which has instructions for a lot
> of common programs.
>
> If you have any programs where silent installation doesn't work and is
> not listed on AppDeploy or on unattended.svn.sourceforge.net, you'll
> just have to search on the web for how to run a silent installation on
> those programs...
>
> Johan Ho
>
> --
> Return on Information:
> Google Enterprise Search pays you back
> Get the facts.
> http://p.sf.net/sfu/google-dev2dev
> ___
> unattended-info mailing list
> unattended-info@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/unattended-info
>

Hi,

Could overcome issues which i have posted earlier. Fixed the timezone
setting also.
Have couple of other issues which i will post it later as i progress.


Re: [Unattended] step by step guide

2009-12-15 Thread Johan Ho
On 15.12.09 07:57, Kaushal Shriyan wrote:
> On Thu, Dec 10, 2009 at 11:22 AM, Kaushal Shriyan
>   wrote:
>> On Wed, Dec 9, 2009 at 11:23 PM, Juan Jose Pablos  wrote:
>>> Kaushal Shriyan escribió:

 I did read this article
 http://unattended.sourceforge.net/documentation.php#apps but it tells
 to invoke the todo.pl script manually and the application :(

 Can the applications be installed on the Client machine automatically ?
>>>
>>> They get installed automatic
>>>
>>> make sure that on unattended.csv you have this line:
>>>
>>> "Default","middle_scripts","aplications.bat"
>>>
>>>
>>> actually on middle_scripts I have basico.bat (basic in spanish)
>>>
>>>
>>> and basico.bat is:
>>>
>>> :: MASTER: Install a basic pc
>>> @Echo off
>>>
>>> todo.pl disableupdate.bat iconos.bat
>>> todo.pl flash.bat
>>> todo.pl firefox.bat
>>> todo.pl thunderbird.bat
>>> todo.pl openoffice.bat
>>> todo.pl sun-jre.bat
>>> todo.pl adobe-reader.bat
>>> todo.pl spybot.bat
>>>
>>> I am using this in all the machines  that I install
>>>
>>
>> Hi Juan,
>>
>> Thanks a Lot for your suggestion. :-)
>> Will try your advice and keep you updated with my findings.
>>
>> Thanks,
>>
>> Kaushal
>>
>
> Hi Juan,
>
> I have followed http://unattended.sourceforge.net/installers.php for
> silent installation but did not worked as expected.
>
> I did the below details :-
>
> r...@ntinstall:/home/guest/install/scripts# cat openoffice.bat
> @Echo off
>
> todo.pl "%Z%\packages\openoffice\OOo_3.1.1_Win32Intel_install_wJRE_en-US.exe
> /s /v"/qb""
>
> r...@ntinstall:/home/guest/install/scripts# cat outlook2003.bat
> @Echo off
>
> todo.pl "%Z%\packages\outlook2003\Outlook-2003-setup.exe /s /v"/qb""
> r...@ntinstall:/home/guest/install/scripts# cat open
> openoffice.bat  openoffice.bat.org  openvpn.bat
> r...@ntinstall:/home/guest/install/scripts# cat openvpn.bat
> @Echo off
>
> todo.pl "%Z%\packages\openvpn\openvpn-2.1_rc15-install.exe /s /v"/qb""
> r...@ntinstall:/home/guest/install/scripts# cat outlook2003.bat
> @Echo off
>
> todo.pl "%Z%\packages\outlook2003\Outlook-2003-setup.exe /s /v"/qb""
>
> r...@ntinstall:/home/guest/install/scripts# cat networkprinter.bat
> :: OPTIONAL: Install default network printers
> @Echo off
>
> todo.pl "start /wait rundll32 printui.dll,PrintUIEntry /b "hp1320" /if
>   /r \"\\prt-svr\hp1320\" /m \"HP LaserJet 1320 Series\" /s /v"/qb""
> r...@ntinstall:/home/guest/install/scripts#
>
> r...@ntinstall:/home/guest/install/scripts# cat custompackages.bat
> :: MASTER: Install a basic pc
> @Echo off
>
> todo.pl openoffice.bat
> todo.pl hpprinter1320.bat
> todo.pl outlook2003.bat
> todo.pl openvpn.bat
> todo.pl networkprinter.bat
>
> It kept on prompting me for clicking on next button via the
> installation window. I mean it was not silent or quiet.
>
> Also Regarding Time Zone
> (http://unattended.sourceforge.net/timezones.php) It defaults to
> Eastern Time Zone (035).
>
> Is there a way to change the default from 35 to 190 (India Standard
> Time (GMT+05:30)  Chennai, Kolkata, Mumbai, New Delhi)
>
> Please suggest/guide
>
> Thanks and Regards,
>
> Kaushal
>
> --
> Return on Information:
> Google Enterprise Search pays you back
> Get the facts.
> http://p.sf.net/sfu/google-dev2dev
> ___
> unattended-info mailing list
> unattended-info@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/unattended-info

You added some programs yourself there right? You should note that not 
all programs support silent installation (easily). Also, even those 
which does have silent installation, may not use the same parameters to 
start a silent installation. For example, Thunderbird uses:
todo.pl "%Z%\packages\mozilla\thunderbird-30-%WINLANG%.exe -ms -ira"

For help on how to do silent installation for various programs, try 
checking out http://www.appdeploy.com/, which has instructions for a lot 
of common programs.

If you have any programs where silent installation doesn't work and is 
not listed on AppDeploy or on unattended.svn.sourceforge.net, you'll 
just have to search on the web for how to run a silent installation on 
those programs...

Johan Ho

--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-14 Thread Kaushal Shriyan
On Thu, Dec 10, 2009 at 11:22 AM, Kaushal Shriyan
 wrote:
> On Wed, Dec 9, 2009 at 11:23 PM, Juan Jose Pablos  wrote:
>> Kaushal Shriyan escribió:
>>>
>>> I did read this article
>>> http://unattended.sourceforge.net/documentation.php#apps but it tells
>>> to invoke the todo.pl script manually and the application :(
>>>
>>> Can the applications be installed on the Client machine automatically ?
>>
>> They get installed automatic
>>
>> make sure that on unattended.csv you have this line:
>>
>> "Default","middle_scripts","aplications.bat"
>>
>>
>> actually on middle_scripts I have basico.bat (basic in spanish)
>>
>>
>> and basico.bat is:
>>
>> :: MASTER: Install a basic pc
>> @Echo off
>>
>> todo.pl disableupdate.bat iconos.bat
>> todo.pl flash.bat
>> todo.pl firefox.bat
>> todo.pl thunderbird.bat
>> todo.pl openoffice.bat
>> todo.pl sun-jre.bat
>> todo.pl adobe-reader.bat
>> todo.pl spybot.bat
>>
>> I am using this in all the machines  that I install
>>
>
> Hi Juan,
>
> Thanks a Lot for your suggestion. :-)
> Will try your advice and keep you updated with my findings.
>
> Thanks,
>
> Kaushal
>

Hi Juan,

I have followed http://unattended.sourceforge.net/installers.php for
silent installation but did not worked as expected.

I did the below details :-

r...@ntinstall:/home/guest/install/scripts# cat openoffice.bat
@Echo off

todo.pl "%Z%\packages\openoffice\OOo_3.1.1_Win32Intel_install_wJRE_en-US.exe
/s /v"/qb""

r...@ntinstall:/home/guest/install/scripts# cat outlook2003.bat
@Echo off

todo.pl "%Z%\packages\outlook2003\Outlook-2003-setup.exe /s /v"/qb""
r...@ntinstall:/home/guest/install/scripts# cat open
openoffice.bat  openoffice.bat.org  openvpn.bat
r...@ntinstall:/home/guest/install/scripts# cat openvpn.bat
@Echo off

todo.pl "%Z%\packages\openvpn\openvpn-2.1_rc15-install.exe /s /v"/qb""
r...@ntinstall:/home/guest/install/scripts# cat outlook2003.bat
@Echo off

todo.pl "%Z%\packages\outlook2003\Outlook-2003-setup.exe /s /v"/qb""

r...@ntinstall:/home/guest/install/scripts# cat networkprinter.bat
:: OPTIONAL: Install default network printers
@Echo off

todo.pl "start /wait rundll32 printui.dll,PrintUIEntry /b "hp1320" /if
 /r \"\\prt-svr\hp1320\" /m \"HP LaserJet 1320 Series\" /s /v"/qb""
r...@ntinstall:/home/guest/install/scripts#

r...@ntinstall:/home/guest/install/scripts# cat custompackages.bat
:: MASTER: Install a basic pc
@Echo off

todo.pl openoffice.bat
todo.pl hpprinter1320.bat
todo.pl outlook2003.bat
todo.pl openvpn.bat
todo.pl networkprinter.bat

It kept on prompting me for clicking on next button via the
installation window. I mean it was not silent or quiet.

Also Regarding Time Zone
(http://unattended.sourceforge.net/timezones.php) It defaults to
Eastern Time Zone (035).

Is there a way to change the default from 35 to 190 (India Standard
Time (GMT+05:30)Chennai, Kolkata, Mumbai, New Delhi)

Please suggest/guide

Thanks and Regards,

Kaushal

--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-09 Thread Kaushal Shriyan
On Wed, Dec 9, 2009 at 11:23 PM, Juan Jose Pablos  wrote:
> Kaushal Shriyan escribió:
>>
>> I did read this article
>> http://unattended.sourceforge.net/documentation.php#apps but it tells
>> to invoke the todo.pl script manually and the application :(
>>
>> Can the applications be installed on the Client machine automatically ?
>
> They get installed automatic
>
> make sure that on unattended.csv you have this line:
>
> "Default","middle_scripts","aplications.bat"
>
>
> actually on middle_scripts I have basico.bat (basic in spanish)
>
>
> and basico.bat is:
>
> :: MASTER: Install a basic pc
> @Echo off
>
> todo.pl disableupdate.bat iconos.bat
> todo.pl flash.bat
> todo.pl firefox.bat
> todo.pl thunderbird.bat
> todo.pl openoffice.bat
> todo.pl sun-jre.bat
> todo.pl adobe-reader.bat
> todo.pl spybot.bat
>
> I am using this in all the machines  that I install
>

Hi Juan,

Thanks a Lot for your suggestion. :-)
Will try your advice and keep you updated with my findings.

Thanks,

Kaushal

--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-09 Thread Juan Jose Pablos
Kaushal Shriyan escribió:
> 
> I did read this article
> http://unattended.sourceforge.net/documentation.php#apps but it tells
> to invoke the todo.pl script manually and the application :(
> 
> Can the applications be installed on the Client machine automatically ?

They get installed automatic

make sure that on unattended.csv you have this line:

"Default","middle_scripts","aplications.bat"


actually on middle_scripts I have basico.bat (basic in spanish)


and basico.bat is:

:: MASTER: Install a basic pc
@Echo off

todo.pl disableupdate.bat iconos.bat
todo.pl flash.bat
todo.pl firefox.bat
todo.pl thunderbird.bat
todo.pl openoffice.bat
todo.pl sun-jre.bat
todo.pl adobe-reader.bat
todo.pl spybot.bat

I am using this in all the machines  that I install

--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-09 Thread Juan Jose Pablos
Kaushal Shriyan escribió:
> 
> I did copied the installer for openoffice suite under
> ~/install/packages/openoffice/ . After the Windows Client

not need to do it at all. just go to tools/prepare (your language)

and they will download automatic for you (it will take a while)



> Installation, i could not see it being installed on it.
> 
> I did ./script-update and ./prepare under tools directory, but no
> luck.

you forgot your language


  Also I read the README.txt it said just to dump the installer in
> the packages/openoffice/ directory and it will be populated but could
> not see it being installed in the Client Machine.
> 
> Please suggest/guide.

go to install/site:

copy sample-config.pl to config.pl

populate  unattend.csv with your own data

--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-09 Thread Kaushal Shriyan
On Wed, Dec 9, 2009 at 8:26 PM, Kaushal Shriyan
 wrote:
> On Wed, Dec 9, 2009 at 3:40 PM, Kaushal Shriyan
>  wrote:
>> On Wed, Dec 9, 2009 at 3:37 PM, FwdTmp  wrote:
>>> hello
>>>
>>> well, I think you have to do and learn before you install a server.
>>> know how it works, where to get logs, etc. the lack of these are the
>>> source of your problem (sorry to say so). last time you asked about
>>> the followings:
>>>
 Copy system (/z/os/winxp/i386/ /c/$win_nt$. ~ls/)
 Does the copy takes lot of time?
>>> you have to measure it yourself :) if X is a lot for you, then it
>>> takes a lot ;)
>>>
 and is there a way to look at the
 progress of it on the unattended server ?
>>> of course, there is a way. check for the samba status. it will tell
>>> you what files are open and when. but, beware. you have to "guess" the
>>> order of files and you have to know them by heart. it is not the best
>>> way, but close to the only way (you can modify the script to anounce
>>> which files are being copied, but it would make it much slower and it
>>> is nonsense to see which are copied or how many of them are to go.)
>>>
>>> be patient :) it is the best way. use the time to read documentation
>>> ;) you have many servers included, read the manuals of them during
>>> file copy...
>>>
>>
>> Thanks Cementes :) Appreciate your help. will investigate further.
>>
>> Thanks,
>>
>> Kausha
>>
>
> Hi Juan,
>
> I have question regarding installing applications on the client machine.
>
> I did copied the installer for openoffice suite under
> ~/install/packages/openoffice/ . After the Windows Client
> Installation, i could not see it being installed on it.
>
> I did ./script-update and ./prepare under tools directory, but no
> luck. Also I read the README.txt it said just to dump the installer in
> the packages/openoffice/ directory and it will be populated but could
> not see it being installed in the Client Machine.
>
> Please suggest/guide.
>
> Thanks,
>
> Kaushal
>

Hi Juan,

I did read this article
http://unattended.sourceforge.net/documentation.php#apps but it tells
to invoke the todo.pl script manually and the application :(

Can the applications be installed on the Client machine automatically ?

Thanks,

Kaushal

--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-09 Thread Kaushal Shriyan
On Wed, Dec 9, 2009 at 3:40 PM, Kaushal Shriyan
 wrote:
> On Wed, Dec 9, 2009 at 3:37 PM, FwdTmp  wrote:
>> hello
>>
>> well, I think you have to do and learn before you install a server.
>> know how it works, where to get logs, etc. the lack of these are the
>> source of your problem (sorry to say so). last time you asked about
>> the followings:
>>
>>> Copy system (/z/os/winxp/i386/ /c/$win_nt$. ~ls/)
>>> Does the copy takes lot of time?
>> you have to measure it yourself :) if X is a lot for you, then it
>> takes a lot ;)
>>
>>> and is there a way to look at the
>>> progress of it on the unattended server ?
>> of course, there is a way. check for the samba status. it will tell
>> you what files are open and when. but, beware. you have to "guess" the
>> order of files and you have to know them by heart. it is not the best
>> way, but close to the only way (you can modify the script to anounce
>> which files are being copied, but it would make it much slower and it
>> is nonsense to see which are copied or how many of them are to go.)
>>
>> be patient :) it is the best way. use the time to read documentation
>> ;) you have many servers included, read the manuals of them during
>> file copy...
>>
>
> Thanks Cementes :) Appreciate your help. will investigate further.
>
> Thanks,
>
> Kausha
>

Hi Juan,

I have question regarding installing applications on the client machine.

I did copied the installer for openoffice suite under
~/install/packages/openoffice/ . After the Windows Client
Installation, i could not see it being installed on it.

I did ./script-update and ./prepare under tools directory, but no
luck. Also I read the README.txt it said just to dump the installer in
the packages/openoffice/ directory and it will be populated but could
not see it being installed in the Client Machine.

Please suggest/guide.

Thanks,

Kaushal

--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-09 Thread FwdTmp
hello

well, I think you have to do and learn before you install a server.
know how it works, where to get logs, etc. the lack of these are the
source of your problem (sorry to say so). last time you asked about
the followings:

> Copy system (/z/os/winxp/i386/ /c/$win_nt$. ~ls/)
> Does the copy takes lot of time?
you have to measure it yourself :) if X is a lot for you, then it
takes a lot ;)

> and is there a way to look at the
> progress of it on the unattended server ?
of course, there is a way. check for the samba status. it will tell
you what files are open and when. but, beware. you have to "guess" the
order of files and you have to know them by heart. it is not the best
way, but close to the only way (you can modify the script to anounce
which files are being copied, but it would make it much slower and it
is nonsense to see which are copied or how many of them are to go.)

be patient :) it is the best way. use the time to read documentation
;) you have many servers included, read the manuals of them during
file copy...




--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-09 Thread Kaushal Shriyan
On Wed, Dec 9, 2009 at 3:37 PM, FwdTmp  wrote:
> hello
>
> well, I think you have to do and learn before you install a server.
> know how it works, where to get logs, etc. the lack of these are the
> source of your problem (sorry to say so). last time you asked about
> the followings:
>
>> Copy system (/z/os/winxp/i386/ /c/$win_nt$. ~ls/)
>> Does the copy takes lot of time?
> you have to measure it yourself :) if X is a lot for you, then it
> takes a lot ;)
>
>> and is there a way to look at the
>> progress of it on the unattended server ?
> of course, there is a way. check for the samba status. it will tell
> you what files are open and when. but, beware. you have to "guess" the
> order of files and you have to know them by heart. it is not the best
> way, but close to the only way (you can modify the script to anounce
> which files are being copied, but it would make it much slower and it
> is nonsense to see which are copied or how many of them are to go.)
>
> be patient :) it is the best way. use the time to read documentation
> ;) you have many servers included, read the manuals of them during
> file copy...
>

Thanks Cementes :) Appreciate your help. will investigate further.

Thanks,

Kausha

--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-09 Thread Kaushal Shriyan
On Wed, Dec 9, 2009 at 3:10 PM, Juan Jose Pablos  wrote:
> Kaushal Shriyan escribió:
>
>> While using network boot.
>>
>> It says the below
>>
>>
>> Copy system (/z/os/winxp/i386/ /c/$win_nt$. ~ls/)
>>
>> Does the copy takes lot of time? and is there a way to look at the
>> progress of it on the unattended server ?
>>
> it takes a lot of time, that is normal. Well, you can use ctrl+f2 to get
> another console on the client side.
>
> so, what happens after that, the machine gets reboot it?
>
>> Please suggest/guide
>>
>
> I have forgot to recommend you to use debian instead of ubuntu on the server
> side, but only if you feel conformable using command line.
>
>

Hi Juan,

ok,

Thanks Juan for the suggestion, I would go for debian based unattended
server and implement it in my setup.

Also I need help about unattend.txt file. Where do i need to place it
on the unattended server to do automated without keying in Product
Key... etc etc.

Please suggest/guide.

Thanks,

Kaushal

--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-09 Thread Juan Jose Pablos
Kaushal Shriyan escribió:

> While using network boot.
> 
> It says the below
> 
> 
> Copy system (/z/os/winxp/i386/ /c/$win_nt$. ~ls/)
> 
> Does the copy takes lot of time? and is there a way to look at the
> progress of it on the unattended server ?
> 
it takes a lot of time, that is normal. Well, you can use ctrl+f2 to get 
another console on the client side.

so, what happens after that, the machine gets reboot it?

> Please suggest/guide
> 

I have forgot to recommend you to use debian instead of ubuntu on the 
server side, but only if you feel conformable using command line.


--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-09 Thread Kaushal Shriyan
On Wed, Dec 9, 2009 at 12:42 PM, Kaushal Shriyan
 wrote:
> On Tue, Dec 8, 2009 at 11:14 PM, Juan Jose Pablos  wrote:
>> Kaushal Shriyan escribió:
>>>
>>> Hi Juan
>>>
>>> I did  unzip all the below three zip files. so i think it could be wrong ?
>>>
>>> $ unzip unattended-.zip
>>> [... output ...]
>>> $ unzip unattended--dosboot.zip
>>> [... output ...]
>>> $ unzip unattended--linuxboot.zip
>>> [... output ...]
>>> $
>>>
>>> So for this issue, I need to unzip only
>>> unattended--linuxboot.zip and not unzip
>>> unattended--dosboot.zip ?
>>>
>>> Am i correct ?
>>
>>
>> yes, only using the linuxboot.iso
>>
>
> Hi Juan,
>
> I have progressed now using network boot. I am not able to reproduce
> that error now and also is there a way to see the logs of the
> installation process or progress on the unattended server? I checked
> samba logs but could not see anything there.
>
> Please Suggest/Guide.
>
> Thanks,
>
> Kaushal
>

Hi Juan,

While using network boot.

It says the below

--/usr/bin/nt5x-install---
...
..
..
..
..
...
..
..
..
..

Copy system (/z/os/winxp/i386/ /c/$win_nt$. ~ls/)

Does the copy takes lot of time? and is there a way to look at the
progress of it on the unattended server ?

Please suggest/guide

Thanks,

Kaushal

--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-08 Thread Kaushal Shriyan
On Tue, Dec 8, 2009 at 11:14 PM, Juan Jose Pablos  wrote:
> Kaushal Shriyan escribió:
>>
>> Hi Juan
>>
>> I did  unzip all the below three zip files. so i think it could be wrong ?
>>
>> $ unzip unattended-.zip
>> [... output ...]
>> $ unzip unattended--dosboot.zip
>> [... output ...]
>> $ unzip unattended--linuxboot.zip
>> [... output ...]
>> $
>>
>> So for this issue, I need to unzip only
>> unattended--linuxboot.zip and not unzip
>> unattended--dosboot.zip ?
>>
>> Am i correct ?
>
>
> yes, only using the linuxboot.iso
>

Hi Juan,

I have progressed now using network boot. I am not able to reproduce
that error now and also is there a way to see the logs of the
installation process or progress on the unattended server? I checked
samba logs but could not see anything there.

Please Suggest/Guide.

Thanks,

Kaushal

--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-08 Thread Juan Jose Pablos
Kaushal Shriyan escribió:
> Hi Juan
> 
> I did  unzip all the below three zip files. so i think it could be wrong ?
> 
> $ unzip unattended-.zip
> [... output ...]
> $ unzip unattended--dosboot.zip
> [... output ...]
> $ unzip unattended--linuxboot.zip
> [... output ...]
> $
> 
> So for this issue, I need to unzip only
> unattended--linuxboot.zip and not unzip
> unattended--dosboot.zip ?
> 
> Am i correct ?


yes, only using the linuxboot.iso

--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-08 Thread Kaushal Shriyan
Hi Juan

I did  unzip all the below three zip files. so i think it could be wrong ?

$ unzip unattended-.zip
[... output ...]
$ unzip unattended--dosboot.zip
[... output ...]
$ unzip unattended--linuxboot.zip
[... output ...]
$

So for this issue, I need to unzip only
unattended--linuxboot.zip and not unzip
unattended--dosboot.zip ?

Am i correct ?

Please suggest.

Thanks,

Kaushal


On Tue, Dec 8, 2009 at 10:48 PM, Juan Jose Pablos  wrote:
> Kaushal Shriyan escribió:
>>
>> On Tue, Dec 8, 2009 at 9:02 PM, Ben Greenfield  wrote:
>>>
>>> sort of sounds like you are using the dos boot and instead of the linux
>>> boot image.
>>>
>>> I remember running into resource limits under the dos boot disk image.
>>>
>>> Ben
>>
>> Hi Ben,
>>
>> Please suggest how can i use the linux boot image. I am using network
>> boot via PXE for this purpose.
>>
>
>
> test first the linux boot:
>
> From our page:
>
> linux bootdisk
> http://prdownloads.sourceforge.net/unattended/unattended-4.8-linuxboot.zip?download
>
>

--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-08 Thread Juan Jose Pablos
Kaushal Shriyan escribió:
> On Tue, Dec 8, 2009 at 9:02 PM, Ben Greenfield  wrote:
>> sort of sounds like you are using the dos boot and instead of the linux boot 
>> image.
>>
>> I remember running into resource limits under the dos boot disk image.
>>
>> Ben
> 
> Hi Ben,
> 
> Please suggest how can i use the linux boot image. I am using network
> boot via PXE for this purpose.
> 


test first the linux boot:

 From our page:

linux bootdisk
http://prdownloads.sourceforge.net/unattended/unattended-4.8-linuxboot.zip?download


--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-08 Thread Ben Greenfield

On Dec 8, 2009, at 10:38 AM, Kaushal Shriyan wrote:

> On Tue, Dec 8, 2009 at 9:02 PM, Ben Greenfield  wrote:
>> sort of sounds like you are using the dos boot and instead of the linux boot 
>> image.
>> 
>> I remember running into resource limits under the dos boot disk image.
>> 
>> Ben
> 
> Hi Ben,
> 
> Please suggest how can i use the linux boot image. I am using network
> boot via PXE for this purpose.

It was probably 5 years ago that I did this so I haven't a clue but

Unattended, A Windows deployment system: Advanced topics

Linux boot disk (CD-ROM)

There is the mention of the pxelinux boot loader which must be what I did.

If I had a better memory I could give better advice.

Once I got my server setup I never touch it other then the sites folder.

Good Luck,

Ben



> Please guide.
> 
> Thanks and Regards,
> 
> Kaushal
> 
> --
> Return on Information:
> Google Enterprise Search pays you back
> Get the facts.
> http://p.sf.net/sfu/google-dev2dev
> ___
> unattended-info mailing list
> unattended-info@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/unattended-info

--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-08 Thread Kaushal Shriyan
On Tue, Dec 8, 2009 at 9:02 PM, Ben Greenfield  wrote:
> sort of sounds like you are using the dos boot and instead of the linux boot 
> image.
>
> I remember running into resource limits under the dos boot disk image.
>
> Ben

Hi Ben,

Please suggest how can i use the linux boot image. I am using network
boot via PXE for this purpose.

Please guide.

Thanks and Regards,

Kaushal

--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-08 Thread Ben Greenfield
sort of sounds like you are using the dos boot and instead of the linux boot 
image.

I remember running into resource limits under the dos boot disk image.

Ben

On Dec 8, 2009, at 10:25 AM, Kaushal Shriyan wrote:

> On Mon, Dec 7, 2009 at 10:17 PM, Kaushal Shriyan
>  wrote:
>> On Mon, Dec 7, 2009 at 10:06 PM, Juan Jose Pablos  wrote:
>>> Kaushal Shriyan escribió:
>>> 
 
 Hi Juan,
 
> well, what are you sects on the server? Are you using a virtual machine?
 
 I didnot understand about "sects on the server?" I am not using virtual
 machine.
 
>>> sorry specifications of the server.
>> 
>> Linux ntinstall 2.6.28-11-server #42-Ubuntu SMP Fri Apr 17 02:48:10
>> UTC 2009 i686
>> 
>> The programs included with the Ubuntu system are free software;
>> the exact distribution terms for each program are described in the
>> individual files in /usr/share/doc/*/copyright.
>> 
>> Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
>> applicable law.
>> 
>> To access official Ubuntu documentation, please visit:
>> http://help.ubuntu.com/
>> 
>>  System information as of Mon Dec  7 22:10:01 IST 2009
>> 
>>  System load: 0.0   Memory usage: 5%   Processes:   68
>>  Usage of /:  7.3% of 70.56GB   Swap usage:   0%   Users logged in: 0
>> 
>>  Graph this data and manage this system at https://landscape.canonical.com/
>> 
>> 69 packages can be updated.
>> 93 updates are security updates.
>> 
>> Last login: Mon Dec  7 17:59:45 2009 from 172.26.0.158
>> r...@ntinstall:~# lsb_release -a
>> No LSB modules are available.
>> Distributor ID: Ubuntu
>> Description:Ubuntu 9.04
>> Release:9.04
>> Codename:   jaunty
>> r...@ntinstall:~# uname -a
>> Linux ntinstall 2.6.28-11-server #42-Ubuntu SMP Fri Apr 17 02:48:10
>> UTC 2009 i686 GNU/Linux
>> r...@ntinstall:~# getconf LONG_BIT
>> 32
>> r...@ntinstall:~# hostname
>> ntinstall
>> r...@ntinstall:~#
>> 
>> 
> Samba is related as well, Are you using the standard configuration + the
> unattended modifications?
 
 I am following the standard configuration + unattended modifications
 as per http://unattended.sourceforge.net/step-by-step.php
 for samba
 
 Please let me know if you need additional information or configs to
 know the root cause of the issue.
 
>>> 
>>> have you a change to test using another server?
>>> 
>> 
>> Have not tested it. will test it using other server.
>> 
>> Please suggest/guide.
>> 
>> Thanks,
>> 
>> Kaushal
>> 
> 
> Hi Juan,
> 
> I have tested with a different server altogether. This time I had used
> ubuntu 8.04 server (Hardy Heron)
> 
> r...@ntinstall:~# lsb_release -a
> No LSB modules are available.
> Distributor ID:   Ubuntu
> Description:  Ubuntu 8.04
> Release:  8.04
> Codename: hardy
> r...@ntinstall:~# uname -a
> Linux ntinstall 2.6.24-16-server #1 SMP Thu Apr 10 13:58:00 UTC 2008
> i686 GNU/Linux
> r...@ntinstall:~# hostname
> ntinstall
> r...@ntinstall:~#
> 
> Still facing the same issue.
> 
> c:\netinst  FAILED : Too many open files (EMFILE) at
> Z:\dosbin\install.pl line 1656.
> Aborting
> A:\> exit 0 "
> 
> Please suggest/guide as i am not able to proceed from here. I am
> running out of ideas now.
> 
> Thanks,
> 
> Kaushal
> 
> --
> Return on Information:
> Google Enterprise Search pays you back
> Get the facts.
> http://p.sf.net/sfu/google-dev2dev
> ___
> unattended-info mailing list
> unattended-info@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/unattended-info


--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-08 Thread Kaushal Shriyan
On Mon, Dec 7, 2009 at 10:17 PM, Kaushal Shriyan
 wrote:
> On Mon, Dec 7, 2009 at 10:06 PM, Juan Jose Pablos  wrote:
>> Kaushal Shriyan escribió:
>>
>>>
>>> Hi Juan,
>>>
 well, what are you sects on the server? Are you using a virtual machine?
>>>
>>> I didnot understand about "sects on the server?" I am not using virtual
>>> machine.
>>>
>> sorry specifications of the server.
>
> Linux ntinstall 2.6.28-11-server #42-Ubuntu SMP Fri Apr 17 02:48:10
> UTC 2009 i686
>
> The programs included with the Ubuntu system are free software;
> the exact distribution terms for each program are described in the
> individual files in /usr/share/doc/*/copyright.
>
> Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
> applicable law.
>
> To access official Ubuntu documentation, please visit:
> http://help.ubuntu.com/
>
>  System information as of Mon Dec  7 22:10:01 IST 2009
>
>  System load: 0.0               Memory usage: 5%   Processes:       68
>  Usage of /:  7.3% of 70.56GB   Swap usage:   0%   Users logged in: 0
>
>  Graph this data and manage this system at https://landscape.canonical.com/
>
> 69 packages can be updated.
> 93 updates are security updates.
>
> Last login: Mon Dec  7 17:59:45 2009 from 172.26.0.158
> r...@ntinstall:~# lsb_release -a
> No LSB modules are available.
> Distributor ID: Ubuntu
> Description:    Ubuntu 9.04
> Release:        9.04
> Codename:       jaunty
> r...@ntinstall:~# uname -a
> Linux ntinstall 2.6.28-11-server #42-Ubuntu SMP Fri Apr 17 02:48:10
> UTC 2009 i686 GNU/Linux
> r...@ntinstall:~# getconf LONG_BIT
> 32
> r...@ntinstall:~# hostname
> ntinstall
> r...@ntinstall:~#
>
>
 Samba is related as well, Are you using the standard configuration + the
 unattended modifications?
>>>
>>> I am following the standard configuration + unattended modifications
>>> as per http://unattended.sourceforge.net/step-by-step.php
>>> for samba
>>>
>>> Please let me know if you need additional information or configs to
>>> know the root cause of the issue.
>>>
>>
>> have you a change to test using another server?
>>
>
> Have not tested it. will test it using other server.
>
> Please suggest/guide.
>
> Thanks,
>
> Kaushal
>

Hi Juan,

I have tested with a different server altogether. This time I had used
ubuntu 8.04 server (Hardy Heron)

r...@ntinstall:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 8.04
Release:8.04
Codename:   hardy
r...@ntinstall:~# uname -a
Linux ntinstall 2.6.24-16-server #1 SMP Thu Apr 10 13:58:00 UTC 2008
i686 GNU/Linux
r...@ntinstall:~# hostname
ntinstall
r...@ntinstall:~#

Still facing the same issue.

c:\netinst  FAILED : Too many open files (EMFILE) at
Z:\dosbin\install.pl line 1656.
Aborting
A:\> exit 0 "

Please suggest/guide as i am not able to proceed from here. I am
running out of ideas now.

Thanks,

Kaushal

--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-07 Thread Kaushal Shriyan
On Mon, Dec 7, 2009 at 10:06 PM, Juan Jose Pablos  wrote:
> Kaushal Shriyan escribió:
>
>>
>> Hi Juan,
>>
>>> well, what are you sects on the server? Are you using a virtual machine?
>>
>> I didnot understand about "sects on the server?" I am not using virtual
>> machine.
>>
> sorry specifications of the server.

Linux ntinstall 2.6.28-11-server #42-Ubuntu SMP Fri Apr 17 02:48:10
UTC 2009 i686

The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.

To access official Ubuntu documentation, please visit:
http://help.ubuntu.com/

  System information as of Mon Dec  7 22:10:01 IST 2009

  System load: 0.0   Memory usage: 5%   Processes:   68
  Usage of /:  7.3% of 70.56GB   Swap usage:   0%   Users logged in: 0

  Graph this data and manage this system at https://landscape.canonical.com/

69 packages can be updated.
93 updates are security updates.

Last login: Mon Dec  7 17:59:45 2009 from 172.26.0.158
r...@ntinstall:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 9.04
Release:9.04
Codename:   jaunty
r...@ntinstall:~# uname -a
Linux ntinstall 2.6.28-11-server #42-Ubuntu SMP Fri Apr 17 02:48:10
UTC 2009 i686 GNU/Linux
r...@ntinstall:~# getconf LONG_BIT
32
r...@ntinstall:~# hostname
ntinstall
r...@ntinstall:~#


>>> Samba is related as well, Are you using the standard configuration + the
>>> unattended modifications?
>>
>> I am following the standard configuration + unattended modifications
>> as per http://unattended.sourceforge.net/step-by-step.php
>> for samba
>>
>> Please let me know if you need additional information or configs to
>> know the root cause of the issue.
>>
>
> have you a change to test using another server?
>

Have not tested it. will test it using other server.

Please suggest/guide.

Thanks,

Kaushal

--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-07 Thread Juan Jose Pablos
Kaushal Shriyan escribió:

> 
> Hi Juan,
> 
>> well, what are you sects on the server? Are you using a virtual machine?
> I didnot understand about "sects on the server?" I am not using virtual 
> machine.
> 
sorry specifications of the server.




>> Samba is related as well, Are you using the standard configuration + the
>> unattended modifications?
> 
> I am following the standard configuration + unattended modifications
> as per http://unattended.sourceforge.net/step-by-step.php
> for samba
> 
> Please let me know if you need additional information or configs to
> know the root cause of the issue.
> 

have you a change to test using another server?

--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-07 Thread Kaushal Shriyan
On Mon, Dec 7, 2009 at 8:04 PM, Juan Jose Pablos  wrote:
> Kaushal Shriyan escribió:
>
>> The server configs are as below :-
>>
>> Unattended server name : ntinstall
>> Home folder : /usr/local/unattended/
>>
>> The configs are http://paste.ubuntu.com/336451/
>>
>> Please let me know if you need to pastebin any other configs ?
>>

Hi Juan,

> well, what are you sects on the server? Are you using a virtual machine?
I didnot understand about "sects on the server?" I am not using virtual machine.

> Samba is related as well, Are you using the standard configuration + the
> unattended modifications?

I am following the standard configuration + unattended modifications
as per http://unattended.sourceforge.net/step-by-step.php
for samba

Please let me know if you need additional information or configs to
know the root cause of the issue.

Thanks,

Kaushal

--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-07 Thread Juan Jose Pablos
Kaushal Shriyan escribió:
> Hi Again
> 
> Shall i pastebin the install.pl script ? I think there is a issue. It
> fails at line 1656 in install.pl script.
> 1656mkdir dos_to_host ($dir)
> 

you are using the same copy as everyone else. Seems to be something on 
your environment, possibly on the server side.

--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-07 Thread Juan Jose Pablos
Kaushal Shriyan escribió:

> The server configs are as below :-
> 
> Unattended server name : ntinstall
> Home folder : /usr/local/unattended/
> 
> The configs are http://paste.ubuntu.com/336451/
> 
> Please let me know if you need to pastebin any other configs ?
> 

well, what are you sects on the server? Are you using a virtual machine?

Samba is related as well, Are you using the standard configuration + the 
unattended modifications?


--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-07 Thread Kaushal Shriyan
On Mon, Dec 7, 2009 at 4:33 PM, Kaushal Shriyan
 wrote:
> On Mon, Dec 7, 2009 at 1:55 PM, Juan Jose Pablos  wrote:
>> Kaushal Shriyan escribió:
>>>
>>> I have tried with the new brand laptop too and also i have used the
>>> Virtual Box via VMWARE. I am still able to reproduce the issue.
>>> Not able to figure out what is causing the issue.
>>>
>>> Please suggest/guide.
>>>
>>
>>
>> what about the server side, ¿could you expand a little bit on you setup?
>>
>
> Hi Juan,
>
> The server configs are as below :-
>
> Unattended server name : ntinstall
> Home folder : /usr/local/unattended/
>
> The configs are http://paste.ubuntu.com/336451/
>
> Please let me know if you need to pastebin any other configs ?
>
> Thanks and Regards,
>
> Kaushal
>

Hi Again

Shall i pastebin the install.pl script ? I think there is a issue. It
fails at line 1656 in install.pl script.
1656mkdir dos_to_host ($dir)

Thanks,

Kaushal

--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-07 Thread Kaushal Shriyan
On Mon, Dec 7, 2009 at 1:55 PM, Juan Jose Pablos  wrote:
> Kaushal Shriyan escribió:
>>
>> I have tried with the new brand laptop too and also i have used the
>> Virtual Box via VMWARE. I am still able to reproduce the issue.
>> Not able to figure out what is causing the issue.
>>
>> Please suggest/guide.
>>
>
>
> what about the server side, ¿could you expand a little bit on you setup?
>

Hi Juan,

The server configs are as below :-

Unattended server name : ntinstall
Home folder : /usr/local/unattended/

The configs are http://paste.ubuntu.com/336451/

Please let me know if you need to pastebin any other configs ?

Thanks and Regards,

Kaushal

--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-07 Thread Juan Jose Pablos
Kaushal Shriyan escribió:
> 
> I have tried with the new brand laptop too and also i have used the
> Virtual Box via VMWARE. I am still able to reproduce the issue.
> Not able to figure out what is causing the issue.
> 
> Please suggest/guide.
> 


what about the server side, ¿could you expand a little bit on you setup?

--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-06 Thread Kaushal Shriyan
On Mon, Dec 7, 2009 at 12:30 PM, FwdTmp  wrote:
> Hello Kaushal,
>
> the number of the open files must be the same (or around it) during
> each installs, so it cannot be a problem (meaning the number). so this
> problem must be connected to the installed machine. what about the
> memory? wrong or not enough amount...? too many ppl of us have it
> working ;) so the problem is close to you somehow.
>
> Monday, December 7, 2009, 6:06:06 AM, you wrote:
>
>> On Sat, Dec 5, 2009 at 12:23 AM, Juan Jose Pablos  wrote:
 How do i start the unattended automated deployment to install Windows
 XP on the client host. I did not understand that.
 I did burned the bootdisk.iso on the CD and booted the client host
 using the bootdisk.iso CD. It asked me to choose a Network Driver.
>>>
>>> ż?ż A Network Driver?, please write down the exact error message that you
>>> get.
>>>
>>>
>>>
>
>> Hi Juan,
>
>> I have reinstalled the PXE Server and set ulimit for guest user to
>> 65000 and I am still facing the below issue after series of questions
>> while installing Windows XP on the client host.
>
>> I have tried both the method of linux-based CD-ROM as well as Network
>> boot, still the same issue.
>
>> Creating c:\netinst  FAILED : Too many open files (EMFILE)
>> at Z:\dosbin\install.pl line 1656.
>> Aborting
> A:\>> exit 0
>
>> Please suggest/guide
>
>> Thanks and Regards,
>
>> Kaushal
>
>> --
>> Join us December 9, 2009 for the Red Hat Virtual Experience,
>> a free event focused on virtualization and cloud computing.
>> Attend in-depth sessions from your desk. Your couch. Anywhere.
>> http://p.sf.net/sfu/redhat-sfdev2dev
>> ___
>> unattended-info mailing list
>> unattended-info@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/unattended-info
>
>
>
> --
> Best regards,
>  FwdTmp                            mailto:fwd...@freemail.hu
>
>

Hi FwdTmp

I have tried with the new brand laptop too and also i have used the
Virtual Box via VMWARE. I am still able to reproduce the issue.
Not able to figure out what is causing the issue.

Please suggest/guide.

Thanks

Kaushal

--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-06 Thread FwdTmp
Hello Kaushal,

the number of the open files must be the same (or around it) during
each installs, so it cannot be a problem (meaning the number). so this
problem must be connected to the installed machine. what about the
memory? wrong or not enough amount...? too many ppl of us have it
working ;) so the problem is close to you somehow.

Monday, December 7, 2009, 6:06:06 AM, you wrote:

> On Sat, Dec 5, 2009 at 12:23 AM, Juan Jose Pablos  wrote:
>>> How do i start the unattended automated deployment to install Windows
>>> XP on the client host. I did not understand that.
>>> I did burned the bootdisk.iso on the CD and booted the client host
>>> using the bootdisk.iso CD. It asked me to choose a Network Driver.
>>
>> ż?ż A Network Driver?, please write down the exact error message that you
>> get.
>>
>>
>>

> Hi Juan,

> I have reinstalled the PXE Server and set ulimit for guest user to
> 65000 and I am still facing the below issue after series of questions
> while installing Windows XP on the client host.

> I have tried both the method of linux-based CD-ROM as well as Network
> boot, still the same issue.

> Creating c:\netinst  FAILED : Too many open files (EMFILE)
> at Z:\dosbin\install.pl line 1656.
> Aborting
A:\>> exit 0

> Please suggest/guide

> Thanks and Regards,

> Kaushal

> --
> Join us December 9, 2009 for the Red Hat Virtual Experience,
> a free event focused on virtualization and cloud computing. 
> Attend in-depth sessions from your desk. Your couch. Anywhere.
> http://p.sf.net/sfu/redhat-sfdev2dev
> ___
> unattended-info mailing list
> unattended-info@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/unattended-info



-- 
Best regards,
 FwdTmpmailto:fwd...@freemail.hu


--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-06 Thread Kaushal Shriyan
On Sat, Dec 5, 2009 at 12:23 AM, Juan Jose Pablos  wrote:
>> How do i start the unattended automated deployment to install Windows
>> XP on the client host. I did not understand that.
>> I did burned the bootdisk.iso on the CD and booted the client host
>> using the bootdisk.iso CD. It asked me to choose a Network Driver.
>
> ż?ż A Network Driver?, please write down the exact error message that you
> get.
>
>
>

Hi Juan,

I have reinstalled the PXE Server and set ulimit for guest user to
65000 and I am still facing the below issue after series of questions
while installing Windows XP on the client host.

I have tried both the method of linux-based CD-ROM as well as Network
boot, still the same issue.

Creating c:\netinst  FAILED : Too many open files (EMFILE)
at Z:\dosbin\install.pl line 1656.
Aborting
A:\> exit 0

Please suggest/guide

Thanks and Regards,

Kaushal

--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-06 Thread Juan Jose Pablos
Ray Jones escribió:
> Use the boot image located in "\install\EXTRAS\linuxboot" 
> (linuxboot.iso) as your boot CD.  The bootdisk.iso doesn't start the 
> process. 
> 


¿?¿?¿ there is not a EXTRAS\linuxboot directory as far as i can tell.


--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-04 Thread Juan Jose Pablos
> How do i start the unattended automated deployment to install Windows
> XP on the client host. I did not understand that.
> I did burned the bootdisk.iso on the CD and booted the client host
> using the bootdisk.iso CD. It asked me to choose a Network Driver.

¿?¿ A Network Driver?, please write down the exact error message that 
you get.



--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-12-03 Thread Kaushal Shriyan
On Sat, Nov 28, 2009 at 9:30 PM, Kaushal Shriyan
 wrote:
> On Sat, Nov 28, 2009 at 7:58 PM, Juan Jose Pablos  wrote:
>> Kaushal Shriyan escribió:
>>>
>>> On Fri, Nov 27, 2009 at 9:51 PM, Kaushal Shriyan
>>>  wrote:

 On Fri, Nov 27, 2009 at 4:21 PM, Juan Jose Pablos 
 wrote:
>
> Kaushal Shriyan escribió:
>>
>> On Fri, Nov 27, 2009 at 4:07 PM, Juan Jose Pablos 
>> wrote:
>>>
>>> Kaushal Shriyan escribió:

 I am following http://unattended.sourceforge.net/step-by-step.php. I
 have burnt bootdisk.iso on a CD and booted the client machine using
 this bootdisk.iso CD, It asked me for Network Driver at boot :  I
 keyed in rtsnd

 boot : rtsnd

>>> ?
>>>
>>> I would spect bzImage there
>>
>> Hi Juan
>>
>> I did not understand. " I would spect bzImage there"
>>
> when you boot from CD you do not need to type anything at all.
>
 Hi

 I have progressed well using unattended project. I am faced with the
 below
 issue after series of questions while installing Windows XP on the client
 host.

 Creating c:\netinst  FAILED : Too many open files (EMFILE) at
 Z:\dosbin\install.pl line 1656.
 Aborting
 A:\> exit 0

 Please suggest/guide
 Thanks and Regards,
 Kaushal




>>>
>>> Hi,
>>>
>>> Any updates to my earlier post regarding the error "Creating
>>> c:\netinst  FAILED : Too many open files (EMFILE) at
>>> Z:\dosbin\install.pl line 1656.
>>> Aborting
>>> A:\> exit 0 "
>>>
>>> Please suggest/guide
>>>
>
> Hi Juan,
>
>> No one has ever had this error message as far as I can tell you.
>>
>> Try with another system,
>> try to isolated your network if you can (use a lab)
>
> Is it due to the ulimit factor for guest user on the unattended server
> since no of open files defaults to 1024 ?
> I am strictly following http://unattended.sourceforge.net/step-by-step.php
>
>> you said that you make progress but you did not tell you what was that
>> strange error that you had previously.
>
> I tried using the new config laptop and from there i was unable to
> reproduce that strange error which spitted out by the old config
> laptop.
>
> Please suggest/guide.
>
> Thanks and Regards
>
> Kaushal
>

Hi

How do i start the unattended automated deployment to install Windows
XP on the client host. I did not understand that.
I did burned the bootdisk.iso on the CD and booted the client host
using the bootdisk.iso CD. It asked me to choose a Network Driver.
Am i doing it correctly. if thats the way then do i need to know the
network card driver details before hand.

Please suggest/Guide

Thanks,

Kaushal

--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-11-28 Thread Kaushal Shriyan
On Sat, Nov 28, 2009 at 7:58 PM, Juan Jose Pablos  wrote:
> Kaushal Shriyan escribió:
>>
>> On Fri, Nov 27, 2009 at 9:51 PM, Kaushal Shriyan
>>  wrote:
>>>
>>> On Fri, Nov 27, 2009 at 4:21 PM, Juan Jose Pablos 
>>> wrote:

 Kaushal Shriyan escribió:
>
> On Fri, Nov 27, 2009 at 4:07 PM, Juan Jose Pablos 
> wrote:
>>
>> Kaushal Shriyan escribió:
>>>
>>> I am following http://unattended.sourceforge.net/step-by-step.php. I
>>> have burnt bootdisk.iso on a CD and booted the client machine using
>>> this bootdisk.iso CD, It asked me for Network Driver at boot :  I
>>> keyed in rtsnd
>>>
>>> boot : rtsnd
>>>
>> ?
>>
>> I would spect bzImage there
>
> Hi Juan
>
> I did not understand. " I would spect bzImage there"
>
 when you boot from CD you do not need to type anything at all.

>>> Hi
>>>
>>> I have progressed well using unattended project. I am faced with the
>>> below
>>> issue after series of questions while installing Windows XP on the client
>>> host.
>>>
>>> Creating c:\netinst  FAILED : Too many open files (EMFILE) at
>>> Z:\dosbin\install.pl line 1656.
>>> Aborting
>>> A:\> exit 0
>>>
>>> Please suggest/guide
>>> Thanks and Regards,
>>> Kaushal
>>>
>>>
>>>
>>>
>>
>> Hi,
>>
>> Any updates to my earlier post regarding the error "Creating
>> c:\netinst  FAILED : Too many open files (EMFILE) at
>> Z:\dosbin\install.pl line 1656.
>> Aborting
>> A:\> exit 0 "
>>
>> Please suggest/guide
>>

Hi Juan,

> No one has ever had this error message as far as I can tell you.
>
> Try with another system,
> try to isolated your network if you can (use a lab)

Is it due to the ulimit factor for guest user on the unattended server
since no of open files defaults to 1024 ?
I am strictly following http://unattended.sourceforge.net/step-by-step.php

> you said that you make progress but you did not tell you what was that
> strange error that you had previously.

I tried using the new config laptop and from there i was unable to
reproduce that strange error which spitted out by the old config
laptop.

Please suggest/guide.

Thanks and Regards

Kaushal

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-11-28 Thread Juan Jose Pablos
Kaushal Shriyan escribió:
> On Fri, Nov 27, 2009 at 9:51 PM, Kaushal Shriyan
>  wrote:
>>
>> On Fri, Nov 27, 2009 at 4:21 PM, Juan Jose Pablos  wrote:
>>> Kaushal Shriyan escribió:
 On Fri, Nov 27, 2009 at 4:07 PM, Juan Jose Pablos 
 wrote:
> Kaushal Shriyan escribió:
>> I am following http://unattended.sourceforge.net/step-by-step.php. I
>> have burnt bootdisk.iso on a CD and booted the client machine using
>> this bootdisk.iso CD, It asked me for Network Driver at boot :  I
>> keyed in rtsnd
>>
>> boot : rtsnd
>>
> ?
>
> I would spect bzImage there

 Hi Juan

 I did not understand. " I would spect bzImage there"

>>> when you boot from CD you do not need to type anything at all.
>>>
>> Hi
>>
>> I have progressed well using unattended project. I am faced with the below
>> issue after series of questions while installing Windows XP on the client
>> host.
>>
>> Creating c:\netinst  FAILED : Too many open files (EMFILE) at
>> Z:\dosbin\install.pl line 1656.
>> Aborting
>> A:\> exit 0
>>
>> Please suggest/guide
>> Thanks and Regards,
>> Kaushal
>>
>>
>>
>>
> 
> Hi,
> 
> Any updates to my earlier post regarding the error "Creating
> c:\netinst  FAILED : Too many open files (EMFILE) at
> Z:\dosbin\install.pl line 1656.
> Aborting
> A:\> exit 0 "
> 
> Please suggest/guide
> 


No one has ever had this error message as far as I can tell you.

Try with another system,
try to isolated your network if you can (use a lab)

you said that you make progress but you did not tell you what was that 
strange error that you had previously.






--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-11-28 Thread Kaushal Shriyan
On Fri, Nov 27, 2009 at 9:51 PM, Kaushal Shriyan
 wrote:
>
>
> On Fri, Nov 27, 2009 at 4:21 PM, Juan Jose Pablos  wrote:
>> Kaushal Shriyan escribió:
>>>
>>> On Fri, Nov 27, 2009 at 4:07 PM, Juan Jose Pablos 
>>> wrote:

 Kaushal Shriyan escribió:
>
> I am following http://unattended.sourceforge.net/step-by-step.php. I
> have burnt bootdisk.iso on a CD and booted the client machine using
> this bootdisk.iso CD, It asked me for Network Driver at boot :  I
> keyed in rtsnd
>
> boot : rtsnd
>
 ?

 I would spect bzImage there
>>>
>>>
>>> Hi Juan
>>>
>>> I did not understand. " I would spect bzImage there"
>>>
>> when you boot from CD you do not need to type anything at all.
>>
>
> Hi
>
> I have progressed well using unattended project. I am faced with the below
> issue after series of questions while installing Windows XP on the client
> host.
>
> Creating c:\netinst  FAILED : Too many open files (EMFILE) at
> Z:\dosbin\install.pl line 1656.
> Aborting
> A:\> exit 0
>
> Please suggest/guide
> Thanks and Regards,
> Kaushal
>
>
>
>

Hi,

Any updates to my earlier post regarding the error "Creating
c:\netinst  FAILED : Too many open files (EMFILE) at
Z:\dosbin\install.pl line 1656.
Aborting
A:\> exit 0 "

Please suggest/guide

Thanks,

Kaushal

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-11-27 Thread Kaushal Shriyan
On Fri, Nov 27, 2009 at 4:21 PM, Juan Jose Pablos  wrote:
> Kaushal Shriyan escribió:
>>
>> On Fri, Nov 27, 2009 at 4:07 PM, Juan Jose Pablos 
>> wrote:
>>>
>>> Kaushal Shriyan escribió:

 I am following http://unattended.sourceforge.net/step-by-step.php. I
 have burnt bootdisk.iso on a CD and booted the client machine using
 this bootdisk.iso CD, It asked me for Network Driver at boot :  I
 keyed in rtsnd

 boot : rtsnd

>>> ?
>>>
>>> I would spect bzImage there
>>
>>
>> Hi Juan
>>
>> I did not understand. " I would spect bzImage there"
>>
> when you boot from CD you do not need to type anything at all.
>

Hi

I have progressed well using unattended project. I am faced with the below
issue after series of questions while installing Windows XP on the client
host.

*Creating c:\netinst  FAILED : Too many open files (EMFILE) at
Z:\dosbin\install.pl line 1656.
Aborting
A:\> exit 0
*
Please suggest/guide

Thanks and Regards,

Kaushal
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-11-27 Thread Juan Jose Pablos
Kaushal Shriyan escribió:
> On Fri, Nov 27, 2009 at 4:07 PM, Juan Jose Pablos  wrote:
>> Kaushal Shriyan escribió:
>>> I am following http://unattended.sourceforge.net/step-by-step.php. I
>>> have burnt bootdisk.iso on a CD and booted the client machine using
>>> this bootdisk.iso CD, It asked me for Network Driver at boot :  I
>>> keyed in rtsnd
>>>
>>> boot : rtsnd
>>>
>> ?
>>
>> I would spect bzImage there
> 
> 
> Hi Juan
> 
> I did not understand. " I would spect bzImage there"
> 
when you boot from CD you do not need to type anything at all.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-11-27 Thread Kaushal Shriyan
On Fri, Nov 27, 2009 at 4:07 PM, Juan Jose Pablos  wrote:
> Kaushal Shriyan escribió:
>>
>> I am following http://unattended.sourceforge.net/step-by-step.php. I
>> have burnt bootdisk.iso on a CD and booted the client machine using
>> this bootdisk.iso CD, It asked me for Network Driver at boot :  I
>> keyed in rtsnd
>>
>> boot : rtsnd
>>
>
> ?
>
> I would spect bzImage there


Hi Juan

I did not understand. " I would spect bzImage there"

Please suggest.

Thanks,

Kaushal

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-11-27 Thread Juan Jose Pablos
Kaushal Shriyan escribió:
> 
> I am following http://unattended.sourceforge.net/step-by-step.php. I
> have burnt bootdisk.iso on a CD and booted the client machine using
> this bootdisk.iso CD, It asked me for Network Driver at boot :  I
> keyed in rtsnd
> 
> boot : rtsnd
> 

?

I would spect bzImage there

not need to type anything on that prompt

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-11-27 Thread Kaushal Shriyan
On Fri, Nov 27, 2009 at 2:31 PM, FwdTmp  wrote:
> maybe I misunderstood you. what is it really you want? install by
> unattended projects method, or install unattended itself? what you
> wrote a bit confusing...

Hi Cementes,

Sorry about it. I have installed the unattended program without any issues.
I get that issue while using the unattended project method for
installing Windows XP as per my earlier post to this mailing list.

Please suggest/guide.

Thanks,

Kaushal

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-11-27 Thread Kaushal Shriyan
On Tue, Nov 24, 2009 at 3:48 PM, FwdTmp  wrote:
> hello
>
> no, not really. but as far as I see, you already got the proper url by
> now (http://unattended.sourceforge.net/step-by-step.php), this is the
> installation guide of this project, you may follow it and will succeed
> for sure.
>

Hi,

I am following http://unattended.sourceforge.net/step-by-step.php. I
have burnt bootdisk.iso on a CD and booted the client machine using
this bootdisk.iso CD, It asked me for Network Driver at boot :  I
keyed in rtsnd

boot : rtsnd

After pressing enter and then it said

- InitDisk can't get drive parameters for drive 01
can't get drive parameters for drive 01
can't get drive parameters for drive 01
can't get drive parameters for drive 01
HIMEM -BIOS A20 method used
UMB's unavailable
Kernel: allocated 40 Diskbuffers = 21280 Bytes in HMA

Please suggest/Guide?

Thanks,

Kaushal

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-11-23 Thread Kaushal Shriyan
On Tue, Nov 24, 2009 at 1:00 PM, Johan Ho  wrote:
> Kaushal Shriyan skrev:
>>
>> On Mon, Nov 23, 2009 at 1:58 PM, Kaushal Shriyan
>>  wrote:
>>>
>>> Hi,
>>>
>>> Is there a step by step guide for unattended Windows XP installation?
>>>
>>> Thanks,
>>>
>>> Kaushal
>>>
>>
>> Hi
>>
>> Any updates for my earlier email to this Mailing List ?
>>
>> Thanks,
>>
>> Kaushal
>>
>>
>> --
>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
>> 30-Day trial. Simplify your report design, integration and deployment - and
>> focus on what you do best, core application coding. Discover what's new with
>> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>> ___
>> unattended-info mailing list
>> unattended-info@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/unattended-info
>
> Something like this?
> http://unattended.sourceforge.net/step-by-step.php
> (This is "Installation" page, third menu item on the unattended sourceforge
> page.)
>
> Johan Ho

Hi Johan Ho,

Thanks Johan Ho. Is it ok to discuss with you if i have questions or
issues coming up?

Thanks,

Kaushal

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step by step guide

2009-11-23 Thread Kaushal Shriyan
On Mon, Nov 23, 2009 at 1:58 PM, Kaushal Shriyan
 wrote:
> Hi,
>
> Is there a step by step guide for unattended Windows XP installation?
>
> Thanks,
>
> Kaushal
>

Hi

Any updates for my earlier email to this Mailing List ?

Thanks,

Kaushal

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] step-by-step guide missing HotKey.pm

2007-04-15 Thread Eugene Kotlyarov
thorben schroeder wrote:

> in  http://unattended.sourceforge.net/step-by-step.php  the  HotKey.pm
> was forgotten in "lib" section.

Thank you, it's fixed now.

-- 
Eugene

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info