0

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.

AJcode11
  • 3
  • 3
  • Hi, how can we help you with that? Do you have a specific question for us? – Federkun Mar 04 '20 at 19:45
  • I'm new to react so i don't fully know its capabilities. I'm just trying to see if it is possible to do what the provided thread did within a react app. If so what would that look like? – AJcode11 Mar 04 '20 at 19:49
  • A website cannot tell you information about the other programs installed on your computer. – azium Mar 04 '20 at 19:55
  • So I thought that this was the case, but I was wondering if there was a work around. Is possible to create an api that would run such a program? – AJcode11 Mar 04 '20 at 20:01

0 Answers0