Reenabling addin via registry

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

Reenabling addin via registry
 
ludwigvan


Guest


If the user closes the addin, we would like to run an agent on the client's machine that re-enables the addin. We see that ADXLoader key's value changes from ADXSTART to NORMAL when the addin is enabled, and back to ADXSTART when the user disables the addin. However, manually resetting ADXLoader key to NORMAL does not enable the addin. Which registry keys need to be set to manually re-enable the addin?

(Note: I'm not asking about automatically addins, but rather manually disabled addins.)
Posted 10 Jul, 2018 05:57:55 Top
Andrei Smolin


Add-in Express team


Posts: 18830
Joined: 2006-05-11
Hello ludwigvan,

If you disable an add-in using the COM add-ins dialog, this results in setting the LoadBehavior registry value to 2; for an add-in to be loaded, you set LoadBehavior = 3. To find the location of that registry value, see what we term as "the add-in key" in section Locating COM add-ins in the registry at https://www.add-in-express.com/docs/net-deploying-addins.php.


Andrei Smolin
Add-in Express Team Leader
Posted 10 Jul, 2018 06:24:16 Top