Re: Detect Windows Server 2003 ?
- From: "Ivan Brugiolo [MSFT]" <ivanbrug@xxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 8 Jun 2008 14:55:32 -0700
wProductType == VER_NT_WORKSTATION ?
--
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"Pierre Pejeau" <no@xxxxxxxxx> wrote in message news:%2399U7LFvIHA.3520@xxxxxxxxxxxxxxxxxxxxxxx
Hi,
How to detect if a computer is running Windows Server 2003 ?
I need to run two different versions of a given program if the underlying operating system is Win XP, or Windows Server 2003/Vista/Server 2008. On MSDN, for OSVERSIONINFOEX, it's written :
dwMinorVersion
The operating system is Windows Server 2003 R2, Windows Server 2003, or Windows XP Professional x64 Edition.
Then how can I know the program is running on Windows Server 2003 or Windows XP Professional x64 Edition ?
My idea is to use IsWow64Process() to detect Win XP 64, but I'm not sure it's the best solution...
Best regards !
Pierre
.
- Prev by Date: Fastest Possible Hardware Interrupt Response?
- Next by Date: Re: FindExecuteable() function only works with three letter extensions
- Previous by thread: Fastest Possible Hardware Interrupt Response?
- Next by thread: Vista SP1 and Server 2008
- Index(es):
Relevant Pages
|