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

IE11 on Windows 10 gets detected twice #64

Open
nerdbeere opened this issue Jun 5, 2017 · 0 comments
Open

IE11 on Windows 10 gets detected twice #64

nerdbeere opened this issue Jun 5, 2017 · 0 comments

Comments

@nerdbeere
Copy link
Member

nerdbeere commented Jun 5, 2017

I think the issue here is that there are two IE11 binaries on Windows 10. One is a x86 binary the other one a x64 binary.

Also see the output generated by win-detect-browsers:

[ { name: 'chrome',
    version: '58.0.3029.110',
    type: 'chrome',
    command: 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe' },
  { name: 'firefox',
    version: '53.0.3.6347',
    type: 'firefox',
    command: 'C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe' },
  { name: 'opera',
    version: '45.0.2552.888',
    type: 'opera',
    command: 'C:\\Program Files\\Opera\\Launcher.exe' },
  { name: 'ie',
    version: '11.0.15063.0',
    type: 'ie',
    command: 'C:\\Program Files (x86)\\Internet Explorer\\iexplore.exe' },
  { name: 'ie',
    version: '11.0.15063.0',
    type: 'ie',
    command: 'C:\\Program Files\\Internet Explorer\\iexplore.exe' } ]

For reference: james-proxy/james#331 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant