Windows installer for office add in

我的未来我决定 提交于 2019-12-11 07:41:56

问题


I created s set up project using this link.

The addin was not getting installed. When I tried to add it through add ins in excel it said "xxx is not a valid office addin".

This error is because the dll is not strong named and not in GAC. So I enabled adding the dll in GAC in the set up project using this link

I am still not able to see the add in when I run the set up. and when I forcibly tried to add it, got the same error.

Any idea whats going wrong? Thanks in advance!

Update: Added the registry entry in the deployment project


回答1:


FInally used clickonce to create the build!!



来源:https://stackoverflow.com/questions/6945603/windows-installer-for-office-add-in

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!