View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected] tylagusim@hotmail.com is offline
external usenet poster
 
Posts: 20
Default Automatically adding an Add-in

Could you put it in the "C:\Documents And Settings\[whomever]
\Application Data\Microsoft\Addins" directory? I believe the contents
here are automatically loaded each time Excel starts.

/ Tyla /


On Mar 14, 1:43 pm, "Eric" wrote:
Hello,

I am writing a script (I am using InnoSetup) to distribute and install an
Add-in automatically. I want the install to be totally transparent for the
user.
It looks like I could just add the key OPEN or OPEN1 ,...,OPENx to
HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\E xcel\Options, but I was
wondering if someone add something more elegant or simply a better
suggestion.

Thank you.

Eric