[Nant-users] Re: [nant-dev] Installing files into VS.NET directory

2003-02-13 Thread Griffin Caprio
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

[Nant-users] Re: [nant-dev] Installing files into VS.NET directory

2003-02-13 Thread Scott Hernandez
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?   - Original Message -

[Nant-users] RE: [nant-dev] Installing files into VS.NET directory

2003-02-13 Thread Lorphelin, Yves
Hi, The registry key is HKLM\SOFTWARE\Microsoft\VisualStudio\7.0\ Key: InstallDir Yves > -Original Message- > From: Griffin Caprio [mailto:[EMAIL PROTECTED]] > Sent: 13 February 2003 18:34 > To: Scott Hernandez > Cc: NAntDev; [EMAIL PROTECTED] > Subject: Re: [nant-dev] Installing files

[Nant-users] Re: [nant-dev] Installing files into VS.NET directory

2003-02-13 Thread Scott Hernandez
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