This might not come through looking right in e-mail, but I just hit
enter in my .WXS file each place in the .WXS file that I want a CRLF and
let it sit on the left edge of the screen.

      <Property Id="LASTBLURB" Value="
Please install these prerequisites, and then run the installation
again."/>
                        <Property Id="NOSOAP3" Value="- Simple Object
Access Protocol (SOAP) Toolkit 3.0
"/>
                        <Property Id="NOIIS" Value="- Internet
Information Services
"/>
                        <Property Id="NOSQLXML" Value="- SQLXML 3.0
Service Pack 2
"/>
                        <Property Id="NOWSE20" Value="- Web Services
Enhancements 2.0 Service Pack 2
"/>
                        <Property Id="NOASPNET" Value="- ASP.NET
"/>
                        <Property Id="NOACTIVEPORTAL" Value="- Actuate
Active Portal 8.0 for .NET
"/>
                        <Property Id="NOISERVER" Value="- Actuate
iServer 8.0
"/>
                        <Property Id="NOACTIVEPORTALFIX8" Value="-
Actuate Active Portal 8.0 Service Pack 1 Fix 8
"/>
                        <Property Id="NOISERVERFIX8" Value="- Actuate
iServer 8.0 Service Pack 1 Fix 8
"/>

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Nitin
Chaudhari
Sent: Wednesday, October 17, 2007 11:13 PM
To: 'Stefan Pavlik'
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] How to add newline in <Condition message

I got the answer you have to write it like this

<Condition Message="You do not have&#xD;&#xA;Admin Rights

&#xD;&#xA; represents CRLF

Thanks,
Nitin

-----Original Message-----
From: Stefan Pavlik [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 18, 2007 11:09 AM
To: Nitin Chaudhari
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] How to add newline in <Condition message

Hi

WiX does not directly support this.

But you can create the Public Property from Custom Action (e.g.
CRLF) and this property will contain the new line sequence \r\n.
After that you can write your message in the following way:


<Condition Message="Not Admin [CRLF] don't have 2.0">(NOT
Priviledged) AND MsiNetAssemblySupport &lt;= "2.0.50727"</Condition>


BTW: It would be nice if WiX could generate such PublicProperty
during creation of MSI package...

regards

Stefan



Nitin Chaudhari wrote:
> Hi,
> 
>  
> 
> I tried the following, but it doesn't work
> 
>  
> 
> <Condition Message="Not Admin \n\r don't have 2.0">(NOT Priviledged)
AND
> MsiNetAssemblySupport &lt;= "2.0.50727"</Condition>
> 
>  
> 
> How to display message in multiple lines.
> 
>  
> 
> Thanks,
> 
> Nitin
> 
>  
> 
> DISCLAIMER ========== This e-mail may contain privileged and
> confidential information which is the property of Persistent Systems
> Ltd. It is intended only for the use of the individual or entity to
> which it is addressed. If you are not the intended recipient, you are
> not authorized to read, retain, copy, print, distribute or use this
> message. If you have received this communication in error, please
notify
> the sender and delete all copies of this message. Persistent Systems
> Ltd. does not accept any liability for virus infected mails.
> 
> 
>
------------------------------------------------------------------------
> 
>
------------------------------------------------------------------------
-
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a
browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> 
> 
>
------------------------------------------------------------------------
> 
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

-- 
Stefan Pavlik | [EMAIL PROTECTED]
Whitestein Technologies s.r.o. | www.whitestein.com
Panenska 28 | 811 03 Bratislava | Slovak Republic
Main +421 2 5443-5502 | Direct +421 2 5930-0735


DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is
the property of Persistent Systems Ltd. It is intended only for the use
of the individual or entity to which it is addressed. If you are not the
intended recipient, you are not authorized to read, retain, copy, print,
distribute or use this message. If you have received this communication
in error, please notify the sender and delete all copies of this
message. Persistent Systems Ltd. does not accept any liability for virus
infected mails.

------------------------------------------------------------------------
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to