Owen Evans wrote:

Not sure if this is possible with MSI, but basically I want to be able to have an edit box that automatically word wraps. I’ve tried multi-line but that doesn’t do the job. Is there anyway of achieving this.

Basically, the control styles that MSI exposes are the only ones supported. There's no concept in MSI of custom controls or subclassing or anything along those lines.

Basically I want a user to be able to paste in a big block of Cipher Text and not to have to put in newline characters in the block but for the Installer to wrap it so that it doesn’t scroll off to the right (without scroll bars [as it currently does])

Is that really a one-time (install-time) procedure? If not, you're better off prompting the user the first time the app runs.
-- 
sig://boB
http://bobs.org



_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to