You can use the >< operator which means "TRUE if left string contains the right 
string".  So you 
could condition your error dialog based on something like:
[PROPERTY_FOR_FOLDER] >< " "

Rob

On 30/03/2010 08:44, S.P wrote:
> Dear All,
>
> One of the files which is going to be installed on the target machine can not 
> work if there is a space in the path, so I need to check the install path to 
> ensure there is no space in it.
>
> Dose any body have a sample code to check space in the target path?
>
> I need to show a custom warning dialog to the user if he use an install path 
> with space, and return to the last dialog to select the installation path 
> again.
>
> Please provide me a CODE to do this
>
> Thanks in advance
>
>
>        New Email names for you!
> Get the Email name you&#39;ve always wanted on the new @ymail and @rocketmail.
> Hurry before someone else does!
> http://mail.promotions.yahoo.com/newdomains/aa/
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to