A wrapper custom action is a Type 1 CA whose puprose is to implement the 
encapsulation / adapter pattern for another DLL whose interface / function 
definition is incompatible with MSI.
   
  The wrapper CA basically does the approriate MsiGetProperty and 
MsiSetProperty calls along with MsiProcessMessage, LoadLibrary and error 
handling to map the correct properties to the function arguments of the method 
being wrapped.
   
  Btw- InstallShield actually has what they call the `standard DLL` CA type 
that is basically a table data driven adapter pattern.  This has been useful in 
the past but I don't think WiX has anything like this built into it. 
  

Anidil <[EMAIL PROTECTED]> wrote:
  

What is a Wrapper Custom Action? what is its significance? how is it
different from Type1 custom action?
How do i create a wrapper CA that invoke a DLL and pass the result back to
an MSI property?Please help 

Thanks
Anidil
-- 
View this message in context: 
http://www.nabble.com/Wrapper-Custom-Action-to-invoke-DLL-tf4670490.html#a13342149
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


 __________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to