Skip to main content

Scripted/Command Line Use of Gen 7 Agent EXE Installer

When you co-locate a pre-configured HubDetails.xml file in the same folder as the Gen 7 Agent installer, the installer uses these details for the installed agent.

Using the /SP- /VERYSILENT /SUPPRESSMSGBOXES switches ensures the installation is silent and unattended.

C:\Users\Administrator\Downloads>dir

Volume in drive C has no label.

Volume Serial Number is 3092-7141

Directory of C:\Users\Administrator\Downloads

03/03/2017 15:03 <DIR> .

03/03/2017 15:03 <DIR> ..

03/03/2017 13:35 462 HubDetails.xml

24/02/2017 17:14 19,110,240 nnt-changeTracker™-gen7agent-7.0.0.15-68.exe

2 Files 19,110,702 bytes

2 Dirs 4,802,424,832 bytes free

C:\Users\Administrator\Downloads>nnt-changeTracker™-gen7agent-7.0.0.15-68.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES

Alternatively, use a full command-line installation with individual arguments to specify HubDetails settings.

For example:

C:\Users\Administrator\Downloads>nnt-changeTracker™-gen7agent-7.0.0.15-68.exe /UseNewHub=true /HUBURL=https://192.168.1.107/api /NamePrefix=GenVii- /HUBUSER=agent /HUBPASSWORD=passWord121 /SP- /VERYSILENT /SUPPRESSMSGBOXES

You can also use these parameters in the command line: NameSuffix, Thumbprint, Proxy, ProxyDomain, ProxyUser, ProxyPassword.

note

These parameters aren't case sensitive.

For more information on the HubDetails.xml nodes and settings, see the First Run – HubDetails.xml File topic.