How to find Versioning Information
-
Hello, How is it possible to determine which operating system is in use on the computer? XP Home or Professional or Vista Basic/Home Premium/Business etc. Similarly, how is it possible to determine which version of office is installed Home and Student, Professional, Ultimate etc.. Thanks
-
Hello, How is it possible to determine which operating system is in use on the computer? XP Home or Professional or Vista Basic/Home Premium/Business etc. Similarly, how is it possible to determine which version of office is installed Home and Student, Professional, Ultimate etc.. Thanks
Mike Bentzen wrote:
How is it possible to determine which operating system is in use on the computer? XP Home or Professional or Vista Basic/Home Premium/Business etc.
System.Environment class
? http://www.c-sharpcorner.com/UploadFile/aaghany/SystemInfo12032005002119AM/SystemInfo.aspx[^]Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
All the world's a stage, And all the men and women merely players. They have their exits and their entrances; And one man in his time plays many parts... --William Shakespeare -
Mike Bentzen wrote:
How is it possible to determine which operating system is in use on the computer? XP Home or Professional or Vista Basic/Home Premium/Business etc.
System.Environment class
? http://www.c-sharpcorner.com/UploadFile/aaghany/SystemInfo12032005002119AM/SystemInfo.aspx[^]Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
All the world's a stage, And all the men and women merely players. They have their exits and their entrances; And one man in his time plays many parts... --William ShakespeareThat shows you the version numbers but i cannot find how to locate or determine whether it is home or professional for xp or any of the different versions for vista. That class doesn't contain any other specifics.
-
That shows you the version numbers but i cannot find how to locate or determine whether it is home or professional for xp or any of the different versions for vista. That class doesn't contain any other specifics.
http://www.codeproject.com/KB/system/osversion_producttype.aspx I just found this article after searching for ages... doesn't contain any other information for vista though...
-
Hello, How is it possible to determine which operating system is in use on the computer? XP Home or Professional or Vista Basic/Home Premium/Business etc. Similarly, how is it possible to determine which version of office is installed Home and Student, Professional, Ultimate etc.. Thanks
Hi, I saw an MSDN web page on the subject; it waw terribly complex, checking lots of things, and switching; I did not note the link. And then there is the registry key @"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProductName" which is good enough for me. :)
Luc Pattyn [Forum Guidelines] [My Articles]
Fixturized forever. :confused: