From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 74487 invoked by alias); 12 Sep 2016 15:11:39 -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 74395 invoked by uid 89); 12 Sep 2016 15:11:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=AWL,BAYES_50,EXECUTABLE_URI,FREEMAIL_FROM,KAM_EXEURI,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=no version=3.3.2 spammy=nellis, Nellis, Everyone, andrey X-HELO: BLU004-OMC1S5.hotmail.com Received: from blu004-omc1s5.hotmail.com (HELO BLU004-OMC1S5.hotmail.com) (65.55.116.16) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 12 Sep 2016 15:11:28 +0000 Received: from BLU436-SMTP115 ([65.55.116.7]) by BLU004-OMC1S5.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Mon, 12 Sep 2016 08:11:27 -0700 X-TMN: [TPgVk2C442qRW3fL3lnJW2QN9yZFKNJb] Message-ID: Subject: Re: [ANNOUNCEMENT] Updated: setup.exe (Release 2.876) To: cygwin@cygwin.com References: <0D835E9B9CD07F40A48423F80D3B5A704BB9F0D6@USA7109MB022.na.xerox.net> <159907193.20160912172759@yandex.ru> <0D835E9B9CD07F40A48423F80D3B5A704BBA1225@USA7109MB022.na.xerox.net> From: Massimo Balestra Date: Mon, 12 Sep 2016 15:11:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <0D835E9B9CD07F40A48423F80D3B5A704BBA1225@USA7109MB022.na.xerox.net> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00179.txt.bz2 I made a batch script that, when needed, downloads the new setup.exe with wget, changes the permissions and then executes it. This is my bat script. ---------------------------------------------- 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 ---------------------------------- It works, I suggest you to do the same. replace my-pc and my-name with yours Have fun Massimo On 9/12/2016 7:53 AM, Nellis, Kenneth wrote: > From: Andrey Repin >> Greetings, Nellis, Kenneth! >> >>>> A new version of Setup, release 2.876, has been uploaded to >>>> >>>> https://cygwin.com/setup-x86.exe (32 bit version) >>>> https://cygwin.com/setup-x86_64.exe (64 bit version) >>>> >>>> ... >>> Not a biggie, but thought I'd mention that when I installed >>> the new 64-bit version through my bash script (using wget), >>> on launching it Windows complained that permissions were >>> out of order and that I didn't have permission to run it. >>> Deleting that download and installing the normal way through >>> the web page worked just fine. >> This is to be expected, if you've downloaded the file into Cygwin ACL- >> enforced >> directory. >> You'll have to explicitly +x it to be able to execute the file. > Uh, I don't think my directory is "Cygwin ACL-enforced", but how > would I know? It's just my regular Windows download folder (under > C:\Users), which is separate from my Cygwin stuff (C:\cygwin\home). > > Again, not a biggie, but a curiosity. > > --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 > -- 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