-
Notifications
You must be signed in to change notification settings - Fork 281
Deployment
klabarge edited this page May 26, 2016
·
26 revisions
- ✅ 2.0 | ✅ 1.9 | ...
Perform a silent, unattended or slipstream installation of QZ Tray, such as in a corporate environment.
We use NSIS (Nullsoft Scriptable Installer System) for Windows.
-
Install silently to the default location (run Command Prompt as Administrator)
start /wait "" qz-tray-2.x.x.exe /S
-
Install silently to a non-standard location (run Command Prompt as Administrator)
start /wait "" qz-tray-2.x.x.exe /S /D=C:\Program Files\QZ Tray
We use Makeself for Linux.
-
Install silently to the default location
sudo qz-tray-2.x.x.run -- -y
We can use the installer
command on Mac to silently install QZ Tray via the command line. Type (or click here): man installer
on the command line for more examples.
-
Install silently to the default location
sudo installer -pkg qz-tray-2.x.x.pkg -target /
-
Install silently to a non-standard location
Note: Use at your own risk; Non-standard install locations are currently not supported.
sudo installer -pkg qz-tray-2.x.x.pkg -target /Alternate/Volume