Installing RIS images w/o product key

  • Thread starter Thread starter Todd
  • Start date Start date
T

Todd

Is it possible to set up my RIS server where when i
install an image it will not ask me to enter the Windows
2000 product key?
Would this be set up individually for each image or is
there a RIS setting that will automatically do it for all
images on my server?
 
If you are using volume licensing media, you can edit the *.sif in each
image directory so the product key is not required, just edit
RemoteInstall\Setup\%language\Images\%dir_name%\i386\Templates\*.sif:

[UserData]
ProductID = "_._._._"
 
Back
Top