Find the path to the install directory

  • Thread starter Thread starter Norman Bullen
  • Start date Start date
N

Norman Bullen

Is there a way of query the database for an already-installed component
to find the path to the install directory? Everything that I've looked
at so far just gives me "TARGETDIR".

TIA
Norm
 
You'd use the component guid. If you mean query with code, you'd use the
product code and component guid with the MsiGetComponentPath API.
 

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