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

custom copy


1 reply to this topic

amg_soft

amg_soft
  • Members
  • 4 posts

Posted 16 December 2003 - 19:43

I want to install a database application. I want that during the installation the user can select between two possible databases and the installer copy this DB to a specific dir. How can I make that?

Ozone

Ozone
  • Full Members
  • 77 posts

Posted 22 December 2003 - 20:42

Place each database file(s) in separate Components. In the IDE, Setup types tab view, un-check the yellow folders that correspond to these two components. Use an IS form to allow the user to select between these two databases (Components). Then use ComponentSelectItem ( MEDIA , DATABASE_A_COMPONENT ,
TRUE ); to set the selected component to TRUE. Good coding practice says that you should also set the unselected Component to FALSE.