Deploying and Licensing RealVNC Connect v8 using Windows MSIs

Follow

RealVNC Connect is available as an MSI installer for silent installation. RealVNC Connect v8 is 64-bit only.

You can remotely deploy to target Windows computers using any suitable tool, for example SCCM or Group Policy.

*You can only license RealVNC Connect as part of the deployment process if you have an Enterprise subscription

To get started:

  1. Download the MSI installers for RealVNC Connect
  2. Extract the MSI.

Installing at the command line

You can use msiexec to install RealVNC Connect. For example, running the following command at an Administrator Command Prompt:

msiexec /i "<RealVNC Connect>.msi" transforms="vnc.mst" /qn

...installs RealVNC Connect silently and without restarting, and simultaneously applies a transform to configure RealVNC Connect, perhaps by applying a cloud connectivity token.

It is also possible to set properties directly on the command line. For example, running the following command at an Administrator Command Prompt:

msiexec /i "<RealVNC Connect>.msi" /qn JOINCLOUD=<cloud-connectivity-token>

...installs RealVNC Connect silently and without restarting, and simultaneously applies a cloud connectivity token to license it to your team.

Creating a Group Policy Object (GPO)

You can choose to deploy RealVNC Connect to computer in the standard way for a GPO via Computer Configuration.

Deploying RealVNC Connect

To deploy RealVNC Connect, create a new GPO in the standard way using Group Policy Management Editor. Create a new package for either users or computers and assign the RealVNC Connect MSI to it.

When you have created the package in accordance with the instructions below, add users or computers to the GPO and link it to an appropriate Organizational Unit.

*If you need to create a transform, do so on the Modifications tab of the Properties dialog before creating the package. It is not possible to add a transform once the package has been created.

Creating a transform file

RealVNC Connect

Create a transform for RealVNC Connect if you want to:

  • License RealVNC Server as part of the installation process. You can only do this if you have a subscription that includes offline licensing.
    Note, RealVNC Server can be licensed post-installation, either desk-side (requires user interaction and elevated privileges), or using Group Policy.
  • Omit one or both of the RealVNC Mirror Driver or RealVNC Printer Driver components.
  • Disable or enable automatic update checks. By default, RealVNC Server prompts the user to decide when the user interface first starts.
  • Disable or enable sending anonymous analytics to RealVNC. By default, RealVNC Server prompts the user to decide when the user interface first starts.

To create a transform:

  1. In Orca, open the appropriate RealVNC Server MSI.
  2. Select Transform > New Transform.
  3. Open the Property table.
  4. Add properties (Tables > Add row) for the actions you wish to perform:
To Property Value
License RealVNC Server 7.9.0 and later online/join to the cloud JOINCLOUD

<cloud-connectivity-token>

See Using Cloud connectivity tokens

Specify the name of the computer group to add the RealVNC Server to the cloud

used with JOINCLOUD

JOINGROUP

<computer-group-name>

See Using Cloud connectivity tokens

Note: the group must already exist in the portal

Note 2: the name must be URL encoded, e.g. spaces are replaced by %20

Note 3: multiple group names can be provided as a comma separated list

Specify the name of the computer to use when adding the RealVNC Server to the cloud

used with JOINCLOUD

JOINNAME

<computer-name>

See Using Cloud connectivity tokens

Note: the name must be URL encoded, e.g. spaces are replaced by %20

Exclude RealVNC Printer Driver ADDLOCAL FeatureServer
  1. Select Transform > Generate Transform, and save the file in a suitable location.

*For a GPO, you should save the transform in the network share containing the RealVNC Connect MSI, and add it to the GPO before creating the package.

Looking to set RealVNC Connect parameters?

Do not use the Properties table detailed above to set RealVNC Connect parameters. Please see this guide instead.

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.