xdissent / ievms

Automated installation of the Microsoft IE App Compat virtual machines
http://xdissent.github.com/ievms
9.86k stars 497 forks source link

Error #337

Open vscatarino opened 6 years ago

vscatarino commented 6 years ago

When I try to run: curl -s https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh | env IEVMS_VERSIONS="8" bash returns the error: \nERROR: Failed to install Oracle VM VirtualBox Extension Pack from /home/catarino/.ievms/Oracle_VM_VirtualBox_Extension_Pack-5.0.40.vbox-extpack, error code (1)\n

How can I fix it?

notasausage commented 6 years ago

Have a look at #328 for an easy way to install the extension pack from the command line and accept the terms.

zoltan-sule commented 6 years ago

I could fix it this way: $ https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh $ chmod g+x ievms.sh $ ./ievms.sh

Then I accepted the terms manually and it tried to start downloading IE6_WinXP.zip and IE9_Win7.zip, which is not possible: #336 and #338.

Once you accepted the terms, it won't ask it again, so you can use the curl -s https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh | env IEVMS_VERSIONS="8" bash