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 |
---|---|---|
|
Required The application ID as specified in the Control Center. |
A character array |
|
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 |
A character array |
|
Optional The email address where support requests will be mailed. |
A valid email address |
|
Required The SHA1 Hash of the server SSL certificate. This serves as the Public Key Pinning value. |
SHA1 hash of the server SSL certificate |
|
Optional The certificate template name. This value defaults to |
A valid certificate template name |
|
Required Installation token used for endpoint protection. |
A valid InstallToken generated in the Control Center |
|
Optional Company logo displayed in the app. HYPR images are set by default. |
Path to an image |
|
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 |