Modify

Opened 13 years ago

Closed 12 years ago

#2315 closed Bug (Fixed)

Server 2012 @OSVersion not correct

Reported by: Maxime <maxime@…> 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 maxime@…, 13 years ago

Please, do you have any news ?

comment:2 by J-Paul Mesnage, 13 years ago

Owner: set to Jon
Status: newassigned

Jon is taking care for the next beta.

comment:3 by Jon, 13 years ago

Resolution: Rejected
Status: assignedclosed

comment:4 by keithdavis@…, 12 years ago

Rejected? Is this a duplicate or is this issue being fixed elsewhere?

comment:5 by J-Paul Mesnage, 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 mlipok, 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 J-Paul Mesnage, 12 years ago

Resolution: Rejected
Status: closedreopened

comment:8 by J-Paul Mesnage, 12 years ago

Milestone: 3.3.9.22
Owner: changed from Jon to J-Paul Mesnage
Resolution: Fixed
Status: reopenedclosed

Fixed by revision [9151] in version: 3.3.9.22

Modify Ticket

Action
as closed The owner will remain J-Paul Mesnage.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.