Reply to Thread

Post a reply to the thread: Incorrect OS Version Returned

Your Message

Click here to log in

What's the name of our main installation product (in uppercase letters), directly followed by the current year?

 

You may choose an icon for your message from this list

Additional Options

  • Will turn www.example.com into [URL]http://www.example.com[/URL].

Topic Review (Newest First)

  • 01-07-2021, 12:07 PM
    linder

    Re: Incorrect OS Version Returned

    Seth,

    you can reproduce this on your machine! Just copy my "Check_Ver.exe" executable to a test folder on Windows 10. Right-click it and select "Properties". Go to the "Compatibility" tab and select "Run this program in compatibility mode for" WINDOWS 7. Click the Apply button and then OK. Run the App and it will display (as expected) 1024 on Windows 10 because it runs in Windows 7 compatibility mode ;-)

    I think your customer did the same. He can right-click your setup.exe and disable compatibility mode.

    Does this help?

    BTW, applications have to use the GetVersionEx API. The Registry values should never be used!

    Friedrich
  • 01-07-2021, 06:41 AM
    st09

    Re: Incorrect OS Version Returned

    Hello Friedrich,

    This is on only a few PCs globally. My team has been unable to reproduce it locally. I expect that on these PCs, either corruption has occurred, or the upgrade path to Windows 10 was unique. Are you able to specify which API calls are used?

    -Seth
  • 01-07-2021, 04:31 AM
    linder

    Re: Incorrect OS Version Returned

    BTW, I have uploaded a quick WINVER check app for you (compiled with the latest SetupBuilder version).

    http://www.lindersoft.com/projects/Check_Ver.zip

    It displays the correct value (65536) for Windows 10 here on our machines.

    Friedrich
  • 01-07-2021, 04:25 AM
    linder

    Re: Incorrect OS Version Returned

    Hello,

    which SetupBuilder version is this?

    Possible reasons: if the installer is running in compatibility mode, it can return WIN7 in this case. If the installer is not Windows 10 compliant, it can also return WIN7 here (this is by Windows design and the expected behavior). The %&WINVER$ comes from API calls (this is a Windows Development Guideline requirement).

    Please compile a small test.exe with your SetupBuilder version and upload it (or send it to support [at] lindersoft [dot] com) and we can tell you if it is #1 or #2.

    Friedrich
  • 01-06-2021, 07:46 AM
    st09

    Incorrect OS Version Returned

    On a Windows 10 PC, the following values are returned under the registry key HKLM\SOFTWARE\Microsoft\Windows NT

    CURRENTBUILD: 19041
    CURRENTMAJORVERSIONNUMBER: 10
    CURRENTMINORVERSIONNUMBER: 0
    CURRENTVERSION: 6.1
    EDITIONID: Professional
    RELEASEID: 2004



    Yet, the value of %WINVER% is 1024 ($WIN_7$). This is causing our installer to report as not supported on the PC. From where is %WINVER% populated?

    Thanks!

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •