delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/09/12/16:43:18

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: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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" <Kenneth DOT Nellis AT xerox DOT com>
To: "cygwin AT cygwin DOT com" <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: <BLU436-SMTP115540F937D0CAAAB4B659CB6FF0 AT phx DOT gbl>
In-Reply-To: <BLU436-SMTP115540F937D0CAAAB4B659CB6FF0@phx.gbl>
MIME-Version: 1.0
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


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019