Hi Oleg, I'm just wondering what is the correct way of modifying a sequence of managed dialogs while installation process - should I place all show/hide logic into my custom dialog class or there are some compile time project properties and conditions I can set? For native dialogs there are some examples provided but not for managed setup.
Example: I have a managed project with 2 features, one of them is sql database installation. So there's a custom dialog where user can input sql server settings to connect to. If user chooses not to install the DB, corresponding dialog should not be displayed (skipped).
Example: I have a managed project with 2 features, one of them is sql database installation. So there's a custom dialog where user can input sql server settings to connect to. If user chooses not to install the DB, corresponding dialog should not be displayed (skipped).