Mass deployment (or bulk distribution) of the ClickShare Extension Pack across your company

Article number: [2959] - Legacy code: [3933]

Applicable to

Within a corporate environment, the need may arise to mass deploy the ClickShare Extension Pack on the laptops of the employees.

This can be achieved by copying the Windows Installer Package file to the target machines and executing it, silently, thru Windows command scripts (see below for the instruction). It's important to remember that this Windows Installer Package file needs to be installed with Administrator privileges.

Unable to install the ClickShare Extension Pack, see the troubleshooting section below.

As an alternative, every single (Windows) user can download and install the ClickShare Extension Pack software from the Barco website. For installation, see How to install ClickShare Extension Pack components separately?

Instruction

A typical scenario is that the IT administrator creates a Windows command script file that triggers a silent installation of the ClickShare Desktop App using msiexec.exe

This script is deployed together with the latest Windows Installer Package file of the ClickShare Desktop App to the target machines and then triggered to execute using the Windows command prompt with Administrator privileges.

 

Note

The ClickShare Extension pack only works on 64-bit platforms.

The ClickShare Extension Pack contains 2 components: Launcher and Extended desktop driver.

By default, the installer will install both components (Full install). Using the appropriate command flags you can opt to install only the Launcher or the Extended desktop driver.

The previous version of the launcher will be uninstalled regardless of the installation type chosen. This means that when you installing only the extended desktop, any previous launcher version will be uninstalled also.

Examples:
  • Full install (Launcher + Extended desktop driver)
    C:\Windows\system32\msiexec.exe /I <Filename>.msi /QN ACCEPT_EULA=YES
    Note

    If you are installing the ClickShare Extension pack ver 1.0.0.104, see ClickShare Extension Pack cannot be upgraded from 1.0.0.104 to a higher version via silent installation

    Additional, optional parameters for all commands:
    • INSTALLFOLDER=C:\
    • LAUNCH_APP=YES
       
  • Custom install (installation of separate components)
    • ClickShare Launcher only:
      C:\Windows\system32\msiexec.exe /I <Filename>.msi /QN ACCEPT_EULA=YES ADDLOCAL=LauncherFeature
    • ClickShare Extended Desktop Driver only:
      C:\Windows\system32\msiexec.exe /I <Filename>.msi /QN ACCEPT_EULA=YES ADDLOCAL=ALL REMOVE=LauncherFeature
       
  • Uninstall
    C:\Windows\system32\msiexec.exe /X <Filename>.msi /QN

When the full install or the custom install is performed, the computer WILL reboot to enable the services to work properly.

When an automatic reboot is not required, you can opt to suppress this using the /norestart command flag. Remember that a manual reboot will be needed afterwards for the extended desktop feature to be working.

Alternatively, you can opt to prompt the end-user to reboot. For this use the /promptrestart /qb!+ command flags, this provides a basic UI, with no cancel option prompting the user to reboot.

 

Troubleshooting ClickShare Extension Pack silent installation

Follow the procedure below to troubleshoot ClickShare Extension Pack silent installation problems (example: user getting error during installation or cannot install the extension pack). A log file will be created, use this log file to check for any errors logs or messages.

ClickShare Extension Pack silent installation via command line using msiexec.exe 

  1. Open a Command Window (with Admin rights)


     
  2. Browse to the folder where the Extension Pack msi file is stored using "cd command" - normally stored to the location Windows\System 32


     
  3. Type C:\Windows\system32\msiexec.exe /I <Filename>.msi /QN ACCEPT_EULA=YES /l*v ilog.txt, see the example below


     
  4. This will create a log file called "ilog.txt" in the current working directory with the detailed Windows Installer Package logs.
IMPORTANT!

If you are attempting to upgrade the Extension Pack via mass deployment methods (and wish to suppress the "reboot PC" to users) you will need to perform these tasks with your remote management tool (this is a Microsoft framework issue):

  1. Uninstall the extension pack
  2. Reboot the PC
  3. Install the new extension pack

Properties

Last updated Jul 30, 2023