Mac OS X El Capitan BootCamp doesn't target Windows 10 ISO

I was trying to install Windows 10 besides my Mac OS X El Capitan. I followed the normal steps I found on the Internet, but when I started to apply I got this and no idea what I should do in order to install Windows.

After I click continue, I choose which USB to save the downloaded file on, and then nothing changed; I still can't finish the process of pointing to an ISO image of Windows 10 that I want to install.

Problem

Note: my MacBook Pro is manufactured I think in 2010/2011. It's a Core i5, 4GB RAM.

Windows 7 was installed on it besides my El Capitan OS X a month ago, and BootCamp was deleted by my son.


Unfortunately your particular Mac does not seem to support Windows 10. You can check the link here to verify. The last supported version of Windows on your Mac is 8.1.

Some people have had success installing 8.1 and then upgrading to 10, but you will not get Apple supported drivers and installation might be problematic. Unless you have particular reasons for needing Windows 10 you may want to stick with Windows 7.


You can in fact enable it.

Copy Boot Camp Assistant.app to a folder (ex: ~/Downloads). Right-click > Show Package Content Edit info.plist in a good text editor (Sublime Text 3 for example). Remove your model from the Win7OnlyModels list.

For example, if you own a macbook pro, this :

<key>Win7OnlyModels</key>
<array>
    <string>MacBook7,1</string>
    <string>MacBookAir3,2</string>
    <string>MacBookPro5,5</string>
    <string>MacPro2,1</string>
    <string>Macmini4,1</string>
    <string>iMac10,1</string>
</array>

Becomes this :

<key>Win7OnlyModels</key>
<array>
    <string>MacBook7,1</string>
    <string>MacBookAir3,2</string>
    <string>MacPro2,1</string>
    <string>Macmini4,1</string>
    <string>iMac10,1</string>
</array>

Save and run your custom Boot Camp Assistant.app