FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Control Panel
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Control Panel
Posted: Wed Jan 11, 2023 08:09 AM

Hi,

How can I determine if an application is installed on a computer ?

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Control Panel
Posted: Wed Jan 11, 2023 10:59 AM

Dear Yuri,

You may try this:

oWmi:ExecQuery( "select * from Win32_Product where name = " + cAppName )

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Re: Control Panel
Posted: Wed Jan 11, 2023 07:11 PM

Thank you, Antonio! All my clients have Windows 10. So I'm checking for WebView 2 on the computer

Continue the discussion