Zanidd
Zanidd

Reputation: 133

Installing released Office Add- In returns error

I build a PowerPoint Add- In with Visual Studio 2015 and published it to github. With setup.exe and everything. The Problem is that neither the setup nor the vsto itself seems to work.

When I install the local version no errors occur, but when I download it from github and try to install I get several errors:

The Url is set correctly. I'm using the visual studio built in publishing tools --> ClickOnce.

Pictures

enter image description here

enter image description here

What am I doing wrong? I think it has to do with the clickOnce. Are there any alternatives or do you have some experienve with it

Upvotes: 0

Views: 34

Answers (1)

mehulviby
mehulviby

Reputation: 39

There is another alternative to develop the .exe file. It is using InstallShield. Here is the link which will guide you to it. Please follow the procedure shown in the MSDN. https://msdn.microsoft.com/en-us/library/cc442767.aspx?f=255&MSPPError=-2147217396

Upvotes: 1

Related Questions