X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 3BA7A385DC1B Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=ext.eeas.europa.eu Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=Panagiotis DOT KAVALAGIOS AT ext DOT eeas DOT europa DOT eu From: "KAVALAGIOS Panagiotis (EEAS-EXT)" To: Paul Isaacson , "cygwin AT cygwin DOT com" Subject: RE: setup-x86_64.exe --quiet-mode issues using Management Tools Thread-Topic: setup-x86_64.exe --quiet-mode issues using Management Tools Thread-Index: AdYTMeSjIijIRD1MS8uqbuPGAo/l4gAAxbSg Date: Wed, 15 Apr 2020 15:02:55 +0000 Message-ID: <6a7a523f04684961b1f5fc5b5081a72f@BELBRU-EXMP101.eeas.europa.eu> References: In-Reply-To: Accept-Language: en-GB, el-GR, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.51.5.102] MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.138, 18.0.676 definitions=2020-04-15_05:2020-04-14, 2020-04-15 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_spam_notspam policy=outbound_spam score=0 clxscore=1011 impostorscore=0 lowpriorityscore=0 malwarescore=0 mlxscore=0 phishscore=0 priorityscore=1501 spamscore=0 suspectscore=0 adultscore=0 mlxlogscore=999 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2003020000 definitions=main-2004150112 X-Spam-Status: No, score=-7.6 required=5.0 tests=BAYES_00, GIT_PATCH_2, KAM_DMARC_STATUS, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" > From: Cygwin On Behalf Of Paul Isaacson > Hello Cygwin Support, > > I am trying to install Cygwin silently through a management tool like SCCM > (called Bigfix). I went through the FAQ on your website to see what > commands/switches existed. I would like to install silently without any user > interaction and so I attempted to use setup-x86_64.exe --quiet-mode and I > get into an infinite loop for the installation. Bigfix tells me that the installation > is waiting for user response and will not continue. It gets stuck and can't > start/finish the installation. Is there any suggestions on what I can try? I also > want to install a bunch of packages during the installation but thought I would > try to start at a completely silent installation firsts. > > I have also checked forums as well online to see if anyone else had issues. I > found a one forum where someone is having the same issue with no > resolution found here: https://www.itninja.com/question/cygwin-realy- > silent-installation-no-progress-window-with-option-to-counsel Welcome to the club. Unfortunately, Cygwin setup is not friendly for Software Managers. After a lot of research, I have ended up to the following command: ---------------- @echo off @echo Starting Cygwin installation "%cd%\setup-x86_64.exe" -q -A -L -l "%cd%\cygwin-repo" -R "C:\Program Files\Cygwin" -P autoconf,automake,bash-completion,binutils,curl,emacs,git,git-svn,gnupg2,inetutils,konsole,mc,openssh,patchutils,perl,python2,python3,rsync,ruby,subversion,tcsh,tmux,unzip,vim,vim-common,wget,xinit,xlaunch,xorg-server,xorg-server-common,xorg-server-xorg,xorg-x11-fonts-dpi100,xorg-x11-fonts-dpi75,xorg-x11-fonts-Type1,xorg-x11-fonts-misc,xterm,zip ---------------- wrapped in a nice "setup-x86_64.bat" that is executed by the installation Powershell script. That command is still popping up a progress window, but it was removed by our Landesk configuration. You may check if yours having the same option not to allow any GUI to be displayed by the installation program. I have already requested a feature to totally remove any GUI from silent installation: https://www.mail-archive.com/cygwin AT cygwin DOT com/msg162887.html Panos -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple