-
I'm getting my feet wet with WixInternalUIBootstrapperApplication and loving it. Incredibly useful to me despite. But I'm wondering, how customizable is this dialog? Is it possible to get it to display a list of the prereqs that are planned to be installed? Something akin to: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The short answer is that it's the same way that you customize You're not going to be able to dynamically show the list of prereqs or their status without writing code. |
Beta Was this translation helpful? Give feedback.
-
How much work are we talking? I'm willing to sponsor/hire someone to get this into WiX or just into my own custom project templates. It's important to me to tell the user what prereqs are to be installed prior to them accepting. |
Beta Was this translation helpful? Give feedback.
It wouldn't be too hard. But I expected people that are using this BA to just hardcode it in the theme if they wanted to show that kind of information. I guess if all the prereqs are ExePackages then you could probably use the detect conditions in creative ways to make it a little less hardcoded.