RE: [NAnt-users] Building MSI files using NAnt Contrib

2006-03-01 Thread Sushant Goel
@lists.sourceforge.net Subject: Re: [NAnt-users] Building MSI files using NAnt Contrib   Hi Goel, Yes, you need some nested elements to the task.  At a minimum, I think you'll probably need something the snippet below.  The documentation on the task assumes that you already know a bit

Re: [NAnt-users] Building MSI files using NAnt Contrib

2006-03-01 Thread William_Martin
eforge.net cc Subject [NAnt-users] Building MSI files using NAnt Contrib Hi All, I have been trying to generate MSI (Microsoft Installer) file for a simple "hello world" application written in C#. I am using NAnt Contrib. Getting object reference error. Code for the build

[NAnt-users] Building MSI files using NAnt Contrib

2006-02-28 Thread Sushant Goel
Hi All, I have been trying to generate MSI (Microsoft Installer) file for a simple "hello world" application written in C#. I am using NAnt Contrib. Getting object reference error. Code for the build script is as follows: BUILD SCRIPT: