Hello
Sorry about that, I missed that part, With installshield, it looks like you first have to create a response file (this is created by running the setup executable with -r as the argument), and then you can run the setup executable with -s as the argument, and any responses it needs it will read from that file.
Here is an online document that talks about this
http://www.pixel-group.com/Support/HAFAQs/faq0112.htm
The format of response files resembles that of an .ini file, but response files have .iss extensions. A response file is a plain text file consisting of sections containing data entries.
With -r as the argument, InstallShield will record all your installation choices in Setup.iss and place the file in the Windows folder.
Aft
er you have created the response file, you are ready to run the installation in silent mode using InstallShield Silent. When running an installation in silent mode, be aware that no messages are displayed. Instead, a log file named Setup.log captures installation information, including whether the installation was successful. You can review the log file and determine the result of the installation.
InstallShield also provides the -f1 and -f2 switches so you can specify the name and location of the response file and the location of the log file.
To verify if a silent installation succeeded, look at the ResultCode value in the [ResponseResult] section of Setup.log. InstallShield writes an appropriate return value after the ResultCode keyname.
I hope this help
Bilal Durrani
NI
Bilal Durrani
NI