Install Digipass Authentication for Windows Logon
Install Digipass Authentication for Windows Logon client software locally
To install Digipass Authentication for Windows Logon client software
- Insert the OneSpan Authentication Server product CD and launch the setup.
The setup is located in the Digipass Authentication for Windows Logon\Software\architecture folder, where architecture is x86 (for the 32-bit setup) or x64 (for the 64-bit setup).
- Read the license agreement text, select I accept the terms in the license agreement and click Next.
-
Select the program features you want to install.
Digipass Authentication for Windows Logon program features
Feature |
Description |
Credential Provider (required) |
Installs Digipass Authentication for Windows Logon Credential Provider for Microsoft Windows 10 and Windows Server 2016 or later. |
Password Filter |
Installs Digipass Authentication for Windows Logon Password Filter. |
Configuration: Installs tools to configure Digipass Authentication for Windows Logon. |
Configuration Center
|
Installs the local configuration application. |
Group Policy Administrative Templates |
Installs Administrative Templates to configure Digipass Authentication for Windows Logon via Group Policy. |
Tray Agent
|
Installs Digipass Authentication for Windows Logon Tray Agent to manage online authentication and offline authentication data, and to monitor the system status and user diagnostics. |
Troubleshooting and Diagnostics
|
Installs programs used to diagnose and troubleshoot issues with Digipass Authentication for Windows Logon. |
User Documentation |
Installs end user documentation and online help. |
- Click Next to start the installation.
- After successful installation, click Finish to exit the setup.
Install Digipass Authentication for Windows Logon software locally (silently)
To install the Digipass Authentication for Windows Logon software silently (without setup GUI), run the following command as an administrator:
msiexec /i dawl_3.7.0_architecture.msi /qn [PROPERTY=VALUE]
where:
- architecture is x86 (for the 32-bit setup) or x64 (for the 64-bit setup)
- PROPERTY is the name of a property to be set to VALUE.
Supported properties
Installation properties
Property |
Description |
ADDLOCAL
Specifies the program features to be installed. The features are specified in a comma-separated list. If you use this property, you need to specify all program features you want to install.
|
vdsCore
|
Required.
Install Digipass Authentication for Windows Logon core components.
|
vdsConfig
|
Install Digipass Authentication for Windows Logon Configuration Center. |
vdsCredentialProvider
|
Required.
Install Digipass Authentication for Windows Logon Credential Provider.
|
vdsDiag
|
Install Digipass Authentication for Windows Logon Troubleshooting and Diagnostics. |
vdsDocumentation
|
Install end user documentation.
|
vdsGroupPolicy
|
Install Group Policy Administrative Templates. |
vdsPasswordFilter
|
Install password filter for offline authentication. |
vdsTray
|
Install Digipass Authentication for Windows Logon Tray Agent. |
Property names and values are case sensitive.
Examples
This example performs a typical installation with the default program features (32-bit):
msiexec /i dawl_3.7.0_x86.msi /qn
This example installs a minimum feature set required to run Digipass Authentication for Windows Logon (64-bit):
msiexec /i dawl_3.7.0_x64.msi /qn ADDLOCAL=vdsCore,vdsCredentialProvider