outlook-matters icon indicating copy to clipboard operation
outlook-matters copied to clipboard

Trust Issue - revived

Open chrber opened this issue 9 years ago • 2 comments

This question has popped up twice now ( #54 and #60 ) and both times there was no answer concerning the trust certificate issues. I guess you have used a selfsigned certificate to sign the AddIn.

Does that mean we can not trust this AddIn?

Please respond to this standing issue.

Thank you.

chrber avatar Sep 02 '16 10:09 chrber

In the properties of the vsto file one can change the trust of the file but then one gets

Name: From: file:///C:/Users/bernardt/AppData/Local/Temp/Temp1_outlook-matters-1.3.0.zip/OutlookMatters.vsto

************** Exception Text ************** System.Deployment.Application.InvalidDeploymentException: Deployment and application do not have matching security zones. at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.GetManifests(TimeSpan timeout) at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.InstallAddIn()

chrber avatar Sep 02 '16 10:09 chrber

To get rid of the "Deployment and application do not have matching security zones" error you need unblock all the files you unpacked one by one (in the right click -> properties dialog). Not only the .vsto file. After that it will be installed correctly.

Zether avatar Jan 04 '17 08:01 Zether