-
Notifications
You must be signed in to change notification settings - Fork 277
Deployment
Tres Finocchiaro edited this page Jan 7, 2016
·
26 revisions
#Objective Perform a silent, unattended or slipstream installation of QZ Tray, such as in a corporate environment.
#Steps
##Windows
We use NSIS (Nullsoft Scriptable Installer System) for Windows.
-
Install silently to the default location (run Command Prompt as Administrator)
qz-tray-1.9.4.exe /S
-
Install silently to a non-standard location (run Command Prompt as Administrator)
qz-tray-1.9.x.exe /S /D="C:\Program Files\QZ Tray"
##Linux
We use Makeself for Linux.
-
Install silently to the default location
sudo qz-tray-1.9.x.run -- -y
##Mac
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-1.9.x.pkg -target /
-
Install silently to a non-standard location
sudo installer -pkg qz-tray-1.9.x.pkg -target /Applications/QZ Tray/