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.
From myViewBoard settings, go to myViewBoard Deployment and download the MSI installer tied to your entity.
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".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.
Optionally add extra MSI parameters to customize the install (see table below).
| Parameter | Purpose |
|---|---|
| VIEWBOARDNAME | Sets a custom device/instance name |
| PURPOSE | Tags the install's intended use |
| DOT_NET | Controls .NET Framework component install behavior |
| VC_RUNTIME | Controls 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: