Argument name | Notes |
---|---|
Acu4GLDB2 |
|
Acu4GLMSSQL |
|
Acu4GLMSSQL64 |
|
Acu4GLODBC |
|
Acu4GLODBC64 |
|
Acu4GLOracle |
|
Acu4GLOracle64 |
|
AcuBench |
|
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 |
|
DevSys |
The ACUCOBOL-GT Development System, which includes the following: Compiler, Runtime, WebRuntime, ThinClient, and WebThinClient. |
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. |
ExtendStartMenu64 |
|
LicenseActivator |
|
LicenseActivator64 |
|
OnlineDocumentationCHM |
|
Runtime |
|
Runtime64 |
|
ThinClient |
|
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 |
|
WebRuntime |
|
WebThinClient |
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