Maybe you can your setup.exe file like this :

SETUP.EXE -S -HSETUP.ISS

This executes your setup file without user intervention. The SETUP.ISS is mostly included with your setup program!

Andy.