Re: [Nant-users] task question

2005-08-10 Thread Jim Geurts
I think you'll have to manually create the RadioButton table.On 8/8/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I know this is a NAnt contrib task, but there doesn't appear to be a contrib users group so I'll try here. Is there any way in the task of directly creating radio buttons for a d

Re: [Nant-users] FxCop failing build

2005-07-12 Thread Jim Geurts
James, I'm not sure if you're using the fxcop task (part of NAntContrib) or just calling fxcopcmd.exe.  If you are using the task, I would think you could just set the "directOutputToConsole" attribute to true.  That way the output would be added to the NAnt report.  Otherwise there is a related

Re: [Nant-users] MSI problem: How to call standard dialog boxes like virtual directory for web.

2005-07-11 Thread Jim Geurts
Sachin, I rolled back the msi faq and related pages... Spam got the best of them.  Those pages should help you with your question(s).  http://nant.sourceforge.net/wiki/index.php/MSITask http://nant.sourceforge.net/wiki/index.php/samples%20for%20install%20tasks Let me know if you still have que

Re: [Nant-users] Re: Running NAnt inside Visual Studio

2005-06-10 Thread Jim Geurts
Yeah, I realize that project exists... it's a nice project and I'm happy that someone took on that challenge.  The difference is that our addin will automatically run pre/post build events for each solution build.  On 6/10/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: There's already a VS.NET pl

Re: [Nant-users] Re: Running NAnt inside Visual Studio

2005-06-10 Thread Jim Geurts
I don't know if this would interest anyone, but we use a vs.net addin, at work, that we can release to the community.  When we do a solution build, it'll search for a solution level build file.  The addin runs all nant tasks before it hits the task. Then it uses vs.net to build the solution normal

Re: [Nant-users] OT - Where is MSVBDPCA.DLL?

2005-06-06 Thread Jim Geurts
http://cvs.sourceforge.net/viewcvs.py/nantcontrib/NAntContrib/Tools/InstallRequirements/MSVBDPCA.DLL?rev=1.1&view=auto On 6/5/05, Alejandro Calbazana <[EMAIL PROTECTED]> wrote: Hello,This may be a little off topic for this list, but maybe someone can helpme.  I am looking for a copy of MSVBDPCA.D

Re: [Nant-users] MSI task: virtual folder off c:\inetpub

2005-04-22 Thread Jim Geurts
I'm not sure how to do that with the MSVBDPCA.dll custom action dll.  Your best bet is to write your own custom action... On 4/22/05, Hadzramin AR <[EMAIL PROTECTED]> wrote: Hi,     What I try to achive is to allow user to install web application outside c:\inetpub\wwwroot My current msi

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

2005-03-31 Thread Jim Geurts
merge modules exist, at the time the task is run. Otherwise, the dialog merge modules could be built as they're needed, but that would suck if you rebuild the solution many times in a day... On Thu, 31 Mar 2005 12:36:09 -0500, Gary Feldman <[EMAIL PROTECTED]> wrote: > Ji

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

2005-03-31 Thread Jim Geurts
ur initial setup project, however at least with WiX, you can decompile > > the MSI and/or MSM file(s) to use as a starting point. > > > > Hope this helps, > > Regards, > > Richard=20 > > > > > > Message: 2 > > Date: Mon, 28 Mar 2005 08:29:57 -0600 &g

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] Merge modules (MSM task)

2005-02-18 Thread Jim Geurts
hrm... weird. I had to add the ModuleConfiguration table to the template. It's checked in and available from CVS now. That should fix your problem Thanks Jim On Fri, 18 Feb 2005 10:07:19 -0500, Foster, Richard - PAL <[EMAIL PROTECTED]> wrote: > Since there seems to be some discussion about M

[Nant-users] /nowarn & solution task

2005-01-27 Thread Jim Geurts
Is there support for type elements to the solution task? Or is there another preferred way to accomplish ignoring certain warning messages? I'd rather not change the project files, if possible. --- This SF.Net email is sponsored by: IntelliVI

[Nant-users] Re: Sample MSI build file

2005-01-18 Thread Jim Geurts
Hi Bala, I know that I haven't done a dialog for allowing the user to select the install directory. It wouldn't be that hard to put together, though. Maybe have a look at the sample build files: http://nant.sourceforge.net/wiki/index.php/samples%20for%20install%20tasks More specifically, you mi

Re: [Nant-users] Beginner to creating msi with Nant contrib

2005-01-18 Thread Jim Geurts
Are you intending to have an msi dialog that allows the user to specify the virtual directory? Or is this to be installed as the default website (\inetpub\wwroot)? On Tue, 18 Jan 2005 11:23:56 -0500, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > I would really appreciate everyone's help w

Re: [Nant-users] MSI error

2005-01-17 Thread Jim Geurts
Hi Bala, The error with cabarc is because the build file exists in a directory with spaces. Try moving the build file to C:\Temp or something like that and trying again. This is a bug and I'll look into fixing it soon. The file attribute of the element for components should be set to the name

Re: [Nant-users] msi and conditional component installation

2004-12-16 Thread Jim Geurts
Hey Ted, To the best of my knowledge, the file search hasn't been implemented w/ the task. I think there was a need to change the syntax of the search element... You can probably still use the msi supported file searching mechanism by just creating a "custom table" representing the DrLocator and

Re: [Nant-users] MSI task and registering assemblies in COM

2004-12-16 Thread Jim Geurts
Denis, The tool should automatically setup msi to register the assemblies & tlb files... Please let me know if this is not the case. JIm On Mon, 13 Dec 2004 18:28:51 +0200, Denis Kruchkov <[EMAIL PROTECTED]> wrote: > I have assemblies which exposed to COM for using by script language. > Does

Re: [Nant-users] 0.85 msi install

2004-12-03 Thread Jim Geurts
This discussion is definitely helping... I posted to the users list, rather than the dev list, because the users are the ones who will be installing the msi. For the most part, developers will be doing like you do, John, and pulling a nightly build from CVS. So if any [new?] users have any opinio

Re: [Nant-users] 0.85 msi install

2004-12-02 Thread Jim Geurts
There are sort of separate installs for NAnt and NAntContrib. To be a little more clear, there are various merge modules that are built for each section of both projects. I then merge all of those into an install. As it stands right now, if the user does a typical or complete install, both proje

[Nant-users] 0.85 msi install

2004-12-01 Thread Jim Geurts
Hey Gert, I'm not sure if this was brought up or not. I haven't been following the lists very closely lately, but are you intending to build/provide msi installs of NAnt/NAntContrib with each beta/release? I plan on grabbing rc-1 tonight and verifying that the msi target works as expected. It