Product Variables for Silent Installation

The following table contains a list of possible arguments that you can use with ADDLOCAL when running a silent installation. Most argument names are self-explanatory; the Notes column explains those that are not. Arguments are also valid for containerization unless noted otherwise.
Argument name Notes

Acu4GLDB2

Acu4GLDB264

Acu4GLMSSQL

Acu4GLMSSQL64

Acu4GLODBC

Acu4GLODBC64

Acu4GLOracle

Acu4GLOracle64

AcuBench

Not valid for containerization.

AcuConnect

AcuConnect64

AcuConnectDistributedProcessing

AcuConnectThinClient

AcuServer

AcuServer64

AcuSQLPrecompiler

AcuSQLPrecompiler64

AcuSQLRuntime

AcuSQLRuntime64

AcuToWeb

AcuXDBC

AcuXDBC64

AcuXDBCEnterpriseEdition

The 32-bit and the 64-bit versions of AcuXDBCEnterpriseEdition are mutually exclusive; you may only specify one of these versions during the installation.

AcuXDBCEnterpriseEdition64

AcuxdbcsBat

AcuxdbcsBat64

AcuXDBCServer

The 32-bit and the 64-bit versions of AcuXDBCServer are mutually exclusive; you may only specify one of these versions during the installation.

AcuXDBCServer64

BIS

Compiler

Compiler64

DevSys

  • The ACUCOBOL-GT Development System, which includes the following: Compiler, Runtime, WebRuntime, ThinClient, and WebThinClient.
  • Not valid for containerization.

ExtendStartMenu

  • The entry shown on the Windows program menu for Windows versions 8 and later. The 32-bit and the 64-bit versions of ExtendStartMenu are mutually exclusive; you may only specify one of these versions during the installation.
  • Not valid for containerization.

ExtendStartMenu64

Not valid for containerization.

LicenseActivator

Not valid for containerization.

LicenseActivator64

Not valid for containerization.

OnlineDocumentationCHM

Not valid for containerization.

Runtime

Runtime64

ThinClient

Not valid for containerization.

ThinClientAutoUpdate

  • Full Thin Client with Web-Browser2 loader.
  • Not valid for containerization.

ThinClientAutoUpdate4

  • Full Thin Client with Web-Browser2 loader.
  • Not valid for containerization.

ThinClientAutoUpdateCompact

  • Thin Client without Web-Browser2 support.
  • Not valid for containerization.

ThinClientAutoUpdateCompact64

  • Thin Client without Web-Browser2 support.
  • Not valid for containerization.

VCRedist

Installs the Microsoft redistributable files, required by the extend products, if they are not already installed.

VortexJar

Required for AcuXDBCEE. The enterprise edition of AcuXDBC needs the vortex.jar file, which enables a Java client application to connect to your Vision database.

VortexJar64

WebBrowser2

  • Web-Browser2 control support files.
  • Not valid for containerization.

WebBrowser264

  • Web-Browser2 control support files.
  • Not valid for containerization.

WebRuntime

Examples

32-bit installation:

For example, the following command silently installs the ACUCOBOL-GT runtime, Acu4GL for MSSQL, and the AcuSQL runtime to the C:\AcuInstallDir directory, and (on Windows 8 and later) also creates the extend start menu in the Windows program list:

msiexec /i "extend(R) Version 10.2.0 x86.msi" INSTALLDIR=C:\AcuInstallDir 
  ADDLOCAL=Runtime,Acu4GLMSSQL,AcuSQLRuntime WINDOWSVERSION=PostWindows7 /qn 

64-bit installation:

For example, the following command silently installs the ACUCOBOL-GT runtime, Acu4GL for MSSQL, and the AcuSQL runtime to the C:\AcuInstallDir directory, and the 64-bit runtime, Acu4GL for MSSQL, and AcuSQL runtime to the C:\AcuInstallDir64 directory:

msiexec /i "extend(R) Version 10.2.0 x64.msi" INSTALLDIR=C:\AcuInstallDir 
  INSTALLDIR64=C:\AcuInstallDir64 ADDLOCAL=Runtime,Runtime64,Acu4GLMSSQL,Acu4GLMSSQL64,AcuSQLRuntime,AcuSQLRuntime64  /qn