I have a fax program which I am trying to install silently along with my unattended DVD. So far I have it install fine and register it with the following code but at the end of the install process it tells me it needs to reboot and either press "OK" to reboot or "Cancel" to reboot later. I have tried /NORESTART , /NOREBOOT, and /NOREBOOT REBOOT=ReallySuppress without any success. Any ideas or is there anyone that has done this successfully? Thanks. ECHO. ECHO Installing MightyFax Fax Software 3.16a... ECHO Please wait... start /wait %SYSTEMDRIVE%\install\Applications\fax\mfnt.exe /silent /noreboot ECHO. ECHO Registering MightyFax Fax Software 3.16a... Copy "%SYSTEMDRIVE%\install\Applications\fax\MF.ini" "%systemdrive%\Program Files\MightyFax\" Oh yeah, for any that is interested. In order to have your program silent install already registered, just install your program to your computer and register it. Then copy your MF.ini file to your unattend disc and use the above code to have it copy over during install. Fireplay5