josh8410 / omaha

Automatically exported from code.google.com/p/omaha
0 stars 0 forks source link

IsVistaOrLater() tests only the major version #59

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Calling ::VerifyVersionInfo() to test for major version must also include 
minor, SP major and SP minor
See MSDN 
http://msdn.microsoft.com/en-us/library/windows/desktop/ms725492%28v=vs.85%29.as
px

This is implemented in 
omaha\base\vistautil.cc

Original issue reported on code.google.com by nir....@panel-sw.co.il on 6 Jan 2014 at 5:22