我怎样才能从 Visual Studio 2015 安装包(如 SQL)中删除并保持其正常运行?
What can I scrape off the Visual Studio 2015 installation package (like SQL) and still leave it functional?
我可以在不破坏 Visual Studio Community 2015 的情况下从 this large chunk of programs 卸载什么。我不使用任何 SQL 服务或任何 .NET 框架进行任何类型的开发,所以我不不需要 SQL 或 .NET 功能。不幸的是 VS 把它们强加在我身上。
事实上,我只真正使用 Visual Studio 编写 C/C++ 和 Fortran,并没有使用它的其他功能。
在寻找解决方案时,我遇到了 this cool preview build,这几乎可以完全解决我的困境,但我需要英特尔 C/C++/Fortran 编译器和英特尔 Visual Fortran(扩展名VS) 兼容性得以保持。 Intel 不支持非官方版本,因此 VS Preview 不支持。
你安装的VS 2015是默认安装还是自定义默认?如果你选择了默认安装,那么你第一个截图中的那些安装项应该是VS 2015需要的,最好保留它以使VS工作稳定。
如果您选择自定义安装,请查看the article and it lists the custom components, then you can remove them if you do not need it anymore. To remove them, you can right click the VS 2015 item under Uninstall a program list table and choose Change-Modify, then uncheck the checkbox of those components that you selected in your original custom installation, then the VS installer will auto uninstall those components. Before you try to uninstall any components, I recommend you backup your Windows OS firstly, you can find the backup method per your OS edition search here。
.NET Framework 是必需的,也是 VS 的基本组件,当您尝试在 VS 中创建任何项目类型时,默认的 .NET Framework 版本如下:
我可以在不破坏 Visual Studio Community 2015 的情况下从 this large chunk of programs 卸载什么。我不使用任何 SQL 服务或任何 .NET 框架进行任何类型的开发,所以我不不需要 SQL 或 .NET 功能。不幸的是 VS 把它们强加在我身上。 事实上,我只真正使用 Visual Studio 编写 C/C++ 和 Fortran,并没有使用它的其他功能。
在寻找解决方案时,我遇到了 this cool preview build,这几乎可以完全解决我的困境,但我需要英特尔 C/C++/Fortran 编译器和英特尔 Visual Fortran(扩展名VS) 兼容性得以保持。 Intel 不支持非官方版本,因此 VS Preview 不支持。
你安装的VS 2015是默认安装还是自定义默认?如果你选择了默认安装,那么你第一个截图中的那些安装项应该是VS 2015需要的,最好保留它以使VS工作稳定。
如果您选择自定义安装,请查看the article and it lists the custom components, then you can remove them if you do not need it anymore. To remove them, you can right click the VS 2015 item under Uninstall a program list table and choose Change-Modify, then uncheck the checkbox of those components that you selected in your original custom installation, then the VS installer will auto uninstall those components. Before you try to uninstall any components, I recommend you backup your Windows OS firstly, you can find the backup method per your OS edition search here。
.NET Framework 是必需的,也是 VS 的基本组件,当您尝试在 VS 中创建任何项目类型时,默认的 .NET Framework 版本如下: