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.
 
Back
Top