I found a solution! Just in case anyone else might someday be in the same situation.
You can launch the Perl Package Manager (PPM) from the command line and redirect command from a text file. For example, ppm < install.lst the install.lst file might have the following commands set confirm 0 install DBD::mysql install Net::mysql install Win32:OLE exit Voila! -- --------- Original Message --------- DATE: Wed, 17 Sep 2003 12:41:38 From: "Teresa Jeremy" <[EMAIL PROTECTED]> To: "Unattended List" <[EMAIL PROTECTED]> Cc: > >Is there anyway to auto-install perl library during the post-installation phase. > >I want to access a mysql database and write computer information to during the final >phase of OS deployment but I must install the DBI-mysql Perl module before I can do >this. Obviously, I can do this manually but why should I? > >The obvious place is to do this would be in the perl.bat script but I don't know >where to start. > >Thanx. >TJ > > > >Need a new email address that people can remember >Check out the new EudoraMail at >http://www.eudoramail.com > > >------------------------------------------------------- >This sf.net email is sponsored by:ThinkGeek >Welcome to geek heaven. >http://thinkgeek.com/sf >_______________________________________________ >unattended-info mailing list >[EMAIL PROTECTED] >https://lists.sourceforge.net/lists/listinfo/unattended-info > Need a new email address that people can remember Check out the new EudoraMail at http://www.eudoramail.com ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info
