This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Building a common cygwin enviroment for network distribution


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]