leonreucher / powerpoint-remote-websocket

VSTO PowerPoint plugin to remote control the SlideShow using a WebSocket connection
7 stars 1 forks source link

Deployment and application do not have matching security zones #8

Closed dirk2950 closed 3 weeks ago

dirk2950 commented 2 months ago

Does someone have advice how to solve this? 2024-08-29_152003 Name: From: file:///C:/Users/dirkp/Downloads/pptws-v1_0_1_0/pptws-v1_0_1_0/PowerPointWSRemote.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()

leonreucher commented 2 months ago

Sure - by reading the readme in the repo ;)

leonreucher commented 2 months ago

Installation

Go to the Releases tab and download the latest version. After download the zip archive, make sure to right click the object and go to the file properties. In this window at the bottom check "Unblock" (otherwise you will get errors during the installation).

The last step is to unzip the downloaded file and to run the "installation.bat" script - now just follow the installer instructions.