Re: [Nant-users] vdproj and solution task in NAnt

2005-03-28 Thread Owen Rogers
jim, the link on your blog to download the converter seems to be broken[1]. to you have a different location that we can download it from? cheers, owen. [1] http://www.biasecurities.com/SoftwareBuilds/Installer.Tools/ On Mon, 28 Mar 2005 08:29:57 -0600, Jim Geurts <[EMAIL PROTECTED]> wrote: > He

Re: [Nant-users] vdproj and solution task in NAnt

2005-03-28 Thread Jim Geurts
Hey guys... I wrote the vdprojconverter project. It does not require WiX. I added "support" to convert vdproj files to wix syntax, along the way. The original point of the converter was to convert to the NAntContrib msi/msm task xml. so... At this point, the NAntContrib msi/msm tasks now suppo

RE: [Nant-users] vdproj and solution task in NAnt

2005-03-28 Thread Foster, Richard - PAL
Jeff, I have used the exec to devenv option. It works well, but as you mentioned there are licensing issues. I have also tried the NantContrib MSI tasks, and MSI2XML. I would not now choose either of them, and I am in the process of converting the installation creation tasks to use WiX (see http:

Re: [Nant-users] vdproj and solution task in NAnt

2005-03-25 Thread Gary Feldman
Jeff Hoover wrote: I've noticed that there are a couple of possible routes build my vdproj from NAnt, namely VDProjConverter and msi2xml/xml2msi. Additionally, some people suggest shelling out to devenv to build the vdproj, but the requirement of installing VS on the build server doesn't sit well w