Unattended Installations on Linux and Windows
On most administrator-managed enterprise systems, users are unable to install the Hubstaff application as they won’t have enough permissions to do so.
Standard admin installation
System administrators can perform unattended/silent installations by following this guide:
Windows
<installer path> /S
Sample:
C:downloadsHubstaff-1.5.2-f3657dd.exe /S
Linux
<installer path> -- --silent
Sample:
usr/local/downloads/Hubstaff-1.5.2-f3657dd.sh -- --silent
Enterprise deployment
For users under the Enterprise plan, your organization can download and deploy MSI packages compatible with MDM (Multi-Device Management) systems with the option to disable the automatic update function so your team can manage updates accordingly. Redistributable packages are available here.
For Linux: if a non-standard install path is used then the installer needs to be given that new location via –destination=<install path>.
This will upgrade the existing install, or install it for the first time in the default location (For example:
C:\Program Files\Hubstaff
on Windows).
These steps can be used for mass installation for Windows and Linux Machines.
Hubstaff must be shutdown prior to running the installer since the installer cannot shutdown Hubstaff automatically.