Modify ↓
Opened 13 years ago
Closed 12 years ago
#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:1 by , 13 years ago
comment:2 by , 13 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
Jon is taking care for the next beta.
comment:3 by , 13 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | assigned → closed |
comment:5 by , 12 years ago
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 , 12 years ago
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 , 12 years ago
| Resolution: | Rejected |
|---|---|
| Status: | closed → reopened |
comment:8 by , 12 years ago
| Milestone: | → 3.3.9.22 |
|---|---|
| Owner: | changed from to |
| Resolution: | → Fixed |
| Status: | reopened → closed |
Fixed by revision [9151] in version: 3.3.9.22
Note:
See TracTickets
for help on using tickets.

Please, do you have any news ?