-
Distribute Add-ins
Hi,
I have outlook add-in written in Visual Studio (VB). When i make the dll file, the editor automatically writes needed information to the registry and possible does something else, so when i run outlook application every thing work fine.
The question is how to "add" add-ing to outlook on another computers, that don't have aby VB editor (Visual Studio...)?
Where should i place the project?
Should i add to the registry 3 keys (name, discription,load behavior) by myself?
in case the ans is yes: Is it the right way to do that via RegCreateKeyEx and RegSetValueEx API functions?
10x,
anastacia
-
Re: Distribute Add-ins
:)
i've found Package and Deployment Wizard in Visual Studio, and i think it'll work for me..
For the add-in i need a reference MSCOMM32.ocx that must be licensed and registred. What should i do to get the license to use this library on non developer computers , computers that don't have Editors with this library ??
10x,
anastacia