Enhanced Protected Mode

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

Enhanced Protected Mode
 
Ian Walker




Posts: 10
Joined: 2012-06-21
Hi

In the latest build you added support for Enhanced Protected Mode.

My addon can now be enabled in IE11 :)

However, :( I have found that my addon is not compatible in its current state. I would therefore like it to be registered as NOT compatible with enhanced protected mode so that IE disables it automatically as it did previously. Is it possible to do this with the latest version, or do I need an older version of add in express?

Thanks

Ian
Posted 23 Oct, 2013 09:04:39 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Ian,

To disable the support for 'Enhanced Protected Mode' you need to delete the key below after the add-on is registered on the target PC.

HKEY_CLASSES_ROOT\CLSID\<CLSID of the IE add-on>\Implemented Categories\{59FB2056-D625-48D0-A944-1A85B5AB2640}
Posted 23 Oct, 2013 10:21:28 Top
Ian Walker




Posts: 10
Joined: 2012-06-21
OK, so I guess I'll have to make a custom action in the installer to remove this key
Posted 23 Oct, 2013 10:25:33 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Ian,

Yes, right. You can also delete the key in the OnRegister event of the iemodule.
Posted 23 Oct, 2013 10:58:47 Top