I used SP1. I forgot to mention it in my earlier post, but i also added the reg values.. To add this into an nlite'd version, you have to follow these steps:
By the way, this is done BEFORE building the image with nlite..
1. Create a new folder called " $OEM$ " in the root folder of your nlite project (same folder as i386)
2. Create a new file inside "$OEM$", and name it cmdlines.txt .
3. Copy the filed called" winlogon.reg " into the $OEM$ folder.
Content of cmdlines.txt :
[COMMANDS]
"REGEDIT /S winlogon.reg"
That's it!
Also, if you want some files copyed to the root of C:\, follow these steps:
1. Create a sub-folder in "$OEM$", called " $1 " .. All files/folders in here will be copied to C:\ during installation.. This will come in handy for EWF!
To copy files into windows/system32/etc. folder:
1. Create a sub-folder in "$OEM$", called " $$ " .. All files/folders in here will be copied to C:\windows.. To copy files into system32 folder, simply create another folder in "$$", called system32..
Sorry for the long and messy post!