Product: Synergy 1 Business
Operating System: Windows
Overview
Many IT administrators prefer to deploy Synergy 1 automatically (e.g., via Group Policy Objects, SCCM, Intune, or other software‐deployment tools). You can leverage silent install options to streamline the process.
Prerequisites
-
Synergy 1 .msi installer (if available)
-
Administrator privileges
-
A deployment tool that supports MSI arguments (if using .msi)
Silent Installation Steps
-
Obtain the MSI
-
From the Synergy website or by contacting support if you need a specialized MSI build.
-
-
Run MSI with Silent Flags
-
Example command prompt: msiexec /i "SynergyInstaller.msi" /qn /norestart ALLUSERS=1
-
-
/qn= no UI -
/norestart= do not reboot automatically -
ALLUSERS=1= install for all users (required)
-
-
-
-
Distribute via GPO or Other Tools
-
Add the MSI and the command line to your software deployment package.
-
Push the package to target machines.
-
-
Verification
-
Check that Synergy is installed in
C:\Program Files\Synergy(default). -
Make sure Synergy starts without requiring user admin credentials.
-
Notes
-
You can combine the silent install with pre‐configuring license keys or settings via the registry or config file.
-
Unattended upgrades follow similar logic, just change the
/ito/updateor/xas needed.