RE: Determining Vista Editions

2009-08-20 Thread Steven Manross
WMI is a standard way that Microsoft is giving access to product data like the OS Name. The URL below should help if you need any other data like numbers for the oslevel as opposed to the name of it.. Of particular interest might be the "OperatingSystemSKU" and "OSProductSuite". One of my part

Re: Determining Vista Editions

2009-08-20 Thread Sisyphus
- Original Message - From: "Michael Cohen" > I have been using the Win32::GetOSVersion() function for many years in > order to pull the Windows OS level. However, I now have a new need to > determine whether or not the OS is Windows Vista Home Basic (or for that > matter, other various

RE: Determining Vista Editions

2009-08-20 Thread Jack
___ From: perl-win32-users-boun...@listserv.activestate.com [mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of Michael Cohen Sent: August-19-09 5:40 PM To: perl-win32-users@listserv.ActiveState.com Subject: Determining Vista Editions >>To whom