Re: [WiX-users] Delphi - Custom action issue

2011-05-24 Thread Wilson, Phil
com] Sent: Monday, May 23, 2011 9:16 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Delphi - Custom action issue I have a small delphi DLL that looks like this library Project1; uses SysUtils, Classes, Dialogs, Windows; {$R *.res} function cShowMessage(thing:string) :intege

[WiX-users] Delphi - Custom action issue

2011-05-23 Thread Daniel de Zwart
I have a small delphi DLL that looks like this library Project1; uses SysUtils, Classes, Dialogs, Windows; {$R *.res} function cShowMessage(thing:string) :integer ; export; begin ShowMessage(thing); cGetVersion := 0; end; exports cGetVersion; begin end. And then inside my wix appl