How to share the Outlook add-in VSTO file over network with normal users without Admin rights -


we have developed outlook add-in , want share add-in on network , deploy on user machine not have admin rights. best way share vsto files on network since sending email attachment blocked.

you can develop per-user add-in , create clickonce installer , publish on network share instead. see deploying office solution using clickonce more information


Comments