timetheoretical / jitsi-meet-outlook

A small plug-in that aims to integrate Jitsi Meet into Microsoft Outlook.
GNU General Public License v3.0
60 stars 51 forks source link

Can't install it for several users in a Terminalserver environment #25

Open masterkyodai opened 4 years ago

masterkyodai commented 4 years ago

Hi there,

I have a problem with installing this on a Terminalserver. Generally speaking I can install it, but only for me - all other users don't have the plugin installed unless they do it manually.

Since we have several hundred users and some are not the brightest light I was looking into a solution, but so far I couldn't come up with anything realistic. Any Ideas how to use this in a multi-user environment?

timetheoretical commented 4 years ago

Unfortunately, I don't have any experience with mass-deployment of this (or any) plug-in. Have you tried the JitsiMeetOutlook-install-script.bat script in the installers folder? It seems like others may have been able to install this for multiple users that way (see #2).

DanKapone commented 4 years ago

We deploy the MSI bundle to the target devices with administrative accounts to the default target dir. The plugin is not visible in Outlook, of course. As a 'user login'-action we deploy the registry settings for the outlook addin inside HKCU. (just export this from a working device/test (manual install) device)

With this procedure we got it working inside RDSH and also on "normal" Win10 endpoints which are used by different users.

Attack44 commented 2 years ago

As a 'user login'-action we deploy the registry settings for the outlook addin inside HKCU. (just export this from a working device/test (manual install) device)

Where can I find the settings of the addin under HKCU? I have not found anything yet.