Applies to: myViewBoard 3.0

Deploy to multiple devices by downloading the entity-enrolling MSI installer (from myViewBoard settings > myViewBoard Deployment) and running it across devices using the same msiexec command and ORGANIZATION parameter used for single-device installs, either manually per device or pushed via Group Policy from a shared network location.

  1. From myViewBoard settings, go to myViewBoard Deployment and download the MSI installer tied to your entity.

  2. For a single device: copy the MSI to a USB drive and, from an elevated Command Prompt, run msiexec /qn /i "yourfile.msi" ORGANIZATION="ORGANIZATION".

  3. For multiple PCs on a Windows Server network: place the same MSI on a shared network drive and deploy the same command-line switches via Group Policy.

  4. Optionally add extra MSI parameters to customize the install (see table below).

ParameterPurpose
VIEWBOARDNAMESets a custom device/instance name
PURPOSETags the install's intended use
DOT_NETControls .NET Framework component install behavior
VC_RUNTIMEControls Visual C++ Runtime component install behavior

ORGANIZATION parameter enrolls at any scale

The same ORGANIZATION parameter used for a single device is what enrolls every device into your entity when deployed at scale via Group Policy. There is no separate bulk-enrollment step.

Deploying via Intune, SCCM, or GPO

Intune, SCCM, and GPO deployment all use the same MSI and msiexec approach described above. Package the MSI as a Win32 app for Intune, or push it via Group Policy or SCCM the same way you would deploy it to a shared network location.

Related articles

For a more detailed breakdown of this topic, see the articles below: