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
S.85).aspx BOb From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2008 2:18 PM To: nant-users@lists.sourceforge.net; [EMAIL PROTECTED] Subject: [NAnt-users] msi custom actions Hey all, I have a .net class library that I

[NAnt-users] msi custom actions

2008-10-07 Thread Fabricio.Santana
Hey all, I have a .net class library that I am trying to configure as a custom action in my build script. The classlibrary contains one InstallerClass that is declared like: Imports System.ComponentModel Imports System.Configuration.Install Public Class Installer1 Inherits Syste