In my setup, there is an option to install Microsoft SQL with options my app
needs. It has all the script options to install it unattended with no use
input. I put all this in a run command, as follows:

FileName: SETUP.EXE
Target Folder: %TCS_SQL_SETUPPATH% (this is set earlier with a browse)
Command Line: [TCS_SQL_OPTIONS_1] [TCS_SQL_OPTIONS_2] [TCS_SQL_OPTIONS_3]
(these are set in my options.
Start Parameter: <empty>
Default Directory: %TCS_SQL_SETUPPATH% (same as Target Folder)
Wait for Program - Checked
Use ShellExecuteEx - Checked
Hide Window - Unchecked
Open Web Page - Unchecked

All the other tabs are left default.

The SQL install is a 2-CD install, and when it comes up with the message
"Insert disk 2", SB runs past the wait setting %_SB_ERRORCODE%, resulting in
the rest of my install terminating. The SQL does continue to finish, no
errors.

Any ideas?

Thanks,
-Glenn.