hi you need to have a folder in your sources folder $OEM$ with 2 folders $1 & $$ in the $1 folder make a folder called Install put your silent install stuff in there ie:install_flash_player_11_active_x_64bit.exe in the $$ folder make afolder called SETUP in the SETUP folder make a folder called SCRIPTS put a SetupComplete.cmd like this exsample CLS @echo off Echo........................................ Echo..........Install FlashPlayer Plugin start /wait %AppsRoot%\Install\install_flash_player_11_active_x_64bit.exe -install Echo..................Installed............. Echo..................Cleaning Up........... RD /S /Q %AppsRoot%\install Exit then it will execute the setup complete beore loading the desktop hope this hepls