Using install scripts with batch files

The batch file is only one line, but it contains all necessary information. Since all your users run the same batch file, you end up with a single log file named yyyy.log. This contains a summary of each installation attempt, including whether the software installation was successful and details of any problems encountered.

The following is a sample batch file for running an install script:

J:\source\driverscd\install\x86\InstallGui /I:J:\source\scripts\yyyy.isf
/O:J:\source\scripts\yyyy.log
Note: You may need to use the x64 path instead of x86 depending on your system requirements.