SmartTag for all users

Add-in Express™ Support Service
That's what is more important than anything else

SmartTag for all users
 
Ryszard Krakowiak




Posts: 6
Joined: 2006-08-25
Hi
I have problems with registering SmartTags for all users.
I use adxloader from AddIn-Express 2.8.

For registration 'regsvr32 adxloader.dll' command is used.

My manifest contains:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<assemblyIdentity name="Pwp.LexAt.SmartTags, PublicKeyToken=8f2c8449815668bf" />
</configuration>

Smart tag is registered only in HKCU.
How to force adxloader to register SmartTags in HKLM ?

Posted 28 Jun, 2007 05:46:55 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Ryszard.

I am afraid it is not possible. The point is that smart tags are registered for the current user only. So please register your application for each user separately.


P.S. We always do our best to answer your forum requests as soon as possible. However, we apply the rule "first in first out" with Premium Support Service subscribers taking priority. Please understand it may take us some time to do research on the issue. Please be assured we will let you know as soon as the best possible solution is found.
Posted 28 Jun, 2007 08:40:39 Top
Ryszard Krakowiak




Posts: 6
Joined: 2006-08-25
Thanks Sergey.
We solved this issue. We copy keys from HKCU to HKLM responsible for the smart tag recognizers and actions during setup.

Thanks again for fast response.
Posted 28 Jun, 2007 09:01:01 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Ryszard, smart tags are also registered in the following key:
HKEY_CURRENT_USER\Software\Microsoft\Office\Common\Smart Tag\Actions

Posted 28 Jun, 2007 09:11:39 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
I used to try register them in the
'HKEY_LOCAL_MACHINE\Software\Microsoft\Office\Common\Smart Tag\Actions' key. But they didn't work.
Posted 28 Jun, 2007 09:13:11 Top