From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28500 invoked by alias); 12 Sep 2016 20:43:02 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 28487 invoked by uid 89); 12 Sep 2016 20:43:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=4.8 required=5.0 tests=AWL,BAYES_95,EXECUTABLE_URI,KAM_EXEURI,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=Everyone, andrey, Andrey, UD:old X-HELO: USA7109MR002.ACS-INC.COM Received: from usa7109mr002.acs-inc.com (HELO USA7109MR002.ACS-INC.COM) (13.28.230.13) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 12 Sep 2016 20:42:52 +0000 Received: from usa7109ht004.na.xerox.net ([13.41.230.30]) by USA7109MR002.ACS-INC.COM with ESMTP/TLS/AES128-SHA256; 12 Sep 2016 15:42:50 -0500 Received: from USA7109MB022.na.xerox.net ([169.254.6.113]) by USA7109HT004.na.xerox.net ([13.41.230.30]) with mapi id 14.03.0294.000; Mon, 12 Sep 2016 15:42:50 -0500 From: "Nellis, Kenneth" To: "cygwin@cygwin.com" Subject: RE: [ANNOUNCEMENT] Updated: setup.exe (Release 2.876) Date: Mon, 12 Sep 2016 20:53:00 -0000 Message-ID: <0D835E9B9CD07F40A48423F80D3B5A704BBA130F@USA7109MB022.na.xerox.net> References: In-Reply-To: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2016-09/txt/msg00186.txt.bz2 From: Massimo Balestra=20 >=20 > I made a batch script that, when needed, downloads the new setup.exe > with wget, changes the permissions and then executes it. >=20 > This is my bat script. >=20 > ---------------------------------------------- >=20 > cd C:\cygwin64Install > move setup-x86_64.exe setup-x86_64.exe.old > c:\cygwin64\bin\wget.exe http://www.cygwin.com/setup-x86_64.exe > icacls setup-x86_64.exe /t /grant my-pc\\\\my-name:F > icacls setup-x86_64.exe /remove "NULL SID" > icacls setup-x86_64.exe /remove "Everyone" > setup-x86_64.exe >=20 > ---------------------------------- >=20 > It works, I suggest you to do the same. >=20 > replace my-pc and my-name with yours Thanx, for that, and good to know, but since I already have=20 a bash script, it is simpler just to add "chmod +x"=20 (thanx to Andrey). --Ken Nellis -- 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