Re: AW: AW: [Unattended] 4.7 Release Candidate3

2008-01-08 Thread Juan Jose Pablos
Andreas Laub escribió: > > Sorry I'm to stupid to do that, so I sent you my complete install.pl. > > The differences starts at line 185 and the end is at line 209. > > I hope this could help you. That is ok. It has more local modifications than only 20 options. I will try to -

Re: AW: [Unattended] 4.7 Release Candidate3

2008-01-07 Thread Juan Jose Pablos
Andreas Laub escribió: > How Can I do This? I can send you my complte install.pl, if you want. > use cvs diff > install.pl.diff If that gives you an error forward the file > > - Check out the new SourceForge.net Market

Re: [Unattended] 4.7 Release Candidate3

2008-01-07 Thread Sean Kamath
I think the basic issue is that Linux uses BASH as /bin/sh. Supposedly, bash isn't supposed to allow extensions to Borne Shell syntax when called as sh, but in my experience it actually does. Other Unices use the Borne shell as the Borne shell. ;-) While bash is backward compatible with Borne sh

Re: [Unattended] 4.7 Release Candidate3

2007-12-31 Thread Juan Jose Pablos
Andreas Laub escribió: > Hello everybody, > > How about another hack in the 4.7 version? I have wrote a hack to show > 20 choices per page. So the menus fit the screen. do you mind forward a diff instead? it make easier to apply

Re: AW: [Unattended] 4.7 Release Candidate3

2007-12-20 Thread Juan Jose Pablos
Andreas Laub escribió: > Office 2007 uses a xml file for all the changes. So you have only to start > the setup.exe and everything runs automaticaly. > > Perhaps I create a Office 2007 Patch. The only thing I don't know is how to > create a batch file for the CVS with all the Updates etc. I hav

Re: [Unattended] 4.7 Release Candidate3

2007-12-20 Thread Gergo Szakal
On Thu, 20 Dec 2007 14:29:50 +0100 Juan Jose Pablos <[EMAIL PROTECTED]> wrote: > Gergo Szakal escribió: > > I mean Bourne shell (sh), not Bourne Again Shell (bash). So, the > > interpreter should be /bin/sh in the first place. > > I do not have a problem with it using debian: > [EMAIL PROTECTED]

Re: [Unattended] 4.7 Release Candidate3

2007-12-20 Thread Juan Jose Pablos
Gergo Szakal escribió: > I mean Bourne shell (sh), not Bourne Again Shell (bash). So, the > interpreter should be /bin/sh in the first place. I do not have a problem with it using debian: [EMAIL PROTECTED]:~/unattended/install/tools$ ls -l /bin/sh lrwxrwxrwx 1 root root 4 2007-04-10 19:38 /bin/sh

Re: [Unattended] 4.7 Release Candidate3

2007-12-20 Thread Gergo Szakal
On Thu, 20 Dec 2007 11:42:22 +0100 Juan Jose Pablos <[EMAIL PROTECTED]> wrote: > Gergo Szakal escribió: > > > > Thanks. Another one, this is minor annoyance, but: could you please > > also provide tar.gz or tar.bz2 packages? They extract much faster > > under *NIX. > > > +1 > please have a look

Re: [Unattended] 4.7 Release Candidate3

2007-12-20 Thread Juan Jose Pablos
Gergo Szakal escribió: > > Thanks. Another one, this is minor annoyance, but: could you please > also provide tar.gz or tar.bz2 packages? They extract much faster under > *NIX. > +1 please have a look on the main Makefile, I will be happy to apply your patch to give either gz or bz2 output. > (

Re: [Unattended] 4.7 Release Candidate3

2007-12-20 Thread Juan Jose Pablos
Andreas Laub escribió: > Hello everybody, > > How about another hack in the 4.7 version? I have wrote a hack to show > 20 choices per page. So the menus fit the screen. > > Here it is: > > # Choices to display per page > my $per_page = 20; > > #EDIT: Array to show 20 option

Re: [Unattended] 4.7 Release Candidate3

2007-12-20 Thread Jens Geile
> Another thing is how about to add internet explorer 7.0, the newest Media > Player and office 2007? Oh, I wouldn't mind that at all. So go ahead please. :p The only problem I see is that WGA stuff blocking either the download or the installation. - jens --

[Unattended] 4.7 Release Candidate3

2007-12-19 Thread Andreas Laub
Hello everybody, How about another hack in the 4.7 version? I have wrote a hack to show 20 choices per page. So the menus fit the screen. Here it is: # Choices to display per page my $per_page = 20; #EDIT: Array to show 20 options per page my %hexarray = (10,'A',11,'B'

Re: [Unattended] 4.7 Release Candidate3

2007-12-19 Thread Gergo Szakal
On Thu, 20 Dec 2007 01:34:01 +0100 Juan Jose Pablos <[EMAIL PROTECTED]> wrote: > Gergo Szakal escribió: > > Thanks for this version. I am a little dumb, I know, but: does this > > still need the DJGPP stuff? > > > only when used with floppies. > Thanks. Another one, this is minor annoyance, but

Re: [Unattended] 4.7 Release Candidate3

2007-12-19 Thread Juan Jose Pablos
Gergo Szakal escribió: > Thanks for this version. I am a little dumb, I know, but: does this > still need the DJGPP stuff? > only when used with floppies. - SF.Net email is sponsored by: Check out the new SourceForge.net Mark

Re: [Unattended] 4.7 Release Candidate3

2007-12-19 Thread Gergo Szakal
Thanks for this version. I am a little dumb, I know, but: does this still need the DJGPP stuff? - SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for ju

Re: 4.7 Release Candidate3

2007-12-19 Thread Juan Jose Pablos
Jens Geile escribió: >> So a new rc is on its way: >> Test on your systems. If not mayor bugs are found it. This file will became >> 4.7. > Aside from the special character issue during the windows copy process its > working for me so far with Windows XP. I do not see the special character issu

Re: 4.7 Release Candidate3

2007-12-19 Thread Jens Geile
> So a new rc is on its way: > Test on your systems. If not mayor bugs are found it. This file will became > 4.7. Aside from the special character issue during the windows copy process its working for me so far with Windows XP. Will test Windows 2000 tomorrow. - jens ---

4.7 Release Candidate3

2007-12-19 Thread Juan Jose Pablos
Hi, RC2 was nearly working: - fixed not found errors on a few scripts - exitemu.com was not copied. So looping the copy of files. So a new rc is on its way: http://unattended.sourceforge.net/testing/47_rc3/ Test on your systems. If not mayor bugs are found it. This file will became 4.7. Some R