Dear All,

I have modified the WixUI_INSTALLDIR set to add a condition:

I am creating a dialog named "InstallDirConditionDlg" which informs the user
that the install path contains SPACE, and that the program will not work if
so. 

I want to modify the InstallDirDlg to show the dialog:

<Control Id="Folder" Type="PathEdit" X="20" Y="100" Width="320" Height="18"
Property="WIXUI_INSTALLDIR" Indirect="yes">
    <Publish Event="SpawnDialog" Value="InstallDirConditionDlg
>PROPER_CONDITION</Publish>
</Control>
 
Can anybody tell me what should I use instead of this PROPER_CONDITION? I
have tested many things but I was unsuccessful. 

In the MSDN is said that >< between the strings checks the left string and
returns TRUE if it contains the right string.

Thanks in advance,

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to