Reputation: 2051
Whenever I try to install SQL Server 2012 Express with Advanced Services I am getting this error:
I have tried both version (32-bit/64-bit) and re-downloaded multiple times.
How can I solve it ?
Upvotes: 1
Views: 653
Reputation: 123549
FWIW, I just downloaded and installed SQLEXPRADV_x86_ENU.exe
from HERE on a vanilla Win7Pro/64 VirtualBox virtual machine and encountered no errors.
I also installed SQLEXPRADV_x64_ENU.exe
from that same location on an older Vista machine. The SQL Server installer told me that it needed some new .NET components, then it proceeded to download and install them. I didn't need to manually install anything ahead of time.
Also perhaps worth noting:
Both of the machines on which my installs were successful had no anti-virus software installed. (They are development boxes behind a firewall and I don't do email or web surfing on them.)
Upvotes: 1
Reputation: 602
Check if you have .Net framework 4 installed at your machine. If not - download it and install it and then try again with SQL Server.
Also check this bug at Microsoft site about .Net framework 4 (there is workaround explained in the bug).
Upvotes: 4