-
I want the user to review a 'Terms of Service' document and then click a checkbox before running the burn bootstrapper. Therefore, I would like the 'Install' button to be disabled (greyed out) until the user clicks the checkbox. However, I cannot seem to disable (either by EnableCondition or VisibleCondition) the 'Install' button. It looks to me that the 'Install' button is hard-coded to not be able to be disabled.
Is there really no way to disable the 'Install' button in the burn bootstrapper? I am using the 'WixStandardBootstrapperApplication' bootstrapper application if that matters. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I'm pretty sure I've seen this done before. |
Beta Was this translation helpful? Give feedback.
-
@Frittions I'm facing a similar problem and getting to know your solution might help me and others in the future. Would you mind sharing it? |
Beta Was this translation helpful? Give feedback.
I'm pretty sure I've seen this done before.