Workplace Chat MSI deployment features

The MSI (Microsoft Installer) is an installer package file format used by Windows for the installation, storage and deletion of programs.
The installer has the following deployment features for Workplace Chat:
  • Installs an installer in program files.
  • Sets a registry setting to run the installer on log in.
  • Optionally runs the installer. If you don't want this step (ex: the MSI is running by some provisioning system across many PCs), then run with "START=N". For example: msiexec /i WorkplaceChat.msi START=N.
  • By default the app will run on first start which we recommend, but you can disable it with msiexec /i WorkplaceChat.msi INSTALLEROPTS="/S" which runs the installer in silent mode.
Was this helpful?
Yes
No