Hi Ken,
this is not (yet) my problem. I didn't run any setup. I simply created an
AddIn project by selecting the shared AddIn project template from VS2005 and
after running the wizzard enterd some code from the MSDN how to and build
the program. After that I started Outlook and the AddIn was running therein.
There was also a Setup-Project created, but this isn't even build until now.
I hope this setup project will do everything needed for deployment. But then
all the information must sit anywhere in the project.
The information for the COM-regitration is in the class attributes, but I
still don't know, where the information is, e.g. wich office application
host the AddIn. (I could select one or more from several in the wizzard.)
I hope someone can give me answers to that.
Regards
Christof
"Ken Slovak - [MVP - Outlook]" <ke*******@mvps.orgschrieb im Newsbeitrag
news:OG**************@TK2MSFTNGP04.phx.gbl...
The information is written to the registry when the project is installed
and your addin DLL is registered. Uninstallation should remove those same
registry entries.
I don't do all that much .NET work with addins, but the ones I do are
using mostly the VS installer. I haven't really played with using
InstallShield for that, although I plan to play with it. In VS if you
right-click on the setup project and select View, Registry you will see
the addin settings under the HKCU key for a single user setup or under
HKLM for an all users setup.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
"Christof Nordiek" <cn@nospam.dewrote in message
news:ed**************@TK2MSFTNGP06.phx.gbl...
>Hi Ken and Dimitri,
thanks for your information. But I have some additional questions:
1. When were this informations written into the registry?
2. Does my project itself know, for wich applications the AddIn should be
registered? And if yes, where is this information stored and can and be
edited (including other information I entered in the wizzard)?
3. Is there a way to undo this registration other then by deleting all
this entries manually from the registration?