Skip to content
This repository has been archived by the owner on Dec 10, 2018. It is now read-only.

Deployment

klabarge edited this page Dec 9, 2015 · 10 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/