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