Installing the Client Using Command Line
This section provides the instructions to install the SafeNet IDPrime Virtual client using the Command Line for Windows and Linux.
It is recommended to ensure that the SafeNet IDPrime Virtual Client is installed on a secured and protected environment, cleaned from malware and viruses. This ensures your privacy is protected.
Steps to Install SafeNet IDPV Client Using Command Line
-
Log in as an administrator.
-
On the Windows taskbar, select Start > Command Prompt.
-
Run either of the following command:
-
Typical (without Credential Provider)
msiexec /qr /i SafeNetIDPrimeVirtual.msi PCSC_MODE=1 IDPV_URL="<Server_url>" IDPV_tenant="<TenantID>" IDPV_PROXY="<StaticProxy IP>" ADDLOCAL=PCSCClient REMOVE=CredentialProvider,RemoteDesktop
-
Complete (with Credential Provider)
msiexec /qr /i SafeNetIDPrimeVirtual.msi PCSC_MODE=2 IDPV_URL="<Server_url>" IDPV_tenant="<TenantID>" IDPV_PROXY="<StaticProxy IP>" ADDLOCAL=PCSCClient,CredentialProvider REMOVE=RemoteDesktop
-
Remote Desktop Access
msiexec /qr /i SafeNetIDPrimeVirtual.msi PCSC_MODE=0 IDPV_URL="<Server_url>" IDPV_tenant="<TenantID>" IDPV_PROXY="<StaticProxy IP>" ADDLOCAL=Client REMOVE=Typical,CredentialProvider
Where,
IDPV_URL
: Accepts the IDPrime Virtual Server URL.IDPV_tenant
: Accepts the Tenant ID.-
IDPV_PROXY
: Accepts the Staticproxy IP.For more information about the properties, refer to the table given in Manually Setting up the Registry Keys for Windows.
You need to install SafeNet IDPrime Virtual Client to support the Credential Provider feature. Standalone Credential Provider is not supported.
-