X64-AN Quad User's Manual Installing the X64-AN Quad 15Silent Mode Installation Return CodeA silent mode installation creates a file “corinstall.ini” in the Windows directory. A section called[SetupResult] contains the ‘status’ of the installation. A value of 1 indicates that the installation hasstarted and a value of 2 indicates that the installation has terminated.A silent mode installation also creates a log file “setup.log” which by default is created in the samedirectory and with the same name (except for the extension) as the response file. The /f2 optionenables you to specify an alternative log file location and file name, as in Setup.exe /s/f2"C:\Setup.log".The “setup.log” file contains three sections. The first section, [InstallShield Silent], identifies theversion of InstallShield used in the silent installation. It also identifies the file as a log file. The secondsection, [Application], identifies the installed application name, version, and the company name. Thethird section, [ResponseResult], contains the ‘ResultCode’ indicating whether the silent installationsucceeded. A value of 0 means the installation was successful.Installation Setup with CorAppLauncher.exeThe installation setup can be run with the CorAppLauncher.exe tool provided with the driver. Install the board driver and get CorAppLauncher.exe from the \bin directory of the installation. When running the installation, CorAppLauncher.exe will return only when the installation isfinished. When run from within a batch file, obtain the installation exit code from the ERRORLEVELvalue. The arguments to CorAppLauncher.exe are-l: Launch application-f: Application to launch. Specify a fully qualified path.As an example: CorAppLauncher –l –f”c:\driver_install\x64-AN_Quad_1.40.00.0000.exe” IF %ERRORLEVEL% NEQ 0 goto launch errorNote: There is a 32-bit and 64-bit version of CorAppLauncher.exe. When installing the driver, onlythe version related to the OS is installed. However, the 32-bit version is usable on either 32-bit or 64-bit Windows.Custom Driver Installation using install.iniCustomize the driver installation by parameters defined in the file “install.ini”. By using this file, theuser can: Select the user default configuration. Select different configurations for systems with multiple boards.