keeping track of custom settings for com add-ins

R

ron podl

Where in the registry should custom settings for an add-ins configurable
values be kept?
office\12.0\outlook\addins\Myaddin
or
office\12.0\outlook\options\Myaddin
or
somewhere else?

thanks
ron
 
K

Ken Slovak - [MVP - Outlook]

You put them wherever you want. Neither of those paths is standard.

If you want the settings in the addin registration area that would be
\software\microsoft\office\outlook\addins\myaddin. However, depending on
your addin registration the addin might be registered in HKLM, and a user
running the addin might not have permissions to write to HKLM. You could use
HKCU for that at all times if you want.

I generally, if I use the registry at all for settings , would place things
under HKCU\Software\MyCompanyName\AddinName.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top