QUOTE (elajua @ Sep 29 2008, 10:27 PM)

Read my instructions again, they are working fine.
You don't need any script. I assume you were referring to you CMD file in which you are install programs?
If you have no experience in CMD files, read the unattended guide to learn the basics.
Thanks elajua but I'm not sure understand (See my cmd file may be understand)
----------------------------------------------------------------My CMD File
@echo off
TITLE TMPGEnc DVD Author 3 with DivX Authoring
ECHO TMPGEnc DVD Author 3 with DivX Authoring Installing...
START /WAIT msiexec.exe /i ISScript8.Msi /qb /norestart
ECHO ...
ECHO ...
ECHO Installing MainFile...
START /WAIT msiexec.exe /i TMPGEnc.msi /qb /norestart
ECHO ...
START /WAIT ExtractlicFile.exe
EXIT
----------------------------------------------------------------------
Line4 and Line8 I tried to use START /WAIT ISScript8.msi /qb /norestart and START /WAIT TMPGEnc.msi /qb /norestart ....they same
when program process Line 8 (Install TMPGEnc.msi) finish It has prompt "you must reboot............"
button YES NO
Can not Process Line 10 (ExtractlicFile.exe) and EXIT CMD File because I didn't answer yes or no
I want to not show prompt message box yes no restart and norestart for Process Next Line llllll
I'm sorry for my English again but hope to you understand