Show custom warning dialog #7780
Unanswered
mtissington
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a setup.msi which I've implemented custom actions for.
I also have written WixBAFunctions to check various bits and set properties.
All in C++
When the user launches the bundle I want to display a dialog (with Continue or Cancel buttons) based on a value.
How can I display the dialog from WixBAFunctions?
Beta Was this translation helpful? Give feedback.
All reactions