1. Find which visual studio and service pack version installed.

looking in the registry here

HKEY_LOCAL_MACHINE\Software\Microsoft\DevDiv[ProductFamily]\Servicing\9.0\

then finding a property named something like "SP" or "SPIndex". A value of 1 means installed, and 0 means not installed.

  1. Find which .net version installed.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP, also value of 1 for Install means installed, value of 1 for SP means sp1 installed, value of 2 for SP means sp2 installed.Find .net fw and vs version installed

 

Find .net fw and vs version installed

相关文章:

  • 2022-03-05
  • 2021-05-28
  • 2021-10-05
  • 2021-11-22
  • 2021-07-02
  • 2021-09-07
  • 2022-12-23
  • 2021-04-04
猜你喜欢
  • 2022-02-16
  • 2021-09-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案