It is possible to use new line character sequence in MSI!!!

My solution:
Use Immediate CA (C++ Dll) to fill the public property (e.g. CRLF)
with "\r\n" and then use the [CRLF] in the Error table.

It works perfect.

Hope that it will help somebody.

Stefan

Rob Hamflett wrote:
> You can't force newlines.  I had to resort to creating multiple text controls.
> 
> Rob
> 
> Stefan Pavlik wrote:
>> Hi list,
>>
>> I want to add my own text to some custom error (e.g. Id 25001).
>>
>> Problem is that I don't know how to enter the new line character
>> sequence. (\r\n does not work).
>>
>> Any suggestions?
>>
>> Thanks
>> Stefan

-- 
Stefan Pavlik | [EMAIL PROTECTED]
Whitestein Technologies | www.whitestein.com
Panenska 28 | SK-81103 Bratislava | Slovak Republic
Tel +421(2)5930-0735 | Fax +421(2)5443-5512

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to