Version 9 - Advanced Installation Options
Deploying BlueNote Communicator via Group Policy or Scripted Install
BlueNote Communicator can be deployed across multiple workstations without the need for a central server. Below are the installation requirements, options, and best practices for IT professionals supporting multi-PC deployments in a Windows environment.
System Requirements
BlueNote Communicator Lights Version 9 is compatible with all 32-bit and 64-bit editions of the following operating systems:
- Windows 7, 8, 8.1
- Windows 10
- Windows 11
Note: BlueNote is a local network application. All communication is handled internally, and no data is transmitted outside the private network.
Installer Details
The BlueNote installer file (BlueNoteSetup.exe
) is an MSI wrapped in an executable, which allows it to be deployed silently using standard Windows Installer (msiexec) parameters.
You can install BlueNote on each workstation individually or deploy it centrally using Group Policy, Microsoft Endpoint Configuration Manager (SCCM), or a remote script.
UI Behavior Options for Silent Installation
To customize the user interface experience during installation, you can use one of the following command-line switches:
Reduced UI (no wizard dialogs):
BlueNoteSetup.exe /qr
Basic UI (shows a progress bar only):
BlueNoteSetup.exe /qb
orBlueNoteSetup.exe /passive
No UI (fully silent installation):
BlueNoteSetup.exe /qn
orBlueNoteSetup.exe /quiet
Important Note on Permissions
To ensure a successful silent install:
- Run the installer from an elevated command prompt (Run as Administrator).
- If executed from a non-elevated command prompt, the installation may fail with Error 1925, indicating insufficient permissions.