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

license agreement and release flags


2 replies to this topic

mad

mad
  • Members
  • 3 posts

Posted 01 October 2002 - 14:43

Hi people,

I want to switch the license agreement in condition of the used release-flag. But it seems that the dialog includes the rtf file at build-time.
Any ideas?

Mad

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 01 October 2002 - 16:27

Yes, the RTF is directly stored in the MSI database table. You have two options:
a) use msi sql statements to modify the dialog control table at runtime to stream in the correct rft file
B) put multiple rtf controls on top of each other in the dialog editor, and make only one of them visible at runtime by adding the appropriate coditions baed on release flags in the condition tab in dialog editor.

mad

mad
  • Members
  • 3 posts

Posted 07 October 2002 - 12:37

Okay,
I added dialogs for each license agreement, edited conditions for the back/next buttons of the neighbour dialogs and it seems to work.

Thanks a lot
mad