downtownbion.blogg.se

Splashtop personal linux
Splashtop personal linux












  1. Splashtop personal linux install#
  2. Splashtop personal linux code#
  3. Splashtop personal linux windows#

sudo chmod +x deploy_splashtop_streamer.sh (the shell script needs to be executable).Please note that you will need to run as admin for this command.Ĭreate a custom configured MSI for GPO deploymentįor easier deployment via Group Policy (GPO), you can create a custom configured MSI to include several settings, such as the deployment code.You don't need installer for this command, which means you can directly run this command without replacing "MsiExec.exe" with the actual file name of your streamer installer.Please note that for this command, you will need the same version of installation as the current version to take effect.

Splashtop personal linux code#

  • sec_code= your_security_code: Choose the security code to use (no space or special symbols allowed).
  • dcode= your_code: Inject your 12-digit deployment code to automatically associate the Streamer with your Splashtop Business team.
  • Note that there is no space after the comma.

    splashtop personal linux

    Note: If you are running the command from a CMD window, the CMD window must be running with admin rights.msiexec /norestart /qn /i setup.msi REINSTALL=ALL REINSTALLMODE=vomus MSIENFORCEUPGRADECOMPONENTRULES=1 CA_UPGRADE=1 USERINFO="hidewindow=1".

    Splashtop personal linux install#

    If the original install was with the EXE installer, then the file should be named "setup.msi". For upgrade, the streamer.msi file name has to be the same as the originally installed MSI file name.Replace "streamer.msi" with the actual file name and location of your Streamer MSI installer.Upgrade: msiexec /norestart /qn /i streamer.msi REINSTALL=ALL REINSTALLMODE=vomus MSIENFORCEUPGRADECOMPONENTRULES=1 CA_UPGRADE=1 USERINFO=“hidewindow=1”.New Install: msiexec /norestart /qn /i streamer.msi USERINFO=“dcode=your_code,hidewindow=1,confirm_d=0”.New Install: msiexec /norestart /qn /i streamer.msi USERINFO=“hidewindow=1,confirm_d=0”.3: reject connection after request expires (at login screen, allow automatically).1: reject connection after request expires (at login screen, reject automatically).req_perm: Request permission to connect option.sec_code=your_security_code: Choose the security code to use (no space or special symbols allowed).

    Splashtop personal linux windows#

    1: Require security code +2: Require Windows login on.(Note: the deployment code config overrides this parameter) hidewindow=1: Do not show the Streamer window after installation.confirm_d=0: Do not show the confirmation prompt when injecting deployment code.dcode=your_code: Inject your 12-digit deployment code to automatically associate the Streamer with your Splashtop Business team./i: Run in command-line mode (required).Note that there is no space after each comma. Replace "your_code" with your own 12-digit deployment code.Replace "streamer.exe" with the actual file name and location of your streamer installer.

    splashtop personal linux

  • Upgrade: streamer.exe prevercheck /s /i hidewindow=1.
  • New Install: streamer.exe prevercheck /s /i dcode=your_code,confirm_d=0,hidewindow=1.
  • New Install: streamer.exe prevercheck /s /i confirm_d=0,hidewindow=1.













  • Splashtop personal linux