Sorry, used wrong reply address,
here's my patch again to show the ProductID or ProductKey
which Unattended is looking for:

--------------------------------------------------------------
--- 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
---------------------------------------------------------------

Falko


------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ unattended-info mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to