Sorry, maybe I was a bit misleading in my last email. There is a readregistry task in the current builds that can help out. I think there is a VS.Net installdir registry key that you can read. Then you can just copy to that path. That should do it for you, right?
 

<!--Reads registry string into vs.net.dir property-->

<readregistry property="vs.net.dir" key="\SOFTWARE\Microsoft\VisualStudio\7.0\InstallDir" hive="LocalMachine" />

----- Original Message -----
From: "Griffin Caprio" <[EMAIL PROTECTED]>
To: "Scott Hernandez" <[EMAIL PROTECTED]>
Cc: "NAntDev" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, February 13, 2003 12:33 PM
Subject: Re: [nant-dev] Installing files into VS.NET directory

> Hmm... I was afraid of that.  Hopefully I can get
> something like that using the registry or something. 
>
> Maybe this could be a new task?
>
> Will keep the group posted.
>
> -Griffin
> --- Scott Hernandez <
[EMAIL PROTECTED]> wrote:
> > Griffin,
> >
> > Totally external. There is nothing in NAnt which
> > exposes the fact, or
> > requires, that VS.Net be installed.
> >
> > I did install some things into a VS.Net dir using
> > nant, but it required that
> > I hardcode the path in the buildfile. When I was
> > playing around with the
> > NAntSchemaGeneratorTask I would build the schema and
> > deploy it to the VS.Net
> > so I could use the schema immediately...
> >
> > ----- Original Message -----
> > From: "Griffin Caprio" <
[EMAIL PROTECTED]>
> > To: "NAntDev"
> > <
[EMAIL PROTECTED]>;
> > <
[EMAIL PROTECTED]>
> > Sent: Thursday, February 13, 2003 11:58 AM
> > Subject: [nant-dev] Installing files into VS.NET
> > directory
> >
> >
> > > Is anyone installing files into the VS.NET install
> > > directory using NAnt?  Is there any way to derive
> > > those kinds of properties using NAnt or is that
> > some
> > > that needs to be done externally?
> > >
> > > -Griffin
> >
> >
> >
> >
> -------------------------------------------------------
> > This SF.NET email is sponsored by: FREE  SSL Guide
> > from Thawte
> > are you planning your Web Server Security? Click
> > here to get a FREE
> > Thawte SSL guide and find the answers to all your
> > SSL security issues.
> >
>
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
> > _______________________________________________
> > Nant-developers mailing list
> >
[EMAIL PROTECTED]
> >
>
https://lists.sourceforge.net/lists/listinfo/nant-developers
>
>
> =====
> Griffin Caprio
> "Your child against mine.  The winner
> will be hailed, the loser will be booed
> until my throat hurts!" - Homer Simpson to Marge
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Shopping - Send Flowers for Valentine's Day
>
http://shopping.yahoo.com
>
>
> -------------------------------------------------------
> This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
> are you planning your Web Server Security? Click here to get a FREE
> Thawte SSL guide and find the answers to all your  SSL security issues.
>
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
> _______________________________________________
> Nant-developers mailing list
>
[EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-developers
>
>

Reply via email to