Try something like this:

<CustomAction Id="CA1" Property="CA2" Value=[INSTALLDIR]/>
<CustomAction Id="CA2" BinaryKey="MyDll" Execute="deferred" DllEntry="MyFunc"/>

<InstallExecuteSequence>
    ...
    <Custom Action="CA1" After="..."/>
    <Custom Action="CA2" After="CA1"/>
    ...
</InstallExecuteSequence>

Dacian


----- Original Message ----
From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
To: wix-users@lists.sourceforge.net
Sent: Tuesday, July 3, 2007 10:50:26 AM
Subject: [WiX-users] deffered custom actions

i know how to send a property to my dll and print it from message box.
            But now i want to pass the path which user has selected to my 
property and so that i get it in my dll.
plz help.
If any one knows ,in that case i can share the code. 

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







       
____________________________________________________________________________________
Choose the right car based on your needs.  Check out Yahoo! Autos new Car 
Finder tool.
http://autos.yahoo.com/carfinder/
-------------------------------------------------------------------------
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