cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
aneesh
Level 3

How to hide dialogues in suite installation

In a Suite Installation I need to hide 2 dialogues .
A dialog is having 2 checkboxes.Only if the second checkbox is checked , i wan to hide the next two dialogues.

if first checkbox is checked it will ask for features in the next 2 dialogues and can be select and install as normal .
But when the second checkbox is checked, the installation(all features ) should start directly. hiding the next 2 dialogues.

ie, I want to hide two dialogues without affecting theinstallation.
if anybody knows, Please help
Labels (1)
0 Kudos
(2) Replies
MichaelU
Level 12 Flexeran
Level 12 Flexeran

I hit on this in your other thread, but the key is to use the Visible setting of the wizard page in concert with the Property setting of the checkbox. Break things down into simple pieces, like: if CheckBoxA is checked, ThisPage should be shown (or alternately should be skipped). Then wire things up to do it. Set the Property on CheckBoxA to CheckBoxA, and Visible on ThisPage to {Binding CheckBoxA} (or {Binding CheckBoxA!=true} for the reverse).
0 Kudos
aneesh
Level 3

Thanks a lot Michael.working fine
0 Kudos