Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <014001c47557$acc199b0$78d96f83@robinson.cam.ac.uk> From: "Max Bowsher" To: , References: <01d301c47531$7fd99630$1c0a0a0a AT amer DOT cisco DOT com> Subject: Re: Automated Installation on Multiple Machines Date: Thu, 29 Jul 2004 11:34:42 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ X-Cam-AntiVirus: No virus found X-Cam-SpamDetails: Not scanned X-IsSubscribed: yes Note-from-DJ: This may be spam Tennis Smith (tennis) wrote: > Hi, > > I'm installing Cygwin on about 30 different machines at once. I've already > installed the basic Cygwin package which was very easy. Unfortunately, I > need to do much more. All of the PCs need to be identically configured with > ssh, telnet and ftp enabled and running as services. > > Does anyone have a script or some kind of automated process for doing this > so that I don't have to do manual installs on all 30 PCs? Unfortunately there is no automated install. However, you can avoid the tedious process of manual package selection by pre-initializing an /etc/setup/installed.db with the following contents: INSTALLED.DB 2 packagename packagename-0-0.tar.bz2 0 anotherpackagename anotherpackagename-0-0.tar.bz2 0 yetanotherpackagename yetanotherpackagename-0-0.tar.bz2 0 setup.exe will then see these packages as installed at version 0-0, and 'upgrade' them to the current versions without you having to select each package manually. Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/