I'm having an issue with installing an addin for Word. I've written the
addin in C# and I am using the Setup project that was created with the
Extensibility project by VS. If, as an administrator, I install the addin
for "Just Me". everything works fine. If I install for "Everyone", however,
the addin does not appear in the list of addins for the other users. I can
manually add the required registry entries under
HKEY_CURRENT_USER\Software\Microsoft\Office\Word\Addins for each user, but it
seems like this should be done automatically. Do I have to modify the Setup
project in some way?
TIA
"Peter Huang" - 18 Nov 2004 03:54 GMT
Hi
If you wants the addin to run for all user, the registry path should be as
below.
HKEY_LOCAL_MACHINE\Software\Microsoft\Office\Word\Addins
I think you may set this when you create the addin with the wizard, if did
not do that you need to change the setup project manually.
If you still have any concern please feel free to post here.
Best regards,
Peter Huang
Microsoft Online Partner Support

Signature
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
PMVT - 22 Nov 2004 16:01 GMT
Thanks, Peter. That did the trick.
> Hi
>
[quoted text clipped - 14 lines]
> Get Secure! - www.microsoft.com/security
> This posting is provided "AS IS" with no warranties, and confers no rights.