Microsoft Visual Studio 2008 Enu Product Family Code

  суббота 24 ноября
      29

'A compatible version of Visual Studio 2008 was not detected on the system.this update is designed for only the Microsoft Visual Studio 2008(ENU) product family,and is not compatible with any Express edition'.

The Visual Studio 2008 RTM and SP1 detection keys are largely the same as the, and are documented below. But there is a caveat for released and upcoming versions: the shared detection value can be overwritten by an older installation of the same release. For example, if you installed VS2008 Professional, then installed VS2008 SP1, and after that installed Team Foundation Client (TFC) 2008 RTM, the shared detection value is reset to 0 instead of 1. To be sure SP1 is installed, you need to detect SP1 on specific editions of Visual Studio 2008 or any other of our 2008 product releases including.NET 3.5 RTM and SP1. Product family detection value Product families define a group of products with similar functionality.

The “VS” product family, for example, includes many editions but defines all full SKUs of the Visual Studio IDE. To find the service pack level of a product family, search for the following registry value. Key: HKEY_LOCAL_MACHINESoftwareMicrosoftDevDiv[ProductFamily]Servicing9.0 Value (REG_DWORD): SP The exception is for product families “NetFX” and “WPF” that use version 3.5 instead of 9.0. If the registry value is 0, the RTM version of the product family is installed. If the value is 1, then SP1 is installed on the product family. Keep in mind, however, that this value is shared by all editions within a product family.

If an older product edition is installed after a newer product edition within the same product family, the value will be overwritten. To detect whether SP1 is installed you need to check individual product editions.

Product families released for the 2008 wave of products include, • NetFX, WPF:.NET Framework 2.0, 3.0, and 3.5 including Windows Presentation Framework • RDBG: Visual Studio 2008 Remote Debugger • TRIN: Visual Studio Tools for the Office System 3.0 Runtime • VB: Visual Basic 2008 Express Edition • VC: Visual C++ 2008 Express Edition • VCS: Visual C# 2008 Express Edition • VNS: Visual Web Developer 2008 Express Edition • VS: Visual Studio 2008 Professional, Visual Studio Team System 2008 Team Suite, etc. • VSTF: Visual Studio 2008 Team Explorer, Visual Studio 2008 Team Test Load Agent, etc. Product edition detection value A product family may install one or more editions. The “VS” product family, for example, contains several editions including “PRO” (Professional”), “VSTS” (Team Suite), and more. To find the service pack level of a product edition, search for the following registry value: Key: HKEY_LOCAL_MACHINESoftwareMicrosoftDevDiv[ProductFamily]Servicing9.0[ProductEdition][ProductLanguage] Value (REG_DWORD): SP The exceptions are for product families “NetFX” and “WPF” that use version 3.5 instead of 9.0, and do not specify a ProductEdition. For.NET itself, the language is always 1033 unless you’re detecting the SP level for a language pack that uses the LCID for a specific culture. So for.NET, you would check the following registry value: Key: HKEY_LOCAL_MACHINESoftwareMicrosoftDevDivNetFXServicing3.51033 Value (REG_DWORD): SP For either Visual Studio or.NET, if the registry value is 0, the RTM versions of the product family are installed.

Only registered members may post questions, contact other members or search our database of over 8 million posts. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Welcome to the GSM-Forum forums. Medion Registration is fast, simple and absolutely free so please -!

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). The following table contains the list of released product families, editions, and the product names.