On Tuesday 16 December 2008 01:05:17 you wrote:
> Thanks for your reply. I have added some things from your script. How do
> you prevent the middle script from asking to install additional software
> like Gimp and so on? I have to enter "2" always to make clear that I don´t
> wanna install anything.
>
> Greetings
In my unattend.csv file, I use this entry to handle the middle scripts.

"Default","middle_scripts","nop.bat"

The "nop.bat" file does nothing and is only there as a place holder.  Leaving 
the csv entry blank will only force install.pl to ask the question.  Here is 
the contents of the "nop.bat" script.
--------------------------------------


:: This script does nothing
@Echo off

echo "Doing Nothing in nop.bat"

--------------------------------------

I've been doing things a little bit differently.  I install python as well as 
perl in the postinst.bat (I had to modify the install.pl script to do that).  
My base.bat script calls a "base.py" script.  All the "middle_scripts" are 
determined and called from the "base.py" script.  I only use the csv to 
identify the machine, and fill in the default entries.

-- 
Thanks:
Joseph Rawson

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

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to