From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.kundenserver.de (mout.kundenserver.de [217.72.192.75]) by sourceware.org (Postfix) with ESMTPS id 3CC95385DC09 for ; Tue, 30 Nov 2021 15:12:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 3CC95385DC09 Received: from calimero.vinschen.de ([24.134.7.25]) by mrelayeu.kundenserver.de (mreue107 [212.227.15.183]) with ESMTPSA (Nemesis) id 1M1ZQT-1mtzPS354N-0038t8; Tue, 30 Nov 2021 16:12:13 +0100 Received: by calimero.vinschen.de (Postfix, from userid 500) id 2B467A8109C; Tue, 30 Nov 2021 16:12:13 +0100 (CET) Date: Tue, 30 Nov 2021 16:12:13 +0100 From: Corinna Vinschen To: cygwin@cygwin.com Cc: "Fuchs, Thorsten" Subject: Re: No cancel mode for setup.exe Message-ID: Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com, "Fuchs, Thorsten" References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: X-Provags-ID: V03:K1:B/JugNsQ8t8/NdVDf5W4v42y6W2J7WrP+XTs33a9UbM09xqd3xa K82vfMa2Q/45x8TAg6Irz3vwNDXS2YPXKYa11b8iPhWnqwWdYMAYsPHsyk8YJByDMH3aRRe MsIgBfs45T05PavUcaQ3IrPyn5a6qJ+bhe8x0JxO/fwQC9j+dCZWsrFrt+hmjxT6Q0Iv1kc uEvTsiDCaU78i5NNA9/+A== X-UI-Out-Filterresults: notjunk:1;V03:K0:E8oMDJi2Fg8=:UrcwcqdU3AUBwHDlcFus22 B5LE8sWN71uwun49k5SfIL9hL4nVXsm4/8m+o4gcZj2eE/ditDI74+6mQLPJgFnSBb+J2pFf9 S3ozJSte6mKT5uSn7QrWHfZmtBiaaKSABbqPuvqb2J4sLYQj9dLcoYaiiBuiyavCkWX5P6XyG //LvHNRPFqDC1KM8CuCFmANnGvmTjH6Co6S+m/4HoVfe75uMiRXrdMX8Nr5cd3jaAG8xNE/ej 6F0c8EWnS786Zu0kwzALE/zUSTaqcV2J50D9bnTQskPM5ddMjaScLmj0RItKuginsVhfrz7VV OH4GTlgL1qQBaoKVgbzydF0vFgP3yKBGp+VjWJJR4Wssdxs2i516McPUS+0S40PgaSrL63YyN NlMubhUBgL9AE4E/aWgxfpE9ZQoJLFW99nWeDdGT6L4h/r1ZrCVxikGp+kDcpTF93T+DobPo7 WyRHSAZkuaABuNMr8yg51tpN2N8eunTff/LqLDcnoXXdLKPDhU5Z8iKIvaVu5J9auSDbRCngt NT2fgGhD3Ekg4msDc/4Xu4sgaatnMZunhuq7+OsdgyhiSQq4xCOCuxGRtS2axkLHrYnSHNcjj xWoxXYeZf/i0bJxrrB8AtucEnEXsnkPLj1Mysju7Wae57sZTZPKtHKj2Z7NJCTliHtSdMsxUW lYwaxP6FA6M5mKvchfd/6g2++qdKiSYAK0eeM4wvqBvj6t2mfoFOV5g25Op+bQ/dF73jO2N/h hoxEQ9z8d7zykrML X-Spam-Status: No, score=-99.1 required=5.0 tests=BAYES_00, GOOD_FROM_CORINNA_CYGWIN, JMQ_SPF_NEUTRAL, KAM_DMARC_NONE, KAM_DMARC_STATUS, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NEUTRAL, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin@cygwin.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: , X-List-Received-Date: Tue, 30 Nov 2021 15:12:19 -0000 Hi Thorsten, On Nov 29 15:23, Fuchs, Thorsten via Cygwin wrote: > Hi, > > We are using the setup-x86_64.exe within our deployment system to > install Cygwin at the developer workstations. The setup run is > triggered automatically and all developer workstation going to be > install identically. However, when the setup window is open and the > install is in progress it is possible for the user to cancel it. > Sometimes developers interrupt the process. Would be good if this can > be avoided. When you automate the setup call, can't you also ask the automation to run the process in a hidden window? That would probably already avoid a lot of uninformed interruption... Corinna