Sorry, this is probably a common question...
Is it possible to call a function of a C#-dll with a custom action? How 
does it work? Or is it only possible to call C++ - dll's
I added following to my wxs but with the installation I get an error 
that the dll wasn't found - that doesn't change when I enter the 
absolute path:
.....
<Binary Id="InstallUtil" SourceFile=".\Test.dll" />
<CustomAction Id="Install" BinaryKey="InstallUtil" DllEntry="Install" 
Execute="immediate" Return="check" />
.....
<InstallExecuteSequence>
      <Custom Action="Install" After="InstallFiles" />
</InstallExecuteSequence>



-------------------------------------------------------------------------
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