visual-studio 如何确定 Visual Studio 正在运行的服务包?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/834956/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-22 10:27:03  来源:igfitidea点击:

How do I determine which service pack Visual Studio is running?

visual-studiovisual-studio-2008servicepacks

提问by Even Mien

How do I determine which service pack (if any) Visual Studio is running? Right now I'm trying to determine if a machine is running VS2008 or VS2008 SP1.

如何确定 Visual Studio 正在运行的服务包(如果有)?现在我正在尝试确定一台机器运行的是 VS2008 还是 VS2008 SP1。

回答by Even Mien

Found it. It's not the version number as I initially expected.

找到了。这不是我最初预期的版本号。

Go to Help > About Microsoft Visual Studio and it's under Installed Products:

转到“帮助”>“关于 Microsoft Visual Studio”,它位于“已安装的产品”下:

Microsoft Visual Studio 2008 Professional Edition - ENU Service Pack 1 (KB945140)

Microsoft Visual Studio 2008 专业版 - ENU 服务包 1 (KB945140)

I had to scroll through the list to find it.

我不得不滚动列表才能找到它。

回答by Chris Doggett

Help -> About Microsoft Visual Studio

帮助 -> 关于 Microsoft Visual Studio