-1

Is there any way we can detect "Windows8 to Windows8.1 Upgrade" programatically?

I need one of my application to detect that user has done a OS upgrade?

rubenvb
  • 74,642
  • 33
  • 187
  • 332
DevMonk
  • 427
  • 1
  • 9
  • 23

1 Answers1

0

You want the new Windows Version Helper functions.

Alternatively, use plain old GetVersionEx and the information it puts in the OSVERSIONINFOEX object.

Two minutes of Googling could have gotten you this.

rubenvb
  • 74,642
  • 33
  • 187
  • 332