Thanks.
       I have a problem.
                        In my <Control> i have printed a path which user enters 
and it gets printed on the Dialog Box.But now i want this path to pass to my 
(dll).But whenever i pass PATH it just passes the string "PATH" to dll not the 
actual PATh.
   code is:

   <Control Id="NameUserLang" Type="Text" X="212" Y="50" Width="101"Height="18" 
UserLanguage="yes" Text="[PATH]"> 

       <Property Id="PATH1">"[PATH]"</Property> 
   </Control>
  
<CustomAction Id="MyAction" Return="check" 
           Execute="deferred" BinaryKey="dll" 
                                              DllEntry="Print" HideTarget="yes" 
/>
    <Binary Id="dll" src="dll.dll" />
    
<CustomAction Id="MyAction.SetProperty" Return="check" Property="MyAction" 
Value="[PATH1]" />
        
What should i do.

DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the 
property of Persistent Systems Pvt. 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 
Pvt. Ltd. does not accept any liability for virus infected mails.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to