Installing SQL Server 2014 in Win10 repeatedly prompts you to install. NET Framework 3.5 SP1 solution, win102014
1. First install. NET Framework 3.5
Offline installation method:
1. Mount the corresponding system installation disk. I am a Windows 10x64 Enterprise Edition. Therefore, the installation image ISO for Windows 10x64 Enterprise Edition is loaded with the drive letter H.
2. Run the command prompt (Win key + X key, select the command prompt (Administrator) as the administrator and enter the following command:
Dism.exe/online/enable-feature/featurename: NetFX3/Source: H: \ sources \ sxs
Wait until the deployment is complete.
Online installation method:
1. Open Control Panel-programs and functions-enable or disable Windows functions
Check ". NET Framework 3.5 (including. NET2.0 and 3.0)" and Its subitem. Wait until the installation is complete.
After online or offline installation is complete, we recommend that you restart your computer.
2. Modify the registry after you confirm that. NET Framework 3.5 SP1 is installed.
Win + R key, open the Run window, enter regedit, open the registry, find and modify HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ NET Framework Setup \ NDP \ v3.5, change the SP item in the right window from 0 to 1 and save.
3. Run the SQL Server 2014 installation program again !!
Author: VAllen
Source: http://www.cnblogs.com/vallen
The copyright of this article is shared by the author and the blog Park. You are welcome to repost this article. However, you must retain this statement without the author's consent and provide a clear link to the original article on the article page. Otherwise, you will be held legally liable.
Thanks for your sharing. I hope you can use this tutorial to solve the problem of repeatedly prompting you to install. NET Framework 2014 SP1. Thank you for reading.
Address: http://www.cnblogs.com/VAllen/archive/2016/05/22/resolved-microsoft-sql-server-2014-setup-requires-microsoft-net-framework-3-5-sp1-to-be-installed.html