Re: [NAnt-users] msi custom actions

2008-10-08 Thread William_Martin
om <[EMAIL PROTECTED]> 08/10/2008 00:30 To <[EMAIL PROTECTED]>, , <[EMAIL PROTECTED]> cc Subject Re: [NAnt-users] msi custom actions Thanks for your reply. I am not sure if I can implement your suggestion but as a workaround I created a console application that the EntryP

Re: [NAnt-users] msi custom actions

2008-10-07 Thread Fabricio.Santana
@lists.sourceforge.net; [EMAIL PROTECTED] Subject: RE: [NAnt-users] msi custom actions According to MS the target for custom action type 1 is as follows: Target The DLL is called through the entry point named in the Target field of the CustomAction table, passing a single argument that is the handle

Re: [NAnt-users] msi custom actions

2008-10-07 Thread Bob Archer
According to MS the target for custom action type 1 is as follows: Target The DLL is called through the entry point named in the Target field of the CustomAction table, passing a single argument that is the handle to the current install session. The entry point name specified in the table m