I'm using a .def file to export the function. That looks like:
LIBRARY "CertSelect"
EXPORTS
Select
The function itself just looks like the following:
UINT __stdcall Select( MSIHANDLE hModule )
{
return ERROR_SUCCESS;
}
From: Bob Arnson [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 30, 2007 1:39 AM
To: John Hancock (HSG)
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Failure invoking remote custom action
John Hancock (HSG) wrote:
>From what I've been reading it sounds like a missing dependency problem, but
>running depend.exe on the DLL on the installation machine didn't reveal any
>errors.
Another possibility is an incorrectly exported function. How are you
declaring/exporting the function?
--
sig://boB
http://joyofsetup.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