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

Cannot install Win8: no matching virtual machines found #18

Open
breun opened this issue Feb 12, 2015 · 1 comment
Open

Cannot install Win8: no matching virtual machines found #18

breun opened this issue Feb 12, 2015 · 1 comment

Comments

@breun
Copy link

breun commented Feb 12, 2015

ievm.coffee lists the following:

# A list of all supported ievms version/OS combos.
@names: [
  'IE6 - WinXP'
  'IE7 - WinXP'
  'IE8 - WinXP'
  'IE7 - Vista'
  'IE8 - Win7'
  'IE9 - Win7'
  'IE10 - Win7'
  'IE10 - Win8'
  'IE11 - Win7'
]

However, when I run iectrl install 'IE10 - Win8' I get the following message:

ERROR: no matching virtual machines found

@streetlogics
Copy link

This is just a guess, but I'll bet you need to do something similar to the workaround I posted here - #4 , probably something like curl -s https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh | env IEVMS_VERSIONS="8" REUSE_WIN7 ="no" bash

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

2 participants