-
Notifications
You must be signed in to change notification settings - Fork 281
Deployment
klabarge edited this page Dec 9, 2015
·
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
qz-tray-1.9.4.exe /S
-
Install silently to a non-standard location
qz-tray-1.9.x.exe /S /D="C:\Program Files\QZ Tray"
##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. On the command line, type: man installer
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/