Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Fri, 26 Oct 2001 15:18:19 -0400 From: Christopher Faylor To: cygwin-developers AT cygwin DOT com Subject: Re: setup.exe command line options Message-ID: <20011026151819.A1599@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com References: <005001c15e52$d4402f70$2c4e3c3e AT Obsession> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <005001c15e52$d4402f70$2c4e3c3e@Obsession> User-Agent: Mutt/1.3.21i On Fri, Oct 26, 2001 at 08:17:16PM +0100, Keith Starsmeare wrote: >I'm testing the waters to check that I'm not duplicating someone elses work. >I've started adding command line options to the setup program. My goal would >be to get to the stage where I don't need to click anything to >download/install from my favourite mirror. > >I thought it best to mirror the options in the dialog boxes, so I came up >with these options: > >-netinstall >-netdownload >-localinstall >-packagedir >-rootdir >-dos >-unix >-allusers >-justme >-noproxy >-ie >-proxy >-ftpsite >-all_new > >I haven't got it all working yet, and I'm very much a part time developer, >so don't hold your breathe (unless I should submit the easy bits that I've >got working...). I agree with the option names being similar to the dialog boxes but I'd prefer that you use '--' options. If you could invent suitable short '-q' style options that would be good too. I think this is a great idea. People have been asking for this. I could use it myself, in fact. cgf