Re: [NAnt-users] Windows Installer for NAnt

2011-11-14 Thread angus.grant
To: nant-users@lists.sourceforge.net > Subject: Re: [NAnt-users] Windows Installer for NAnt > > On 11/11/2011 4:54 PM, Ryan Boggs wrote: > >> The easy solution was to create a small InnoSetup Installer. You can > >> download it from our files section at SourceForge: > >>

Re: [NAnt-users] Windows Installer for NAnt

2011-11-14 Thread Bob Archer
I don't put nant into program files. I put it into the lib folder of each project I use. This way, I can upgrade the version of nant used by the project without worrying about what everyone has installed or if it will break other projects. BOb > -Original Message- > From: Timotheus Po

Re: [NAnt-users] Windows Installer for NAnt

2011-11-11 Thread Markus Ewald
On 11/11/2011 4:54 PM, Ryan Boggs wrote: >> The easy solution was to create a small InnoSetup Installer. You can >> download it from our files section at SourceForge: >> http://sourceforge.net/projects/openpetraorg/files/openpetraorg/Tools/NAnt-Setup-0.91.exe/download >> >> The script file for

Re: [NAnt-users] Windows Installer for NAnt

2011-11-11 Thread Ryan Boggs
Hi, On Fri, Nov 11, 2011 at 1:32 PM, Dominik Guder wrote: > Hi Timotheus, > > thanks for your suggestion. IMHO there is no other installer right now. > We started thinking of creating one since the download/unblock issue > drove us nuts. Boy does it. :) > > In office we created a separate svn rep

Re: [NAnt-users] Windows Installer for NAnt

2011-11-11 Thread Dominik Guder
Hi Timotheus, thanks for your suggestion. IMHO there is no other installer right now. We started thinking of creating one since the download/unblock issue drove us nuts. In office we created a separate svn repository just for dev tools like nant and wix. So the users just do an update an she i

Re: [NAnt-users] Windows Installer for NAnt

2011-11-11 Thread Timotheus Pokorra
Hello Ryan, >> The script file for InnoSetup looks like this: > This is interesting.  Just out of curiosity, what are the advantages > of using this compared to using another type of installer, such as > WiX? I have not used WiX before. I sometimes work with NSIS from Nullsoft, which has the adva

Re: [NAnt-users] Windows Installer for NAnt

2011-11-11 Thread Ryan Boggs
Hi, See inline. On Fri, Nov 11, 2011 at 4:36 AM, Timotheus Pokorra wrote: > Hello all, > > thanks for the very useful tool of NAnt! We are heavily using it for > our OpenPetra project. Glad to hear. > > But we have had now several problems with permissions for executing > nant on Windows, from t