Modify

Opened 12 years ago

Closed 12 years ago

#2315 closed Bug (Fixed)

Server 2012 @OSVersion not correct

Reported by: Maxime <maxime@…> Owned by: Jpm
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 ;)

Change History (8)

comment:1 Changed 12 years ago by maxime@…

Please, do you have any news ?

comment:2 Changed 12 years ago by Jpm

  • Owner set to Jon
  • Status changed from new to assigned

Jon is taking care for the next beta.

comment:3 Changed 12 years ago by Jon

  • Resolution set to Rejected
  • Status changed from assigned to closed

comment:4 Changed 12 years ago by keithdavis@…

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

comment:5 Changed 12 years ago by Jpm

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 Changed 12 years ago by mlipok

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 Changed 12 years ago by Jpm

  • Resolution Rejected deleted
  • Status changed from closed to reopened

comment:8 Changed 12 years ago by Jpm

  • Milestone set to 3.3.9.22
  • Owner changed from Jon to Jpm
  • Resolution set to Fixed
  • Status changed from reopened to closed

Fixed by revision [9151] in version: 3.3.9.22

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.