Background
The standard installation flow for CoIP Launcher typically anticipates the user downloading the CoIP Launcher installation file from the zAccess server download page and then installing it. However, IT personnel can also perform the CoIP Launcher installation in a scripted fashion in a "silent mode," without disrupting user activity.
This article describes how to achieve this on various platforms.
Windows
To install CoIP Launcher with support for all the features (including CoIP Access and Virtual Desktop):
coiplauncher-win.[x86_64/i386].exe /S /coipaccess=yes
To install CoIP launcher with support for Virtual Desktop and FTM only:
coiplauncher-win.[x86_64/i386].exe /S
Linux
To install CoIP Launcher with support for all the features (including CoIP Access and Virtual Desktop):
coiplauncher-linux.x86_64.run /S /coipaccess=yes
To install CoIP launcher with support for Virtual Desktop and FTM only:
coiplauncher-linux.x86_64.run /S
macOS
Currently CoIP Launcher on macOS supports Virtual Desktop and FTM only.
For root or sudoer users:
installer -pkg coiplauncher-darwin.x86_64.pkg -target /
For regular users:
installer -pkg coiplauncher-darwin.x86_64.pkg -target CurrentUserHomeDirectory
Comments
0 comments
Please sign in to leave a comment.