Re: [NAnt-users] Custom Action for service install

2009-12-15 Thread Phil Sayers
You may want to evaluate WiX for this. http://wix.sourceforge.net/ http://wix.sourceforge.net/ xml based files that are used by various parses/processors/compilers to spit out MSI/MSP's as the end product. Includes a visual studio extension (Votive) that gives you some new project types to su

Re: [NAnt-users] Custom Action for service install

2009-12-15 Thread William_Martin
Hi Ana, I found a file after I emailed you, and I have these entries in the block: The files referenced are installed with Visual Studio in the Common7\Tools\Deployment folder Cheers, Bill _ From:

Re: [NAnt-users] Custom Action for service install

2009-12-15 Thread Ana Buigues Grimalt
Thanks for your response. Its just that I need. But now, I don't find the sources Where can I find the dlls? Thanks for advance. Ana 2009/12/15 > Hi Ana, > > > > It’s a long time since I’ve done this, and I haven’t got any examples handy > unfortunately,

Re: [NAnt-users] Custom Action for service install

2009-12-15 Thread William_Martin
Hi Ana, It's a long time since I've done this, and I haven't got any examples handy unfortunately, but what you basically need to do is write a custom action to call the installer class in the assembly. The simple cheat for this is to create your MSI using the vdproj project, then open the gen

[NAnt-users] Custom Action for service install

2009-12-15 Thread Ana Buigues Grimalt
I'm writing an installer that needs to install a Windows service. I had created a vdproj to install it, but it's a bit limited (and not directly callable from NAnt) so I'm moving it to use the task. I have everything set up and working except installing and un-installing the service. The questio

[NAnt-users] Custom Action for service install

2009-12-15 Thread Ana Buigues Grimalt
I'm writing an installer that needs to install a Windows service. I had created a vdproj to install it, but it's a bit limited (and not directly callable from NAnt) so I'm moving it to use the task. I have everything set up and working except installing and un-installing the service. The questio