Just to add to the earlier post, I have been playing with this more and am wondering if the prompt to run an EXE file is blocking the installation of the Novell client when installing from cmdlines.txt? I am using the following Reg hack (but this would not be active while cmdlines.txt is being run): ; Disable Security Warning Popup when Running Files [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download] "CheckExeSignatures"="no" "RunInvalidSignatures"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments] "SaveZoneInformation"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations] "LowRiskFileTypes"=".zip;.rar;.nfo;.txt;.exe;.bat;.com;.cmd;.reg;.msi;.htm;.html;.gif;.bmp;.jpg;.avi;.mpg;.mpeg;.mo v;.mp3;.m3u;.wav;" ------------------------------------------------------ I have tried several times to get the install to run and on one occasion there was nothing in setuperr.log and the Novell didn't create a log file, so I was unable to even determine what has been causing the Novell client to not install at this point. The last time I tried installing Windows from RIS using my scripts, the Novell client did not install, but when I copied and pasted the command straight out of cmdlines.txt to the Run prompt, the client was installed without any problems. I did see CreateProcess throw error 2 in setuperr.log from trying to install the client from cmdlines.txt. Thanks for any advice or tips you can give on getting this to work... Chris