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

Controlling user interface


1 reply to this topic

mouy

mouy
  • Members
  • 56 posts

Posted 16 February 2004 - 00:46

Hi There,

Is there an easy way to control the user interface with Basic MSI?

How can I put a condition there that if the condition is true, then display the dialog.

The following is what I need to do:

Check for upgrade
IF upgrade THEN
Do not display Destination folder dialog
ELSE
Display Destination folder dialog
ENDIF


Thanks in advance!!!


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 16 February 2004 - 10:18

The dialogs are displayed as a result of clicking the Next button of the previous dialog. So you have to adjust the evants for the Next button of the preceding dialog (and the Back button of the following dialog) to either display the destination dialog or not.
Or you set up a new dialog sequence for the upgrade case, similar to what there currently is for maintenance and patch.