[NAnt-users] Integrating Nant with CruiseControl.NET

2006-05-04 Thread nbl prasad
Gert, In our projet we are planning to integrate Nant with CruiseControl.NET , could you please help me what are the steps we should follow. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

[NAnt-users] How to modify the MSITaskTemplate.msi file?

2006-05-04 Thread Thomas Schroedter
Title: How to modify the MSITaskTemplate.msi file? Hi, I've got a working nant script which creates a msi file. It works fine with the default MSI Template provided by NAntContrib. But I have tried to change the displayed dialogs in MSI Template file, using InstallShield Developer. What

[NAnt-users] Task Available deprecated

2006-05-04 Thread Ahmed, Shabana
Hi All,      Looks like Task has been deprecated. I get an error when I build my Nant script saying Task deprecated replace with functions.     When  I replace with functions however the build fails at th

[NAnt-users] Plz Unsubscribe

2006-05-04 Thread murty dronamraju
  Plz Unsubscribe       On 5/4/06, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: Thomas, I'm not sure if there is an easier way, but as you (presumably) know the GUID of your application, you could try the following.  I haven't tried it myself, but I think it should work: Add a search to your scr

RE: [NAnt-users] task: How to remove an existing installation before installing a new version?

2006-05-04 Thread Martin Thornalley
Title: task: How to remove an existing installation before installing a new version? I’m not exactly sure how to do this with the MSI task but in the past when I’ve created installers using Wise for Windows Installer I had to make a call to the RemoveExistingProducts Action.  I presume thi

RE: [NAnt-users] task issue

2006-05-04 Thread Burgess, Michael
Cheers Karl - I'll have a look tonight. I have to agree on the task - much easier to create a .csdproj deployment project and call than try to do it all manually with the task! Mike. From: [EMAIL PROTECTED] on behalf of Karl Palsson Sent: Thu 04/05/2006 11

RE: [NAnt-users] task issue

2006-05-04 Thread Karl Palsson
My nant (.85rc3) complains about the deployment projects too, but it doesn't actually stop compiling or anything like that. It's a warning, and it just skips them. Reminding you that one day, it might be nice to make that work. I use the task for building all the code, then use exec to call de

RE: [NAnt-users] task issue

2006-05-04 Thread Burgess, Michael
Going back to this point Should it be possible for me to run the task and exclude deployment projects? I did try this once but I was new to NAnt and may have done it wrong. If it is, could someone show me a very basic example please? Many thanks, Mike. ___

Re: [NAnt-users] task: How to remove an existing installation before installing a new version?

2006-05-04 Thread William_Martin
Thomas, I'm not sure if there is an easier way, but as you (presumably) know the GUID of your application, you could try the following.  I haven't tried it myself, but I think it should work: Add a search to your script to check the registry for HKLM\Software\Microsoft\Windows\CurrentVersion\Uni

FW: [NAnt-users] Doesn't the exec path use the PATH Environment/System variable.

2006-05-04 Thread Pillai, Gishu R (GE Infra, Energy)
Sent it to Gert - instead of the list. Might be useful... -Original Message- From: Pillai, Gishu R (GE Infra, Energy) Sent: 04 May 2006 13:25 To: 'Gert Driesen' Subject: RE: [NAnt-users] Doesn't the exec path use the PATH Environment/System variable. >> Just curious here. I have the .NE