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]

1.7.26-1: cygrunsrv package does not get install in unattended mode


Hello all,

I am trying to execute the following commands as part of a longer .bat
file:

SET CYGWIN_SETUP_EXE=setup-x86_64.exe
SET CYGWIN_ARCH=x86_64


IF NOT DEFINED CONSEQUOR_CYGWIN_ROOT (
  SET CONSEQUOR_CYGWIN_ROOT=C:\opt\consequor\cygwin
)

SET 
CONSEQUOR_CYGWIN_PACKAGE_DIR=Z:\var\data\consequor\swdev\pib_b0100setup\cyg
win\packages
SET CYGWIN_DOWNLOAD_MODE=--local-install

SET CYGWIN_PACKAGES= ^
  attr, ^
  bash, ^
  bash-completion, ^
  binutils, ^
  bzip2, ^
  cygrunsrv, ^
  cygrunsrv-debuginfo, ^
  cygutils, ^
  cygutils-debuginfo, ^
  cygutils-extra, ^
  cygwin, ^
  cygwin-doc, ^
  cyrus-sasl, ^
  cyrus-sasl-debuginfo, ^
  diffutils, ^
  exim, ^
  findutils, ^
  gawk, ^
  git, ^
  git-debuginfo, ^
  git-completion, ^
  hostname, ^
  vim, ^
  wget, ^
  which, ^
  whois

SET CMD=%CYGWIN_SETUP_EXE% ^
%CYGWIN_DOWNLOAD_MODE% ^
--no-shortcuts ^
--quiet-mode ^
--no-desktop ^
--no-startmenu ^
--root %CONSEQUOR_CYGWIN_ROOT% ^
--local-package-dir %CONSEQUOR_CYGWIN_PACKAGE_DIR% ^
--packages %CYGWIN_PACKAGES% ^
--arch %CYGWIN_ARCH% ^
--upgrade-also

>NUL 2>&1 %CMD%

Unfortunately, this command install everything but the cygrunsrv package.
I need this to be run in non-interactive / quiet mode as this is part of a
larger install script.


cygcheck output is attached (it there says that the cygrunsrv package is
not installed). I double checked for correct availability of the cygrunsrv
package in my local package directory.

What kind of command is required to install the cygrunsrv package as all
the others ? 

TIA!

Kind regards
  Frank

Attachment: cygcheck.out
Description: cygcheck.out

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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