I found a thread that said to modify the install.pl in \dosbin with the following --- install.pl.org 2005-03-04 21:22:43.000000000 +0100 +++ install.pl 2005-03-04 21:22:04.000000000 +0100 @@ -1333,6 +1333,7 @@ $name =~ /Windows 2000/ || $name =~ /Windows NT/ or return undef;
+ print "OS-ProductID:", $name ,"\n"; return simple_q ($product_key_q); }; @@ -1346,6 +1347,7 @@ $name =~ /Windows 2000/ || $name =~ /Windows NT/ and return undef; + print "OS-ProductKey:", $name ,"\n"; # Only ask for ProductKey if we lack a ProductID. my $product_id = $u->{'UserData'}->{'ProductID'}; defined $product_id and after I did this and reran /etc/master it showed the OS as being Windows Server 2003, Standard as thus I changed the unattend.csv to reflect this and behold it worked. I'm sure glad someone else seen it before. Thanks for helping, though. --- On Tue, 12/16/08, Allan Lyons <al...@rahab.wycliffe.ca> wrote: > From: Allan Lyons <al...@rahab.wycliffe.ca> > Subject: Re: [Unattended] Hopefully quick question on unattend.csv and > ProductKey > To: unattended-info@lists.sourceforge.net > Date: Tuesday, December 16, 2008, 2:47 PM > On Tue, Dec 16, 2008 at 01:47:24PM -0700, Travis Zadikem > wrote: > > > so when the machine it boots it inputs the > computername and such fine but > > when it gets to identifying the OS it is showing the > following on the > > console: > > 1) Windows Server 2003, Enterprise SP2 (Volume, > English) (Z:\os\w03ensp2) > > 2) Windows Server 2003, Standard SP2 (Volume, English) > (Z:\os\w03stsp2) > > > > and if I intput 2 it then asks for the product key. > Shouldn't it > > automatically put this in? Ideas? > > What does it do if you add a line to the .csv file > specifying the OS? > > "computername","OS_media","Z:\os\w03stsp2" > > Allan. > > > ------------------------------------------------------------------------------ > 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 ------------------------------------------------------------------------------ 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