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

Suggestion to fix VSTO Trust problem #41

Open
mcdoubleyou opened this issue Feb 9, 2021 · 1 comment
Open

Suggestion to fix VSTO Trust problem #41

mcdoubleyou opened this issue Feb 9, 2021 · 1 comment

Comments

@mcdoubleyou
Copy link

Hello,

to avoid the prompt descriped here without signing the VSTO simple change the following registry entries.

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook\Addins\OutlookFileDrag

Manifest
REG_SZ
C:\Program Files\Tony Federer\Outlook File Drag\OutlookFileDrag.vsto|vstolocal
simply delete: file:///

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Office\Outlook\Addins\OutlookFileDrag

Manifest
REG_SZ
C:\Program Files\Tony Federer\Outlook File Drag\OutlookFileDrag.vsto|vstolocal
simply delete: file:///

This way the system recognize the VSTO is already in program files and it is trusted on default.

Cheers!

@tonyfederer
Copy link
Owner

That's interesting. Do you have a resource link you can share regarding this?

According to this Microsoft article, since I'm using Windows installer to install the add-in, I need to use the file:/// prefix.

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