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

Adding components dynamically at run time?


1 reply to this topic

Anthony Hughes

Anthony Hughes
  • Members
  • 30 posts

Posted 11 March 2005 - 13:08

Hi All,
I've got an installer that needs to install different versions of the same files depending on a UI choice at run time... What's the 'best practice' method of doing something like this? I was thinking maybe having a component for each file and then somehow dynamically adding the approprate one to the main feature, but I'm not quite sure if that's the right way and if so how I go about it....

Cheers


cooki

cooki
  • Full Members
  • 35 posts

Posted 11 March 2005 - 13:56

You can specify conditions on your components, so create two components (one for each file version), and set as condition a property that depends on the user interface the user has selected