Earlier quoted context omitted.
Sure you can. They have 10.8 VMs for VMWare Workstation. I'd recommend at least 8gb of RAM for smoother access though.
"They" being someone that posted an image on bittorrent? Apple doesn't license OS X for VMWare anywhere except Apple hardware. You can't even run a 10.8 guest on a 10.7 host per their license, which is really annoying.
Free Official MSIE VM's for Linux and Mac
111–120 of 135 posts
Re: Free Official MSIE VM's for Linux and Mac
#112Earlier quoted context omitted.
Although they come from Microsoft, I don't feel enormously comfortable doing this: chmod +x LinuxVirtualBox.part1.sfx; ./LinuxVirtualBox.part1.sfx
I was assuming the built-in NSA access was making people uncomfortable. ;)
Re: Free Official MSIE VM's for Linux and Mac
#113If you have access to a windows box, here's a better solution: Install IE10 and use the dev tools (F12). there you can set browser emulation to IE 7,8,9,10. doesn't include ie6, but not many people still use it: http://www.ie6countdown.com/
Which means you are likely to be fixing rendering issues and buggy behaviour in the emulated version that don't exist on the real thing, and more importantly missing issues that are evident in the real browser but not on the emulation.
It's a cognitive dissonance, you are testing a browser stack your customers won't be using.
Virtual machines are practically a better solution, though it gets into slighty murky territory when there's a lot of JavaScript magic going on. At that point, nothing really beats a native browser running on native hardware.
Re: Free Official MSIE VM's for Linux and Mac
#114Earlier quoted context omitted.
Does it say that? It reads 'Select Desired Testing OS', which is an odd phrase. It could read 'Select desired testing (host) OS'. But may aswell just read 'Select host OS', as you suggest. Seems to be a classic case of Microsoft changing terminology, and just confusing everyone further down the line in the process. You could spell out what a host OS is on a descriptive help text next to the form control. Also noticed…
Disclosure: I work at MSFT, though not on this. > It reads 'Select Desired Testing OS', which is an odd phrase. Right. I read that with the implied [for]. Even still, it's odd. My workflow is: I already have a host OS. I desire to download a VM image running an OS on which to test my site in IE. > Seems to be a classic case of Microsoft changing terminology, and just confusing everyone further down the line in the pr…
I should have said 'Great to see some checksums!'.
(I looked high and low for checksums for my Windows 8 download, and what I did find didn't match what I had. Gives you a little piece of mind after a 7hour download, and a crashed OS!)
Re: Free Official MSIE VM's for Linux and Mac
#115Earlier quoted context omitted.
Disclosure: I work at MSFT, though not on this. > It reads 'Select Desired Testing OS', which is an odd phrase. Right. I read that with the implied [for]. Even still, it's odd. My workflow is: I already have a host OS. I desire to download a VM image running an OS on which to test my site in IE. > Seems to be a classic case of Microsoft changing terminology, and just confusing everyone further down the line in the pr…
Cheers for the response. I should have said 'Great to see some checksums!'. (I looked high and low for checksums for my Windows 8 download, and what I did find didn't match what I had. Gives you a little piece of mind after a 7hour download, and a crashed OS!)
Re: Free Official MSIE VM's for Linux and Mac
#116Earlier quoted context omitted.
I was always impressed that Microsoft let you use Windows in a virtual machine on another platform at all (not all their competitors do). But then I realised that it made business sense for them.
Which competitors don't? The only competitor that comes to mind is Apple and they don't block this either -- though I believe they were the last holdout. Nor does Google, in any capacity, with Android or ChromeOS. Edit: I am dead wrong . Apple only permits the virtualization of OS X on Apple hardware, per the EULA. It does not permit the virtualization of OS X on non-Apple hardware. http://www.apple.com/legal/sla/doc…
Re: Free Official MSIE VM's for Linux and Mac
#117LinuxVirtualBox.part1.sfx LinuxVirtualBox.part2.rar LinuxVirtualBox.part3.rar LinuxVirtualBox.part4.rar LinuxVirtualBox.part5.rar Why? Why the proprietary rar format? I mean, is there any reason to actually use rar over even "only" xz nowadays or for big downloads, zpaq (lrzip is probably not mainstream enough I guess)? And 1000 megabyte parts? Why?
Although they come from Microsoft, I don't feel enormously comfortable doing this: chmod +x LinuxVirtualBox.part1.sfx; ./LinuxVirtualBox.part1.sfx
Re: Free Official MSIE VM's for Linux and Mac
#118Re: Free Official MSIE VM's for Linux and Mac
#119Earlier quoted context omitted.
Hi Tmmrn. I work on the team that made these available. We originally had these as >3Gb single files and had many requests to reduce the file sizes from people who had failed transfers. It also helps when using sneaker net to setup test environments that are isolated and you need USB sticks to move bits around. We went with RAR because: * It's available on all platforms * No client or 3rd party software needed to ext…
My suggestion: use 7-zip Open Source, available on all the major platforms (Windows, Linux, Mac OSX). You can find also the MSI version that can be deployed via Active Directory GPO http://www.7-zip.org/download.html Oh, and you can create self-extracting file too (even though I don't know if you can unpack them on other platforms, never tried, but I should bet you can do it)