This is the mail archive of the cygwin@sources.redhat.com 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]

Re: setup.exe -- unattended and automatic updates?



>     Can setup.exe be run unattended and automatically download
>     new updates from a specific site to the cygwin isnatlltion
>     directory provided on command line as well? 
> 
>     I would like to have is run from command line by cron or windows
>     scheduler after N days without any manual attention.

There is no "automatic mode" for setup, but it shouldn't be too hard
to add.  main.cc to parse the options, and find all the do_*()
functions that call DialogBox() and teach them when to skip the
dialogs.

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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