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

Creating Feature and Component


1 reply to this topic

thamsuri

thamsuri
  • Members
  • 1 posts

Posted 23 July 2003 - 16:18

I know how to create a new feature and new component and link to Source control path. But i need to know how to create a feature and component by reading a text file that consists of full path name.
Basically my text file consists of all the dll names for which I need to create component and feature.
Now I am creating component by hard coding the link to Values, but I want to set that value dyanamically by reading the text file. Sample project will help me a lot.

Thanks
Su

luke_s

luke_s
  • Full Members
  • 532 posts

Posted 24 July 2003 - 12:59

The only way to dynamically change to add/change features names would be to open up the msi file before you run it and run sql queires on the database. You would also need to read the data in from the text file and use this in your query.

why do you need to do this dynamically? What problem are you trying to address?