Installing the Windows Agent—Silent Install

The Windows Agent provides a silent install option, which requires an .iss properties file that contains the variable values representing the information you normally are prompted to specify during the installation.

You create the .iss file as well as run the silent install from a command prompt.

To create the .iss file

  1. Open a command prompt and change to the directory where the setup.exe file resides.
  2. Issue this command:

setup.exe /r

  1. Complete the installation procedure as described in Installing Windows Agent.
  2. When the installation is complete, locate the setup.iss file and rename it, as appropriate.

To run the Windows Agent silent install

  1. Open a command prompt and change to the directory where the setup.exe file resides.
  2. Issue this command:

setup.exe /s /f1"<full path><fname>.iss

Sample Controller1stInstall.iss

This sample .iss file for first-time installations is provided and can be customized:

[InstallShield Silent]

Version=v7.00

File=Response File

[Application]

Name=ASG AEO Windows Agent

Version=1.00.000

Company=my_company_name

Lang=0409

[{B50076E9-264C-48A7-9C3E-4FDF63B40FB3}-DlgOrder]

Dlg0={B50076E9-264C-48A7-9C3E-4FDF63B40FB3}-MessageBox-0

Dlg1={B50076E9-264C-48A7-9C3E-4FDF63B40FB3}-MessageBox-1

Dlg2={B50076E9-264C-48A7-9C3E-4FDF63B40FB3}-SdWelcome-0

Dlg3={B50076E9-264C-48A7-9C3E-4FDF63B40FB3}-SdShowDlgEdit1-0

Dlg4={B50076E9-264C-48A7-9C3E-4FDF63B40FB3}-MessageBox-2

Dlg5={B50076E9-264C-48A7-9C3E-4FDF63B40FB3}-SdAskDestPath2-0

Dlg6={B50076E9-264C-48A7-9C3E-4FDF63B40FB3}-SdShowDlgEdit1-1

Dlg7={B50076E9-264C-48A7-9C3E-4FDF63B40FB3}-SdStartCopy2-0

Dlg8={B50076E9-264C-48A7-9C3E-4FDF63B40FB3}-MessageBox-3

Dlg9={B50076E9-264C-48A7-9C3E-4FDF63B40FB3}-SdFinish-0

Dlg10={B50076E9-264C-48A7-9C3E-4FDF63B40FB3}-SprintfBox-0

Dlg11={B50076E9-264C-48A7-9C3E-4FDF63B40FB3}-ShowWelcomeDialog-0

Dlg12={B50076E9-264C-48A7-9C3E-4FDF63B40FB3}-SdFinish-1

Count=13

[{B50076E9-264C-48A7-9C3E-4FDF63B40FB3}-MessageBox-0]

Result=1

[{B50076E9-264C-48A7-9C3E-4FDF63B40FB3}-MessageBox-1]

Result=1

[{B50076E9-264C-48A7-9C3E-4FDF63B40FB3}-SdWelcome-0]

Result=1

[{B50076E9-264C-48A7-9C3E-4FDF63B40FB3}-SdShowDlgEdit1-0]

Result=1

szEdit1=8130

[{B50076E9-264C-48A7-9C3E-4FDF63B40FB3}-MessageBox-2]

Result=1

[{B50076E9-264C-48A7-9C3E-4FDF63B40FB3}-SdAskDestPath2-0]

Result=1

szDir=C:\Program Files\ASG\AEO

[{B50076E9-264C-48A7-9C3E-4FDF63B40FB3}-SdShowDlgEdit1-1]

Result=1

szEdit1=7913

[{B50076E9-264C-48A7-9C3E-4FDF63B40FB3}-SdStartCopy2-0]

Result=1

[{B50076E9-264C-48A7-9C3E-4FDF63B40FB3}-MessageBox-3]

Result=1

[{B50076E9-264C-48A7-9C3E-4FDF63B40FB3}-SdFinish-0]

Result=1

bOpt1=0

bOpt2=0

[{B50076E9-264C-48A7-9C3E-4FDF63B40FB3}-SprintfBox-0]

Result=1

[{B50076E9-264C-48A7-9C3E-4FDF63B40FB3}-ShowWelcomeDialog-0]

Result=1

[{B50076E9-264C-48A7-9C3E-4FDF63B40FB3}-SdFinish-1]

Result=1

bOpt1=0bOpt2=0

Sample ControllerUpgrade.iss

This sample .iss file for upgrades is provided and can be customized:

[InstallShield Silent]

Version=v7.00

File=Response File

[Application]

Name=ASG-ASG AEO Windows Controller

Version=1.00.000

Company=my_company_name

Lang=0409

[{73457E39-1ECD-11B2-AB70-EBF6A47DBAE1}-DlgOrder]

Dlg0={73457E39-1ECD-11B2-AB70-EBF6A47DBAE1}-SdWelcome-0

Dlg1={73457E39-1ECD-11B2-AB70-EBF6A47DBAE1}-SdFinish-0

Count=2

[{73457E39-1ECD-11B2-AB70-EBF6A47DBAE1}-SdWelcome-0]

Result=1

[{73457E39-1ECD-11B2-AB70-EBF6A47DBAE1}-SdFinish-0]

Result=1

bOpt1=0

bOpt2=0