Workforce Access Client for Windows: Silent Installation

Product: Workforce Access (Windows)
Applicable Version(s): All
Known Error Codes: n/a

Instructions

The following parameters can be appended to command-line .msi installations:

Parameter Name Description Values

HYPRAPPID

Required

The application ID as specified in the Control Center.

A character array
[0 to 256]

HYPRRP

Required

The URI of the Control Center. Replace <your.domain.here> with your domain in the example URI below:

https://<your.domain.here>/rp

This URI must end in /rp.

A character array
[0 to 256]

HYPRSUPPORT

Optional

The email address where support requests will be mailed.

A valid email address

HYPRHASH

Required

The SHA1 Hash of the server SSL certificate. This serves as the Public Key Pinning value.

SHA1 hash of the server SSL certificate

HYPRTEMPLATE

Optional

The certificate template name. This value defaults to User if not specified.

A valid certificate template name

HYPRINSTALLTOKEN

Required

Installation token used for endpoint protection.

A valid InstallToken generated in the Control Center

HYPRCUSTOMLOGO

Optional

Company logo displayed in the app. HYPR images are set by default.

Path to an image

HYPRCUSTOMBACKGROUND

Optional

Custom background image displayed in the app. HYPR images are set by default.

Path to an image

 

Example Installation from a command prompt with administrative privileges:

msiexec.exe /qn /i .\EmployeeAccess.msi HYPRAPPID="WindowsUnlock" HYPRRP="https://my.host.com/rp" HYPRSUPPORT="support@mycompany.com" HYPRHASH="abcdef...fedcba" HYPRTEMPLATE="HYPRUser" HYPRINSTALLTOKEN="c8d2rf05b-b6db-4bc3-ateb-abb6302c48fd" HYPRCUSTOMLOGO="C:\\foo\\bar" HYPRCUSTOMBACKGROUND="C:\\foo\\bar"

 

 

Version Date Comment
Current Version (v. 3) Mar 22, 2022 15:54 Khedron de León
v. 2 Feb 02, 2022 15:17 Sunny Patel
v. 1 Jan 21, 2022 14:48 Sunny Patel
Was this article helpful?
0 out of 0 found this helpful