xdissent / iectrl

Command line interface and Node module for managing ievms virtual machines
http://xdissent.github.io/iectrl
MIT License
197 stars 14 forks source link

Cannot install Win8: no matching virtual machines found #18

Open breun opened 9 years ago

breun commented 9 years ago

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 commented 9 years ago

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