Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin is not saved after the restart #31

Open
tholweg opened this issue Apr 30, 2019 · 1 comment
Open

plugin is not saved after the restart #31

tholweg opened this issue Apr 30, 2019 · 1 comment

Comments

@tholweg
Copy link

tholweg commented Apr 30, 2019

Hi All,

We have an issue with the installation of the plugin within a VDI environment. The installation of the plugin went well, the test users had to accept the installation and afterwards they were happy to drag an drop the files from outlook to the webapplication. However at the moment we have an issue that the plugin is not started after a restart of the VDI environment. The plugin is installed but not active. The users have to start the plugin each morning by hand via options > Service & Add-ins.

Does anyone have a solution how to solve this?

@tonyfederer
Copy link
Owner

The load behavior of Outlook add-ins is controlled by a registry setting. In a VDI environment, the registry may be reset when the VDI environment is restarted.

You may want to look into whether this registry value is being persisted:

Key: HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\Addins\OutlookFileDrag
Name: LoadBehavior
Type: REG_DWORD
Value: 3 (Load on startup)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants