Wrong setting of LMDSIWindowsWindows7Up
  • In LMDSysIn, the following line is wrong:

    LMDSIWindowsWindows7Up := (Win32MajorVersion >= 6) and (Win32MinorVersion >= 1);

    Is the next Windows-Version will be MajorVersion = 7 and MinorVersion = 0 the setting will fail.

    I've changed it to

    LMDSIWindowsWindows7Up := ((Win32MajorVersion = 6) and (Win32MinorVersion >= 1)) or (Win32MajorVersion >= 7);

  • 1 Comment sorted by
  • Fixed. Thank you for help

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

Tagged