I just came across nLite yesterday and was able to integrate a few programs like ad aware, java, microsoft antispyware and a few other things into my windows installation. I've gotton to the point though were I would like to have nero, office and a few other programs installed with windows, and Im clueless on how to do it. I have followed the scetchy steps and just don't get it. I have used these 3 pages, the first is this one http://unattended.msfn.org/intermediate/me...ch_commands.htm first off this $oem$ folder does not exist, so I created it. Next I did this... For cmdlines.txt, it should be placed in the \$OEM$ folder, and does not need to be specified anywhere else to state its existence. Windows Setup automatically scans for a cmdlines.txt file. All batch files launched by cmdlines.txt should be put into the same folder. ok during setup windows did not recognize these things, it just put them in a folder after windows was installed. I even wrote this cmdline with a little help from the site ECHO. ECHO Installing Office 2003 ECHO Please wait... start /wait %systemdrive%\install\Applications\Office2003\setuppro.exe /QB ECHO. ECHO Installing Nero ECHO Please wait... start /wait %systemdrive%\install\Applications\Nero6.exe /SILENT /NOREBOOT /SN=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /WRITE_SN ECHO. ECHO Restarting the PC in 1 minute... shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute, this will give enough time for the shortcuts to update and for the shell to fully load before its ready to restart!" ECHO. ECHO Deleting Temp Installation Files... RD /S /Q %systemdrive%\Drivers RD /S /Q %systemdrive%\install EXIT Of course there is a serial in place of the x's in the nero key, and the office version I have I don't have to enter in my cd key Of course there is more, but I will leave that for now, what am I doing wrong?