Previous Topic: GINA Silent InstallNext Topic: Synchronizing Passwords on Endpoints


Credential Provider Silent Install

The Credential Provider supports a silent mode of installation. Six properties are supported

LINK1

Refers to the SOFTWARE\CA\CAIMCredentialProvider\link1_cmd in the registry.

LINK2

Refers to the SOFTWARE\CA\CAIMCredentialProvider\link2_cmd in the registry.

LINK3

Refers to the SOFTWARE\CA\CAIMCredentialProvider\link3_cmd in the registry.

DOMAIN

Refers to the SOFTWARE\CA\CAIMCredentialProvider\domain in the registry.

COMP508

Refers to the SOFTWARE\CA\CAIMCredentialProvider\comp508 in the registry.

USECUSTOMTITLE

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

CUSTOMTITLE

refers to the SOFTWARE\CA\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\Credential Provider\" LINK1=\"<url>\" LINK2=\"<url>\"LINK3=\"<url>\" COMP508=\"yes\" REJECTINVALIDCERTS=\"yes\" USECUSTOMTITLE=\"yes\" CUSTOMTITLE=\"custom cp title\""

or

setup /s /v"/qn LICENSE=Yes INSTALLDIR=\"C:\Program Files\CA\Identity Manager\Credential Provider\" LINK1=\"<url>\" LINK2=\"<url>\" LINK3=\"<url>\" COMP508=\"yes\" USECUSTOMTITLE=\"yes\" CUSTOMTITLE=\"custom cp title\" SELECTDEFAULTCREDENTIAL=\"yes\" UNREACHABLE=\"<url>\""

or

setup /s /v"/qn LICENSE=Yes INSTALLDIR=\"C:\Program Files\CA\Identity Manager\Credential Provider\" 
LINK1=\"<url>\" LINK2=\" <url>\" LINK3=\"<url>\" COMP508=\"yes\" 
USECUSTOMTITLE=\"yes\" CUSTOMTITLE=\"custom cp title\" SELECTDEFAULTCREDENTIAL=\"yes\" UNREACHABLE=\"file:///[INSTALLDIR]<file name>\"CUBE_ALLOW=\"\"CUBE_DENY=\"\""
[INSTALLDIR]

Refers to the value of the INSTALLDIR property.

<url>

Specifies the URL for a unlock account or a forget password.

<file name>

Defines the name of the unreachable file name.

CUBE_ALLOW

Refers to allowing the URL invocation from cube.

CUBE_DENY

Refers to restricting the URL invocation from cube.