Distributing Olive Helps
Guidelines on distributing Olive Helps to employee workstations.
To download the latest version of the Olive Helps installer (for the Enterprise release channel), visit the link below. The download should start immediately.
Windows 10+
.msi
Installer (per machine installs)
Windows 10+ .exe
Installer (per user installs)
Mac .dmg
Installer (per machine or per user installs) To distribute Olive Helps within your enterprise, you can leverage your standard software distribution tools (e.g. SCCM). You can use a tool like SCCM to install Olive Helps across your enterprise by running the MSI installer (with or without special flags).
msiexec /i "<full path to MSI file>"
The default directory the application gets installed into is:
C:\Program Files\Olive Helps
/qn
- doesn't show an installation UI/norestart
- doesn't reboot the machine after installation finishes
msiexec /i "<full path to MSI file>" APPLICATIONROOTDIRECTORY=<target directory>
Last modified 1yr ago