Installing the Connector Pack from the command prompt
The Connector Pack can be installed from the Windows command prompt. The syntax is different for instance-specific and global installations.
See the following examples:
Typical setup
The typical setup installs all connectors, but no sample files.
Instance-specific Connector Pack:
setup.exe --install -msi connector-pack-x64.msi -instance <instance name> -silent
Global Connector Pack :
setup.exe --install -msi connector-pack-x64.msi -silent
Complete setup
The complete setup installs all connectors and sample files.
Instance-specific Connector Pack :
setup.exe --install -msi connector-pack-x64.msi -instance <instance name> -silent -opts "ADDLOCAL=ALL"
Global Connector Pack :
setup.exe --install -msi connector-pack-x64.msi -silent -opts "ADDLOCAL=ALL"
Custom setup
The custom setup allows you to select which connectors and sample files to install:
Instance-specific Connector Pack :
setup.exe --install -msi connector-pack-x64.msi -instance <instance name> -silent -opts "ADDLOCAL=NOS_WIN2K,APP_BES_SAMPLES"
Global Connector Pack :
setup.exe --install -msi connector-pack-x64.msi -silent -opts "ADDLOCAL=NOS_WIN2K,APP_BES_SAMPLES"
For a custom install you must specify each feature that you want to install, such as connectors and agents, delimited by a comma. You do not need to specify both the connector and its sample file, because specifying a sample also installs the corresponding connector. However, specifying a connector does not install the corresponding sample file. In the example above, the Active Directory connector (NOS_WIN2K) and the BlackBerry Enterprise Server (BES) connector and sample (APP_BES_SAMPLES) are being installed.
Note
It is not possible to install an entire category of connectors, such as Network Operating Systems, by specifying the category name. Each connector must be specified individually.
The following tables list all available install features for the Connector Pack:
Feature | Description |
---|---|
APP_AWS | Amazon Web Services |
SCRIPT_AWS_SAMPLES | Amazon Web Services Script sample files |
APP_BSAFE | Bravura Safe |
APP_BSAFEUSER | Bravura Safe User Management |
APP_GAPPS | Google Applications |
APP_SAPNW | SAP Server (Netweaver 7.5+) |
APP_SCIM | SCIM: System for Cross-domain Identity Management |
APP_SCIM_SAMPLE_AWS | SCIM Sample Targets (AWS) |
APP_SCIM_SAMPLE_ORAERP | SCIM Sample Targets (Oracle ERP) |
APP_SCIM_SAMPLES_SALESFORCE | SCIM Sample Targets (Salesforce) |
Feature | Description |
---|---|
CRMS_SALESFORCE | Salesforce.com |
CRMS_SALESFORCE_SAMPLES | Salesforce.com sample files |
CRMS_SALESFORCECTC | Salesforce Contacts/Accounts |
Feature | Description |
---|---|
DB_MSSQL | Microsoft SQL Server |
DB_MSSQLSCRIPT | Microsoft SQL Server Script |
DB_MSSQLSCRIPT_SAMPLES | Microsoft SQL Server Script sample files |
DB_MSSQLCUSTOMSCRIPT_SAMPLES | Microsoft SQL Server Custom Script sample files |
DB_ODBCSCRIPT | ODBC Database Script |
DB_ODBCSCRIPT32 | ODBC Database Script (32-bit) |
DB_ODBCSCRIPT64 | ODBC Database Script (64-bit) |
DB_ODBCSCRIPT_SAMPLES | ODBC Database Script sample files |
DB_ORACLE | Oracle Database |
DB_ORACLESCRIPT | Oracle Database Script |
DB_ORACLESCRIPT_SAMPLES | Oracle Database Script sample files |
DB_ORACLECUSTOMSCRIPT_SAMPLES | Oracle Database Custom Script sample files |
DB_SQLITE | SQLite Database |
DB_SQLITE_SAMPLES | SQLite Database sample files |
Feature | Description |
---|---|
MSEXCHANGE | Microsoft Exchange Servers |
EMAIL_EXCHANGE2K7 | Microsoft Exchange 2007 Server |
Feature | Description |
---|---|
SCRIPT_CSV | CSV File Connector |
SCRIPT_CSV_SAMPLES | CSV File Connector sample files |
FLATFILE_GSHEET | Google Sheets |
FLATFILE_GSHEET_SAMPLES | Google Sheets Connector sample files |
Feature | Description |
---|---|
HDDENC_MBAM | Microsoft Bitlocker Administration and Monitoring Server |
HDDENC_SGE | Sophos Safeguard Enterprise |
HDDENC_WINMAGICSD | WinMagic SecureDoc |
Feature | Description |
---|---|
HELP_SVCNOW | ServiceNow IT Service Management (Ticket) |
ITSM_JIRA3 | JIRA Cloud |
ITSM_NULL | Generic PSLang Interface (Ticket) |
ITSM_NULL_SAMPLES | Generic PSLang Interface sample files |
ITSM_ODBC | Generic ODBC Interface (Ticket) |
ITSM_ODBC32 | Generic ODBC Interface (32-bit) (Ticket) |
ITSM_ODBC64 | Generic ODBC Interface (64-bit) (Ticket) |
ITSM_ODBC_SAMPLES | Generic ODBC Interface sample files |
ITSM_PYTHON | Generic Python Interface (Ticket) |
ITSM_PYTHON_SAMPLES | Generic Python Interface sample files |
ITSM_SVCNOW | ServiceNow IT Service Management |
ITSM_SVCNOW_SAMPLES | ServiceNow IT Service Management sample files |
Install features: Human Resource Management Systems
Feature | Description |
---|---|
HRMS_DAYFORCE_PY | Ceridian Dayforce |
Feature | Description |
---|---|
NOS_ADDN | Windows Active Directory DN |
NOS_NRCIFS | NTFS and SMB Directories/Printers/Shares with the Active Directory DN connector |
NOS_AZURE | Azure Active Directory |
NOS_LDAP | LDAP Directory Service |
NOS_LDAP_SAMPLES | LDAP Directory Service sample files |
NOS_UNIX | UNIX Server |
NOS_LINUX_SSH | Linux (SSH) |
NOS_LINUX_NG | Linux Server NewGen (SSH) |
NOS_WINNT | Windows NT Server/Domain |
Feature | Description |
---|---|
APP_NULL | NULL Target |
SCRIPT_DOSKEY | Windows Console Script sample files |
SCRIPT_DOSKEY_SAMPLES | Windows Console Script sample files |
SCRIPT_POWERSHELL | Powershell script |
SCRIPT_POWERSHELL_SAMPLES | Powershell script sample files |
SCRIPT_PYTHON | Python script |
SCRIPT_PYTHON_SAMPLES | Python script sample files |
SCRIPT_SSH | SSHD Host |
SCRIPT_SSH_UTIL | SSH key utilities |
SCRIPT_SSH_SAMPLES | SSHD Host sample files |
SCRIPT_TELNET | Telnet |
SCRIPT_TELNET_SAMPLES | Telnet sample files |
Feature | Description |
---|---|
STORAGE_BOX | Box Cloud Storage |
Feature | Description |
---|---|
TOKEN_DUO | DUO Authentication |
TOKEN_HYPR | Bravura OneAuth powered by HYPR |
TOKEN_OKTA | Okta |
TOKEN_RADIUS | RADIUS Protocol Server |
Feature | Description |
---|---|
UNIX_GLIBC | Linux glibc |
UNIX_LINUX_GLIBC228_X64 | Linux glibc v2.28 (x64) |