I'm looking into adding a version check into a react app. The best way i've found to check for the installed version on a computer is using MSIGetProductInfo. This thread illustrates how that can be done: MSI Interop using MSIEnumRelatedProducts and MSIGetProductInfo
I just don't really know where to start, or if this is even possible through a web interface.
Thanks in advance.