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 From: "Patrick J. LoPresti" Message-ID: To: cygwin AT cygwin DOT com Subject: Re: Can't configure setup.exe from CVS (and a plea for setup.exe alternative) References: <08e701c4e448$6b2dfa10$5308a8c0 AT robinson DOT cam DOT ac DOT uk> In-Reply-To: <20041217155747.GL26712@trixie.casa.cgf.cx> Date: 17 Dec 2004 13:58:57 -0500 Lines: 25 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Christopher Faylor writes: > Anyone know of a suitable, free setup-like utility that could be > pressed into service for use with cygwin? NSIS has already been mentioned. The other open-source utility I know of is Inno Setup (http://www.jrsoftware.org/isinfo.php). But if you really want to do yourself and your users a favor, you will find some way to produce .msi packages (see http://unattended.sourceforge.net/installers.html#msi). MSI is Microsoft's standard, and it provides several nice things automatically, such as "Add/Remove Programs", unattended installation, integration with SuS, and so on. MSI also has a model for "components" which you might be able to leverage. The only problem is that the free tools for producing MSI packages are fairly nascent. See, for instance, and . - Pat -- 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/