Custom UI - edit "navigation" in builtin dialogs #1602
-
Hi, Now, Custom Dialog 1/2 should be shown only when some conditions are met (for instance, particular feature is being installed). So my question is, how do I modify the next/prev actions for the built-in dialogs (for instance when on Features page I want to somehow intercept the "next" button event and decide what should be shown next). The only option I see is custom Features dialog and there, update the code that handles the "next" button. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
You can create your setup from the Custom UI VS project template. This way you will have the source code for all dialogs. For checking the feature selection look in the FeaturesDialog.cs |
Beta Was this translation helpful? Give feedback.
Well, if a dialog is not needed anymore (this is the impression I got) removing is OK.
And yes,
shell.GoTo<T>()
is a gentler approach.