Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I tell if I have Visual Studio 2008 SP1 installed?

I installed a new machine and am using an iso file that was provided to me by my employer (en_visual_studio_team_system_2008_team_suite_x86_dvd_X14-26461.iso). I was wondering how I know whether I need to install the latest service pack for visual studio, or whether it is already installed from the .iso file.

Thanks!

like image 959
Joel Martinez Avatar asked Aug 14 '09 16:08

Joel Martinez


People also ask

How can I tell if Visual Studio 2008 SP1 is installed?

Product edition detection value For either Visual Studio or . NET, if the registry value is 0, the RTM versions of the product family are installed. If the value is 1, then SP1 is installed on the product family. The ProductLanguage is the LCID of the product installed, such as 1033 for English (US).

How do I know if I have vs2010 SP1 installed?

Help -> About . The version of the installation will be SP1Rel if SP1 is installed. Save this answer.

How do I know if I have Visual Studio installed?

If you are running Windows 7, you can find the Visual Studio 2015 application at the top of the All Programs list grouped with other application icons. If you are running Windows 10, Windows 8.1, Windows 8 or Windows 11, you can find the icon listed under the V grouping.

What version of Visual Studio is installed?

On macOS, go to Code > About Visual Studio Code. On Windows and Linux, go to Help > About. The VS Code version is the first Version number listed and has the version format 'major.


2 Answers

In visual studio, help about shows the visual studio version. If there's an sp1 next to the version, then you have it installed. It also shows the 3.5 .net framework version, whether or not you have that sp1 installed.

like image 74
gjutras Avatar answered Oct 12 '22 18:10

gjutras


Help > About Visual Studio

like image 20
Jason Avatar answered Oct 12 '22 18:10

Jason