Curt Holden wrote:
>             <Publish Dialog="ConfigureDlg" Control="ChangeInputFolder"
> Property="_BrowseProperty" Value="[UI_CONFIG_INPUT_DIR]"
> Order="1">1</Publish>
>   
...
>                 <Control Id="FolderInput" Type="PathEdit" X="20" Y="80"
> Width="320" Height="18" Property="UI_CONFIG_INPUT_DIR" Indirect="yes" />
>   

And indirect property means that the property value is the name of 
another property. You're passing in the value (using [PROPERTY]), which 
is the path, not another property. Drop the brackets.

-- 
sig://boB
http://joyofsetup.com/


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to