I had the same problem after I manually cleared the wild mix of SQL Server versions and instances from my development machine. Actually, I was stuck on this until I found this MSDN blog , which helped me get back on track.
This is what I did.
Add to registry:
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Microsoft SQL Server \ 110 \ Bootstrap] "BootstrapDir" = "C: \ Program Files \ Microsoft SQL Server \ 110 \ Setup Bootstrap \"
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Microsoft SQL Server \ 110 \ Bootstrap \ Setup] "Patch numbers" = "11.00.2100.60"
Then copy the following files / folder from the media / temp directory to the C folder: \ Program Files \ Microsoft SQL Server \ 110 \ Setup Bootstrap \ SQLServer2012
folder
x64, resources folder, setup.exe.
Change to x86 if necessary.
Cheers, Dennis
source share