Re: [Unattended] Adding Perl Modules

2008-04-18 Thread Juan Jose Pablos
Kevin G. Erdmann escribió: I have been attempting to add perl modules during an installation. I have written .bat files to load the .ppd files using ActiveState ppm. Everything works fine except when the .bat file is loaded using the todo.pl script. The only error that I

Re: [Unattended] Problem with network device nn Dell computer

2008-04-18 Thread Regis Gras
Juan Jose Pablos wrote: I think that you are having problems with the Network Driver. I would use the one that comes from the kernel. If that gives you the same problem: 1) wait for 2.6.25 kernel 2) Modify Makefile and use 2.6.25-rc8 Does'nt work 3) Report your problem on kernel.org

[Unattended] Adding Perl Modules

2008-04-18 Thread Kevin G. Erdmann
I have been attempting to add perl modules during an installation. I have written .bat files to load the .ppd files using ActiveState ppm. Everything works fine except when the .bat file is loaded using the todo.pl script. The only error that I get is The system cannot find

Re: [Unattended] Adding Perl Modules

2008-04-18 Thread Matt Hyclak
On Fri, Apr 18, 2008 at 09:55:12AM -0400, Kevin G. Erdmann enlightened us: Strawberry perl looks interesting and I will investigate that option. Plus since it is open source that is even better. However, looking at it I am afraid that the ppm for Strawberry perl might have the

Re: [Unattended] Problem with network device nn Dell computer

2008-04-18 Thread Matt Hyclak
On Fri, Apr 18, 2008 at 03:49:24PM +0200, Regis Gras enlightened us: Juan Jose Pablos wrote: I think that you are having problems with the Network Driver. I would use the one that comes from the kernel. If that gives you the same problem: 1) wait for 2.6.25 kernel 2) Modify Makefile

Re: [Unattended] Adding Perl Modules

2008-04-18 Thread Kevin G. Erdmann
I have tried putting the path in the todo.pl statement such as: todo.pl c:\perl\bin\ppm.bat install absolute path to ppd file This produces the same results. However, I did try executing ppm in the shell that was created by todo.pl and it works but only when c:\perl\bin is the current

Re: [Unattended] Adding Perl Modules

2008-04-18 Thread Paul Griffith
Here is what I have tagged unto the end of my perl.bat script. I suppose I could strip this out and put it in a seperate .bat file. ---snip :: install Win32::GUI :: set temporary path to include perl\bin SET PATH=%SystemDrive%\Perl\bin;%PATH% start %SystemDrive%\Perl\bin\ppm install

[Unattended] Unattended-gui FINAL release 1.708 and boot-cd v0.8

2008-04-18 Thread Mario Gzuk
Hi, unattended-gui has reached the final version 1.X, currently 1.708. See more about the versioning here: http://unattended-gui.sourceforge.net/index.php?title=Unattended-gui:Versioning Main Features: * support unattended installation of several windows OS and linux distributions * update

Re: [Unattended] Adding Perl Modules

2008-04-18 Thread Kevin G. Erdmann
Alright, I think I figured it out. In the script that is called by todo.pl I used the following lines. cd /d C:\Perl\bin ppm location and name of package.ppd It seems that in order to install the packages via ppm for local files one has to have the working directory be in