Hello John Oliver
I can install the Mattermost client in C:\test\mattermost if I use the command:
msiexec /i mattermost-desktop-5.9.0-win-x64.msi ALLUSERS=1 APPLICATIONFOLDER=‘C:\test\mattermost’
But I cannot install it in C:\Program Files\Mattermost if I use the command:
msiexec /i mattermost-desktop-5.9.0-win-x64.msi ALLUSERS=1 APPLICATIONFOLDER=‘C:\Program Files\Mattermost’