Description
Slack is essentially a chat room for your whole company, designed to replace email as your primary method of communication and sharing. Its workspaces allow you to organize communications by channels for group discussions and allows for private messages to share information, files, and more all in one place. more…
Download
User
https://slack.com/downloads/windows
Enterprise (Use this for SCCM and Intune)
https://slack.com/ssb/download-win64-msi
Admin Tool
http://slack.com/ssb/download-win64-msi-legacy
https://downloads.slack-edge.com/releases/windows/4.31.152/prod/x64/slack-standalone-4.31.152.0.msi
Install
User
SlackSetup.exe
Admin
msiexec /i slack-standalone.msi /qn /norestart
or
chocolately: choco install slack
Install Location
User
%localappdata%\slack
Admin
C:\Program Files\Slack
Silent Uninstall
User
“%localappdata%\slack\Update.exe” –uninstall -s
Admin
msiexec /x {GUID} /qn /norestart
or
chocolately: choco uninstall slack
Registry
User
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall\slack
Admin
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\{GUID}
Notes
Deploy Slack via Microsoft Installer
tags: Slack silent install, Slack automation, MrNetTek