
Signature
Phil Wilson
[Microsoft MVP-Windows Installer]
I'd like to do that during the installation. That is, I'd like to show
selected dialogs only if a given condition is set. For example, if a user
selects an option (e.g. by checking off a checkbox) that requires more info
I'd like to show an additional dialog to gather the info. I'm afraid this
is not possible since dialogs don't have the "Condition" property in the UI
editor.
> You can delete the dialogs you don't want to use in the User Interface
> view in the IDE, right-click on the dialog and Delete.
[quoted text clipped - 9 lines]
>> Thanks,
>> Bogdan
Phil Wilson - 17 Jun 2007 19:21 GMT
Visual Studio's dialogs are preconfigured - you'd have to use a more
fully-featured tool if you want to alter dialog orders (or learn how to edit
the ControlEvent table directly with Orca to alter the next dialog to be
shown).

Signature
Phil Wilson
[Microsoft MVP-Windows Installer]
> I'd like to do that during the installation. That is, I'd like to show
> selected dialogs only if a given condition is set. For example, if a user
[quoted text clipped - 16 lines]
>>> Thanks,
>>> Bogdan