I am planning to add functionality to a small application developed in VB6 which will check the pre-requisites for a WPF application that uses WebView2 control. This small application will run first and determine if the "Microsoft Edge WebView2 Runtime" or "Microsoft Edge Insider Channels" is installed? If it founds one of these options then allows to run the WPF application otherwise it will show an error to install the pre-requisite.
My requirement is to keep the VB6 app because this app is already checking the different versions of the .NET framework.
Please help me, how to achieve this?
Thanks.