Silent install (Client and Server)

Deploy TwinPane Client and Server silently with your license key using command-line switches or Intune/MDM.

Use the following installers and switches for unattended or scripted deployment.

Installers

  • Client: TwinPane - Client.exe
  • Server: TwinPane - Server.exe

Download the installers from the Pricing page, then complete signup to access your dashboard downloads.

Silent switches

Both installers support the same silent parameters:

| Switch | Description | |--------|-------------| | /VERYSILENT | Runs the installer with no UI. Suppresses reboot prompt. | | /LICENSE=XXX | Your TwinPane license key. Required for activation during install. |

Replace XXX with your actual license key (e.g. /LICENSE=ABCD-1234-EFGH-5678).

Examples

Client (elevated command prompt or deployment script):

"TwinPane - Client.exe" /LICENSE=YOUR-LICENSE-KEY /VERYSILENT

Server (e.g. on an AVD host):

"TwinPane - Server.exe" /LICENSE=YOUR-LICENSE-KEY /VERYSILENT

Intune / MDM

  1. Upload TwinPane - Client.exe or TwinPane - Server.exe as a Win32 app.

  2. Use this install command (replace the license key):

    "TwinPane - Client.exe" /LICENSE=YOUR-LICENSE-KEY /VERYSILENT
  3. Uninstall command (if needed):

    "C:\Program Files\TwinPane\TwinPane - Client\unins000.exe" /VERYSILENT

    Adjust the path if you chose a different install location. The uninstaller is created in the application folder during install.

Notes

  • Run the installer with sufficient privileges (e.g. Administrator) so it can install the application and any required components.
  • After silent install, the Client or Server will be activated with the supplied license key and can connect automatically.