Jay Smith escribió:
> 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
> 

it will not harm to have this on the code. so I added

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to