Replies: 1 comment
-
IIRC, you have to update the theme file. |
Beta Was this translation helpful? Give feedback.
0 replies
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 am using a WixStandardBootstrapperApplication.HyperlinkLargeLicense as the application ref in my installer. It is a WixStandardBootstrapperApplication type with a logo, I have a message that displays based on a condition in a form like:
<bal:Condition Message="$(var.MyErrorDescription)">
(NOT XInstalled)
The message in the define variable MyErrorDescription is rather long. It is getting cut off on the last line of the message on the dialog screen. Is there a way to provide a custom size/area for this message?
Beta Was this translation helpful? Give feedback.
All reactions