JETMike
JETMike

Reputation: 1

How do I extend the message area available for a condition message in a Wix 3.11 installation project?

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?

I do not know what is the best way to resolve this.

Upvotes: 0

Views: 10

Answers (0)

Related Questions