On 24-Apr-13 20:54, GregS wrote:
> Of course, the right thing to do would be to convert that old DLL into a
> true custom action DLL. I'm going to look into that tomorrow, too. Hoping
> it's possible and doable in the time available. Not sure how good the
> support for MSI is in that old version of Delphi, however.
You might need something like JEDI to get a translation of the MSI 
headers. But otherwise, a custom action is just an exported function 
with this signature:

extern "C" UINT __stdcall CustomActionEntryPoint(
     __in MSIHANDLE hInstall
     )

-- 
sig://boB
http://joyofsetup.com/


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to