Bluebeam Revu

PowerShell script to silently install Bluebeam Revu (v21+).

Overview

Dev Insight: While this script is intended for new installs of Bluebeam Revu, it can also be used to update existing Bluebeam Revu installations to the latest version.

This script downloads and installs the latest version of Bluebeam Revu.

Prerequisites: This script has no prerequisites.

Notes:

  • This script will not license Bluebeam. A licensed user will need to login after installation.

  • Script will abort if a perpetually licensed (legacy) version of Bluebeam Revu is detected.

  • Script will abort if Bluebeam Revu is currently running to avoid potential data loss.


Script

Examples

.\InstallBluebeamRevu.ps1

This example downloads and installs the latest version of Bluebeam Revu.


Parameters

This script has no parameters.

Last updated