Hi,
How can I determine if an application is installed on a computer ?
Hi,
How can I determine if an application is installed on a computer ?
Dear Yuri,
You may try this:
oWmi:ExecQuery( "select * from Win32_Product where name = " + cAppName )
Thank you, Antonio! All my clients have Windows 10. So I'm checking for WebView 2 on the computer