Previous Topic: Reset a Password for a Windows LoginNext Topic: Credential Provider Silent Install


GINA Silent Install

GINA supports a silent mode of installation. Six properties are supported.

LINK1

Refers to the SOFTWARE\ComputerAssociates\GINAUNLOCK\link1_cmd in the registry.

LINK2

Refers to the SOFTWARE\ComputerAssociates\GINAUNLOCK\link2_cmd in the registry.

LINK3

Refers to the SOFTWARE\ComputerAssociates\GINAUNLOCK\link3_cmd in the registry.

GNADOMAIN

Refers to the SOFTWARE\ComputerAssociates\GINAUNLOCK\domain in the registry.

COMP508

Refers to the SOFTWARE\ComputerAssociates\GINAUNLOCK\comp508 in the registry.

USECUSTOMTITLE

Refers to the SOFTWARE\ComputerAssociates\Cube\usecustomtitle in the registry.

CUSTOMTITLE

Refers to the SOFTWARE\ComputerAssociates\Cube\customtitle in the registry.

REJECTINVALIDCERTS

Refers to the SOFTWARE\ComputerAssociates\Cube\rejectinvalidcerts in the registry.

UNREACHABLE

refers to the location of the unreachable page.

The syntax to set the value of these properties follows:

setup /s /v"/qn LICENSE=Yes INSTALLDIR=\"C:\Program Files\CA\Identity Manager\Provisioning GINA\" LINK1=\"[INSTALLDIR]cube <url>\" LINK2=\"[INSTALLDIR]cube <url>\" LINK3=\"[INSTALLDIR]cube <url>\"  COMP508=\"yes\" REJECTINVALIDCERTS=\"yes\" USECUSTOMTITLE=\"yes\" CUSTOMTITLE=\"custom gina title\""

or

setup /s /v"/qn LICENSE=Yes INSTALLDIR=\"C:\Program Files\CA\Identity Manager\Provisioning GINA\" LINK1=\"[INSTALLDIR]cube <url>\" LINK2=\"[INSTALLDIR]cube <url>\" LINK3=\"[INSTALLDIR]cube <url>\" COMP508=\"yes\" USECUSTOMTITLE=\"yes\" CUSTOMTITLE=\"custom gina title\" SELECTDEFAULTCREDENTIAL=\"yes\" UNREACHABLE=\"<url>\""

or

setup /s /v"/qn LICENSE=Yes INSTALLDIR=\"C:\Program Files\CA\Identity Manager\Provisioning GINA\" LINK1=\"[INSTALLDIR]cube <url>\" LINK2=\"[INSTALLDIR]cube <url>\" LINK3=\"[INSTALLDIR]cube <url>\" COMP508=\"yes\" USECUSTOMTITLE=\"yes\" CUSTOMTITLE=\"custom gina title\" SELECTDEFAULTCREDENTIAL=\"yes\" UNREACHABLE=\"file:///[INSTALLDIR]<file name>\" GNAALLOW=\"\" GNADENY=\"\""
[INSTALLDIR]

Refers to the value of the INSTALLDIR property.

<url>

Specifies the URL for an Unlock Account or a Forgot Password task.

<file name>

Defines the name of the unreachable file name.

GNAALLOW

Refers to allowing the URL invocation from cube.

GNADENY

Refers to restricting the URL invocation from cube.