Re: [NAnt-users] iif type expression

2006-12-04 Thread Bob Archer
Ok, What don't you like about it? I am trying to create a set of template build files with a single property build file where almost 100% of setting up a new build can be done (some builds will need customizations to other scripts). The reason I want to do one property is that two would be one mo

Re: [NAnt-users] ASP.NET Deployment Package via NAnt

2006-12-04 Thread Bob Archer
I haven't done it yet, but it's in the plan. Basically, we use InstallShield to build our installs. IS comes with a stand alone command line driven tool to build installs. Of course, if you are looking at a free tool, I would take a look at WIX. This should also be easily to integrate into nant s

[NAnt-users] Filesets are not quite like properties?

2006-12-04 Thread Michael Frederick
All, Are filesets different than properties? I have many cases where I have written a NAnt "subroutine" by creating a separate buildfile with a standard set of "parameters" (properties) and then call the buildfile. As I stated, I use properties to hand-in values. Now I am working on writing a

Re: [NAnt-users] ASP.NET Deployment Package via NAnt

2006-12-04 Thread Karl Palsson
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Gary Feldman > Sent: Monday, December 04, 2006 3:35 PM > To: nant-users@lists.sourceforge.net > Subject: Re: [NAnt-users] ASP.NET Deployment Package via NAnt > > Simon Whittemore wrote: > > I am

Re: [NAnt-users] ASP.NET Deployment Package via NAnt

2006-12-04 Thread Gary Feldman
Simon Whittemore wrote: > I am investigating creating a MSI package for deployment of web > applications with NAnt. We already have an MSI built in Visual Studio, > I would now like NAnt to produce this. > > I see there is an NAntContrib task called msi, and there is the tool > Wix that seems to ac

[NAnt-users] ASP.NET Deployment Package via NAnt

2006-12-04 Thread Simon Whittemore
I am investigating creating a MSI package for deployment of web applications with NAnt. We already have an MSI built in Visual Studio, I would now like NAnt to produce this. I see there is an NAntContrib task called msi, and there is the tool Wix that seems to accomplish these tasks. Does anyone h