Links

Installation

How to install Keyless Workforce Access.
Keyless Workforce Access can be installed either manually via the MSI installation package wizard or silently via the command line interface.
Administrator privileges are required to install Keyless Workforce Access.

MSI Wizard Installation

Rather than performing a silent install, you can use the MSI installation package provided by Keyless in UI mode. Double click the .msi installer provided to you and you will see the following Wizard:
1. Click "Next".
Click Next.
2. Select Installation Folder (the directory in which Keyless Workforce Access will be installed).
Select Destination Folder.
3. Click "Next".
Click Next.
4. Wait for installation to complete and click "Close".
Installation Complete.

Silent Installation

Keyless Workforce Access can be installed silently from the command line using msiexec.
The following command line will install the product with default configuration (inactive).
msiexec.exe /quiet /i KeylessWorkforceAccess.msi

Command Line Parameters

It is also possible to install and configure Keyless Workforce Access at the same time, by including the following parameters on the command line;
Parameter
Description
Values
Default
URL
Service Host URL for Keyless authentication
Value supplied by Keyless
"Undefined"
TENANT
Unique Tenant Name for your company
Value supplied by Keyless
"Undefined"
API
Unique API Key for your company
Value supplied by Keyless
"Undefined"
LOCAL_GROUPS
Comma separated list of local user groups for which Keyless Workforce Access will be active
Example:
"desktop_W53\Users"
"*"
AD_GROUPS
Comma separated list of AD user groups for which Keyless Workforce Access will be active
Example:
"keyless-lab\HR_ users"
"*"
ACTIVATE
Enable Keyless Workforce Access if possible**
"1" | "0"
"0"
** Activation will only happen if the three required parameters are properly configured (URL, TENANT, API).

Example Silent Install Command with parameters

The example below supplies the three required parameters and then enables Keyless Workforce Access immediately.
msiexec.exe /quiet /i KeylessWorkforceAccess.msi URL="https://<your-service_host>" TENANT="<your-tenant-name>" API="<your-api-key>" ACTIVATE="1"