Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Toolbar Enhanced Protected Mode(EPM) Compatible #9

Open
ghost opened this issue Aug 3, 2017 · 0 comments
Open

Make Toolbar Enhanced Protected Mode(EPM) Compatible #9

ghost opened this issue Aug 3, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 3, 2017

As said https://msdn.microsoft.com/en-us/library/dn265025(v=vs.85).aspx

With AppContainer is turned on, IE11 checks the add-on registration for an AppContainer compatible flag. If it's present, the BHO or toolbar loads and runs. If it isn't present, the BHO or toolbar is blocked, and the user is notified of the EPM incompatibility.

And

Browser extensions (like helper objects, add ons, and ActiveX controls) will require some changes to ensure that they work correctly under EPM. When EPM is enabled, only extensions registered as AppContainer compatible load automatically. To ensure your extension loads, it's best to compile as both 32-bit and 64-bit,

So need to build 64 bit and 32 bit binaries. Right now only 32 bit msi is generated

How it impacts

OS : Windows 8 and above
Arch : 64 bit

For above config, the toolbar won't be visible in IE even if it is installed.

WorkAround

Go to Internet Options
Uncheck Enable Protected Mode in all zones
Apply and Restart IE

image

@ghost ghost added this to the v1.3 milestone Aug 3, 2017
@ghost ghost changed the title Make Toolbar EPM Compatible Make Toolbar Enhanced Protected Mode(EPM) Compatible Aug 7, 2017
@ghost ghost modified the milestones: v1.4, v1.3 Aug 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants