I am in the final testing stages of my latest OEMScan addons. I have added a new executable that I created called "OSTYPE.EXE".
OEMSCAN.EXE is run at SVCPACK Stage (T13). Then OSTYPE.EXE is run next in the SVCPACK Stage (T13). OSTYPE.EXE verifies that a successful OEMSCAN.EXE was run... then it places itself in the RunOnce portion of the registry. When the computer boots into windows for the first time... OSTYPE.EXE is run in the background to change the product key you specify in OSTYPE.ini (Which resides in the folder holding the OEMBIOS.* files that were used. OSTYPE.ini will hold the slp keys for each OS you wish to pre-activate. It also looks for a directory called "OEMLogos" to copy logo files to the system as well.
So there is no need for a winnt.sif file. But at least one slpkey will be needed to pre-activate windows.
Here is a barebones version for you guys to test. It has the HP/Compaq logos in it allready.
http://integrator.siginetsoftware.co...?addons&id=166
you just need to add the oembios.* files into the svcpack\HPQ and svcpack\pavilion directories.
CD4E1902 FileSet goes in HPQ
06D652A4 FileSet goes in Pavilion
Inside the SVCPACK\HPQ\OSType.ini and SVCPACK\Pavilion\OSType.ini file you will need to edit:
Code:
[XP Professional]
SLPKey = 11111-22222-33333-44444-55555
[XP Home]
SLPKey = 11111-22222-33333-44444-55555
With valid SLP Manufacture Keys for each specific OS.
Bookmarks