-
Notifications
You must be signed in to change notification settings - Fork 5
splashtop_streamer_install.ps1
Corey Watson edited this page Dec 19, 2025
·
1 revision
Silently installs or upgrades the Splashtop Streamer agent for remote access.
This script performs a silent installation of the Splashtop Streamer agent, which enables remote access to the system. It's configured to hide the system tray icon by default.
Silently installs or upgrades the Splashtop Streamer agent for remote access. Configured to hide the system tray icon by default.
- Windows OS
- Administrator privileges
- Splashtop deploy installer downloaded to specified path
-
$installerPath: Full path to the Splashtop Streamer deploy installer EXE
Hardcoded default:
- Installer Path:
C:\temp\Splashtop_Streamer_Windows_DEPLOY_INSTALLER.exe
- Validates installer path is provided
- Checks that installer file exists
- Executes silent installation with parameters:
- prevercheck : Pre-verification check
- /s : Silent mode
- /i confirm_d=0 : No confirmation dialogs
- hidewindow=1 : Hide installation window
- notray=1 : Hide tray icon
- Reports installation status
- No secrets in logs
- Installer must be pre-staged at the specified path
- 0 = Success
- 1 = Failure
[ INPUT VALIDATION ]
--------------------------------------------------------------
Installer Path : C:\temp\Splashtop_Streamer_DEPLOY.exe
Inputs validated successfully
[ INSTALLATION ]
--------------------------------------------------------------
Starting Splashtop Streamer installation...
Installation parameters:
Silent Mode : Yes
Hide Window : Yes
Hide Tray : Yes
Installation completed
[ FINAL STATUS ]
--------------------------------------------------------------
Result : SUCCESS
Splashtop Streamer installed successfully
[ SCRIPT COMPLETED ]
--------------------------------------------------------------
- 2024-12-01 v1.0.0 - Initial release - converted from batch script
- View Script Source
- Scripts - Back to script index