public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* RE: cygwin Registry Entries and Scriptability?
@ 2002-02-14 13:05 Mack, Daemian
  0 siblings, 0 replies; 9+ messages in thread
From: Mack, Daemian @ 2002-02-14 13:05 UTC (permalink / raw)
  To: 'cygwin@cygwin.com'

> On Thu, Feb 14, 2002 at 03:27:04PM -0500, Mack, Daemian wrote:
> >I do realize this.  What I'm asking is no more than this: is 
> a full Cygwin
> >installation required in order for bash.exe to use rsync.exe 
> to read from
> >and write to the local Windows filesystem?  Or are these two 
> files -- plus
> >the cygwin.dll -- sufficient for this purpose?
> 
> Hmm.  Didn't my response suffice?  

Judging by the evidence before us, the answer here is clearly no.  But thank
you for trying.



> If you are finding that the three files
> work, then obviously you don't need anything else.

Well, that's what two hours of tinkering on a couple of Windows boxes have
suggested.  I'd obviously require independent confirmation before I go
mucking about with customers' production data.  I think I've gotten it now;
I appreciate your input.


Daemian Mack

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 9+ messages in thread
* RE: Cygwin Registry Entries and Scriptability?
@ 2002-02-14 13:04 Mack, Daemian
  0 siblings, 0 replies; 9+ messages in thread
From: Mack, Daemian @ 2002-02-14 13:04 UTC (permalink / raw)
  To: 'Larry Hall (RFK Partners, Inc)', 'cygwin@cygwin.com'

> >I do realize this.  What I'm asking is no more than this: is 
> a full Cygwin
> >installation required in order for bash.exe to use rsync.exe 
> to read from
> >and write to the local Windows filesystem?  Or are these two 
> files -- plus
> >the cygwin.dll -- sufficient for this purpose?
> 
> Yep, should be.

Excellent.  Thank you!


Daemian Mack


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 9+ messages in thread
[parent not found: <AA200D15A29A574DA33D98B75E6E5D990452EF86@syrs-mail.back.ti ckets.com>]
* RE: Cygwin Registry Entries and Scriptability?
@ 2002-02-14 12:28 Mack, Daemian
  2002-02-14 12:36 ` cygwin " Christopher Faylor
  0 siblings, 1 reply; 9+ messages in thread
From: Mack, Daemian @ 2002-02-14 12:28 UTC (permalink / raw)
  To: 'Larry Hall (RFK Partners, Inc)', cygwin

> >I'd like confirmation or denial of this, because I'd like to 
> move forward
> >without scripting a full Cygwin installation, using only 
> these three files.
> 
> I'm not sure what you mean by a "full Cygwin installation, 
> using only these
> three files".  To people on this list, a full Cygwin 
> installation is more
> than just the three files you indicate.

*Without* scripting the full installation.  From the viewpoint of my install
package, it's infinitely easier to copy three files into a temporary working
directory, run them, then delete them, without worrying about a full
installation of Cygwin.
 


> It's worth noting that the installation you're describing would be 
> considered a custom one by this list and should come with its own 
> support channel.  This list can't be it.  I suspect that 
> you're aware of
> this but in case you're not, it's an important point to consider.

I do realize this.  What I'm asking is no more than this: is a full Cygwin
installation required in order for bash.exe to use rsync.exe to read from
and write to the local Windows filesystem?  Or are these two files -- plus
the cygwin.dll -- sufficient for this purpose?

Thanks for the quick response, by the way.


Daemian Mack

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 9+ messages in thread
[parent not found: <AA200D15A29A574DA33D98B75E6E5D990452EF85@syrs-mail.back.ti ckets.com>]
* Cygwin Registry Entries and Scriptability?
@ 2002-02-14 11:52 Mack, Daemian
  2002-02-14 12:13 ` cygwin " Christopher Faylor
  0 siblings, 1 reply; 9+ messages in thread
From: Mack, Daemian @ 2002-02-14 11:52 UTC (permalink / raw)
  To: cygwin

Hi all.  I'm using Wise Installer to package and script an upgrade utility
for Windows machines.  As part of this package, I'm using Cygwin's bash.exe,
rsync.exe, and the latest cygwin1.dll.  At the moment, I'm just copying
these three files to the hard disk on the target machine, then launching a
bash.exe process with various arguments to rsync.exe to perform an rsync
over the net.

I've heard that the way I'm doing it might not be correct, mostly because
the full setup of Cygwin provides registry entries concerning mount points,
so that, for instance, the directive /cygdrive/c/windows/desktop means
something to Cygwin utilities.

But what I'm finding with my testing is that every time I run bash.exe on a
machine with no other Cygwin install, these registry entries are created
dynamically.  I suspect cygwin1.dll is doing this when it's called by
bash.exe.  

To all appearances, then, a full install of Cygwin seems redundant, since I
can reference /cygdrive/c and get my work finished just fine without it.

I'd like confirmation or denial of this, because I'd like to move forward
without scripting a full Cygwin installation, using only these three files.
Thanks for any help.


Daemian Mack

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2002-02-14 21:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-14 13:05 cygwin Registry Entries and Scriptability? Mack, Daemian
  -- strict thread matches above, loose matches on Subject: below --
2002-02-14 13:04 Cygwin " Mack, Daemian
     [not found] <AA200D15A29A574DA33D98B75E6E5D990452EF86@syrs-mail.back.ti ckets.com>
2002-02-14 12:36 ` Larry Hall (RFK Partners, Inc)
2002-02-14 12:28 Mack, Daemian
2002-02-14 12:36 ` cygwin " Christopher Faylor
     [not found] <AA200D15A29A574DA33D98B75E6E5D990452EF85@syrs-mail.back.ti ckets.com>
2002-02-14 12:20 ` Cygwin " Larry Hall (RFK Partners, Inc)
2002-02-14 11:52 Mack, Daemian
2002-02-14 12:13 ` cygwin " Christopher Faylor
2002-02-14 12:25   ` Larry Hall (RFK Partners, Inc)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).