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 437DB385B835 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dronecode.org.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=jon DOT turney AT dronecode DOT org DOT uk Authentication-Results: btinternet.com; auth=pass (PLAIN) smtp.auth=jonturney AT btinternet DOT com X-Originating-IP: [86.158.32.4] X-OWM-Source-IP: 86.158.32.4 (GB) X-OWM-Env-Sender: jonturney AT btinternet DOT com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-RazorGate-Vade: gggruggvucftvghtrhhoucdtuddrgeduhedrfeelgdekhecutefuodetggdotefrodftvfcurfhrohhfihhlvgemuceutffkvffkuffjvffgnffgvefqofdpqfgfvfenuceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhepuffvfhfhkffffgggjggtgfesthejredttdefjeenucfhrhhomheplfhonhcuvfhurhhnvgihuceojhhonhdrthhurhhnvgihsegurhhonhgvtghouggvrdhorhhgrdhukheqnecuffhomhgrihhnpehithhnihhnjhgrrdgtohhmpdhmrghilhdqrghrtghhihhvvgdrtghomhenucfkphepkeeirdduheekrdefvddrgeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhephhgvlhhopegludelvddrudeikedruddruddujegnpdhinhgvthepkeeirdduheekrdefvddrgedpmhgrihhlfhhrohhmpeeojhhonhdrthhurhhnvgihsegurhhonhgvtghouggvrdhorhhgrdhukhequceuqfffjgepkeeukffvoffkoffgpdhrtghpthhtohepoegthihgfihinhestgihghifihhnrdgtohhmqe X-RazorGate-Vade-Verdict: clean 0 X-RazorGate-Vade-Classification: clean Subject: Re: setup-x86_64.exe --quiet-mode issues using Management Tools To: The Cygwin Mailing List References: <6a7a523f04684961b1f5fc5b5081a72f AT BELBRU-EXMP101 DOT eeas DOT europa DOT eu> From: Jon Turney Message-ID: <693d0817-46ea-7e06-4373-a3a9c0fa147c@dronecode.org.uk> Date: Sat, 18 Apr 2020 15:58:11 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <6a7a523f04684961b1f5fc5b5081a72f@BELBRU-EXMP101.eeas.europa.eu> Content-Language: en-GB X-Spam-Status: No, score=-7.7 required=5.0 tests=BAYES_00, FORGED_SPF_HELO, GIT_PATCH_2, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_LOW, SPF_HELO_PASS, SPF_NONE, TXREP 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 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" On 15/04/2020 16:02, KAVALAGIOS Panagiotis (EEAS-EXT) wrote: >> 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. It's possible that there are bugs in setup which cause quiet-mode to get stuck on some error conditions. Unfortunately, there's not enough information provided to know if that's the case here, or fix it if it is. >> 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 > Yeah, about that... If you want to see a feature added to setup, by far the best way is to provide a patch to add it. -- 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