Opened on Feb 10, 2013 at 8:03:46 AM
Closed on Nov 1, 2013 at 6:09:56 PM
#2315 closed Bug (Fixed)
Server 2012 @OSVersion not correct
| Reported by: | Owned by: | J-Paul Mesnage | |
|---|---|---|---|
| Milestone: | 3.3.9.22 | Component: | AutoIt |
| Version: | 3.3.8.1 | Severity: | None |
| Keywords: | server, 2012, osversion | Cc: |
Description
Hi,
I tried to use @OSVersion var with Server 2012, but it reports "WIN_8", not "WIN_2012".
Same problem with beta 3.3.9.4
Please, do you plan an update ?
Thank you ;)
Attachments (0)
Change History (8)
comment:2 by , on Mar 20, 2013 at 6:36:09 AM
| Owner: | set to |
|---|---|
| Status: | new → assigned |
Jon is taking care for the next beta.
comment:3 by , on Jul 21, 2013 at 11:31:57 PM
| Resolution: | → Rejected |
|---|---|
| Status: | assigned → closed |
comment:4 by , on Oct 31, 2013 at 8:28:08 PM
Rejected? Is this a duplicate or is this issue being fixed elsewhere?
comment:5 by , on Oct 31, 2013 at 10:12:13 PM
In fact Jon close very old posts.
If you are for sure the latest Beta is still in Error, just post
I cannot check as I have no access to a server 2012
comment:6 by , on Nov 1, 2013 at 9:41:57 AM
I have access to Win 2012 Essential
I do a small test:
#include <Constants.au3> #include <WinAPIEx.au3> $sSystemInfo = '' $sSystemInfo &= '_WinAPI_GetVersion() = ' & _WinAPI_GetVersion() & @CRLF ; fOR WIN7 Should be 6.1. $sSystemInfo &= '@CPUArch = ' & @CPUArch & @CRLF $sSystemInfo &= '@OSLang = ' & @OSLang & @CRLF $sSystemInfo &= '@OSArch = ' & @OSArch & @CRLF $sSystemInfo &= '@OSType = ' & @OSType & @CRLF $sSystemInfo &= '@OSVersion = ' & @OSVersion & @CRLF $sSystemInfo &= '@OSBuild = ' & @OSBuild & @CRLF $sSystemInfo &= '@OSServicePack = ' & @OSServicePack & @CRLF ClipPut($sSystemInfo) ConsoleWrite($sSystemInfo) MsgBox($MB_SYSTEMMODAl, '', $sSystemInfo )
AutoIt 3.3.8.1 results:
_WinAPI_GetVersion() = 6.2 @CPUArch = X64 @OSLang = 0409 @OSArch = X64 @OSType = WIN32_NT @OSVersion = WIN_8 @OSBuild = 9200 @OSServicePack =
AutoIt 3.3.9.21 results:
_WinAPI_GetVersion() = 6.2 @CPUArch = X64 @OSLang = 0409 @OSArch = X64 @OSType = WIN32_NT @OSVersion = WIN_8 @OSBuild = 9200 @OSServicePack =
comment:7 by , on Nov 1, 2013 at 4:58:31 PM
| Resolution: | Rejected |
|---|---|
| Status: | closed → reopened |
comment:8 by , on Nov 1, 2013 at 6:09:56 PM
| Milestone: | → 3.3.9.22 |
|---|---|
| Owner: | changed from to |
| Resolution: | → Fixed |
| Status: | reopened → closed |
Fixed by revision [9151] in version: 3.3.9.22

Please, do you have any news ?