check whether or not a program is installed

  • Thread starter Thread starter James Tsao
  • Start date Start date
J

James Tsao

is it possible to see whether or not a program is installed on a
machine? for example, i'd like to check if winzip is installed and if
it is installed, the location of the executable. thanks.

JT
 
James said:
is it possible to see whether or not a program is installed on a
machine? for example, i'd like to check if winzip is installed and if
it is installed, the location of the executable. thanks.

You might consider attempting to read the default value from the
registry at
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App
Paths\winzip.exe.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top