Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

SQL Statement to get names components under a feature


1 reply to this topic

Dave I

Dave I
  • Members
  • 195 posts

Posted 10 October 2001 - 12:26

I am unsuccessfulyy  trying:

SELECT FeatureComponents.Component_ FROM `FeatureComponents` WHERE FeatureComponents.Feature_='"  + szFeature + "'

where szFeature is the name of the feature I want to get the associated component names.

I get execute the query with MsiViewExecute, and add the component names to a string list but I need to get the corrected SQL statement.

Thanks,
Dave