I am developing a WIX installer for my application. In that I need to call a
member function( which takes a parameter as input) of a DLL written in C#. I
tried using the following code 

<Binary Id='Sample' src='src\Sample.dll'/> 

<CustomAction Id="CallMemberFunc"   BinaryKey='Sample'
DllEntry='TestFunction' Execute="deferred" Return='check'/>
    
    <CustomAction Id="ChangeProp"            Property="CallMemberFunc"       
Value='TestValue'  />

But when I run the MSI generated, I encountered the following error

"Error 1723. There is a problem with this Windows Installer package. A DLL
required for this install to complete could not be run. Contact your support
personnel or package vendor. "

 Is there any way, to call dll member written in C#.Please help me get out
of here

Regards,
Mala

  
-- 
View this message in context: 
http://www.nabble.com/Calling-a-member-function-of-a-DLL-written-in-C--tf2472173.html#a6893268
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to