Deploying Rocket.Chat Desktop using GPO

Download the latest desktop app to a shared with everyone folder on your windows server, Create a script folder share it with everyone and write a script that will run each time a user logs in, ie.: rocketchatdeploy.bat: if not exist %LOCALAPPDATA%\Programs\rocketchat\ (goto GO) else (goto STOP):GO if not exist %APPDATA%\Rocket.Chat\ md %APPDATA%\Rocket.Chat\ copy /y \\ad01\Softwares\config.json %APPDATA%\Rocket.Chat\ msiexec /i \\ad01\Softwares\rocketchat-setup-3.4.0.msi /quiet :STOP

Last updated