Hi I have problems with custom action and dll. My .wxs file has 2 custom actions which are calling a dll and its function and passing a PROPERTY's value as a parameter to the dll. Vc++ dll(win 32) .The dll is calling a function msigetproperty(,,Buffer,). This buffer should extract the value of the property and display.
but it is not extracting the property. My custom action are <CustomAction Id="MyAction" Return="check" Execute="deferred" BinaryKey="dll" DllEntry="Print" HideTarget="yes" /> <Binary Id="dll" src="dll.dll" /> <Property Id="SOME_PUBLIC">Hello, from deferred CA</Property> <CustomAction Id="MyAction.SetProperty" Return="check" Property="MyAction" Value="[SOME_PUBLIC]" /> <InstallExecuteSequence> <Custom Action="MyAction.SetProperty" Before="InstallFiles"/> <Custom Action="MyAction" After="MyAction.SetProperty" /> </InstallExecuteSequence> Am i missing something in this. 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