Splashtop


Trying to install Splashtop streamer with no success, I created a required software policy:


exit (Start-Process -FilePath ‘msiexec.exe’ -ArgumentList (’/qn’, ‘/i’,‘USERINFO=“dcode=XXXXXXXXXXXXX,hidewindow=1,confirm_d=0”’ ‘“Splashtop_Streamer_Win_DEPLOY_INSTALLER_v3.4.6.0.msi”’) -Wait -Passthru).ExitCode


What do I have wrong?


Here is what the vendor requires, this works just fine.


msiexec /norestart /qn /i streamer.msi USERINFO=“dcode= your_code ,hidewindow=1,confirm_d=0”


0 replies

Be the first to reply!

Reply