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?
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?
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.