Search code examples
windowswinapiwindows-xpkernel32

GetProductInfo on an XP system


GetProductInfo(API function) seems to crash on XP Professional, while it works perfectly on Windows 7 Ultimate. What is an alternative to it?


Solution

  • Windows XP does not have GetProductInfo function implemented. This microsoft page gives some code to get the version on OS's including XP. Although it is not a one liner!