Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <425EF1BA.5A86E7D1@dessent.net>
Date: Thu, 14 Apr 2005 15:42:02 -0700
From: Brian Dessent <brian@dessent.net>
Organization: My own little world...
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Building a common cygwin enviroment for network distribution
References: <425EEF9D.1030002@ticom-geo.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Reply-To: cygwin@cygwin.com

Carl Perry wrote:

> I've built an NSIS installer taht copies all the files and creates
> all the necessary icons - however things are not functioning as 
> expected.

If you're not copying the mounts, you're almost certainly going to run
into problems.  The "correct" way to do this is to do "mount -m
>mounts.bat" on the target machine and then run that batch file on each destination machine.  (This assumes that all the paths are identical.)  You could also do it just by a straight copy of the registry information, but the mount method is much cleaner.

Brian

--
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/

