X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; q=dns; s=default; b=VZ3WrKzG8VJV20d9nhJX0p8qJK1Qt 6GrIo+hzvvqx02xV1IycXVNLTzd3kIKLximbYr2wTln5L1QbeNXeuolgPmIKEHng fHtWziwk2l/FBcuYPiBGJya5uo8dGwFwvS9KMRXGlRg9cC5yARaIGuV2kprOk/Qa YDsKFwrC0+WeIU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; s=default; bh=7dnNH4GLKf75QbjzVe9xEfDmieI=; b=gjZ 9m+kLyIyb1fuN1bLqaLa+5OcCLZ7g6iO/F/sSr8/YtIinMiMD0h0HQx6yoIv9dr5 rTEvA0DBhaYo00av3uRMfOpNIZG6s1womqMAdoPaEKBas65yZaAdkTlidhRsv45I /k/Gc/Eukg+FOAIQPvYr6kvl5YrT0Ys1FXbEoccc= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 From: "Nellis, Kenneth" To: "cygwin AT cygwin DOT com" Subject: RE: [ANNOUNCEMENT] Updated: setup.exe (Release 2.876) Date: Mon, 12 Sep 2016 20:42:49 +0000 Message-ID: <0D835E9B9CD07F40A48423F80D3B5A704BBA130F@USA7109MB022.na.xerox.net> References: In-Reply-To: Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u8CKhDsj002157 From: Massimo Balestra > > 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 Thanx, for that, and good to know, but since I already have a bash script, it is simpler just to add "chmod +x" (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