public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "Nellis, Kenneth" <Kenneth.Nellis@xerox.com>
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: RE: [ANNOUNCEMENT] Updated: setup.exe (Release 2.876)
Date: Mon, 12 Sep 2016 20:53:00 -0000	[thread overview]
Message-ID: <0D835E9B9CD07F40A48423F80D3B5A704BBA130F@USA7109MB022.na.xerox.net> (raw)
In-Reply-To: <BLU436-SMTP115540F937D0CAAAB4B659CB6FF0@phx.gbl>

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

      reply	other threads:[~2016-09-12 20:43 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-09  9:36 Yaakov Selkowitz
2016-09-10  5:57 ` Wayne Davison
2016-09-10 17:07   ` Thomas Wolff
2016-09-10 18:00     ` Vince Rice
2016-09-12 12:55       ` Jon Turney
2016-09-12 12:37 ` Nellis, Kenneth
2016-09-12 14:35   ` Andrey Repin
2016-09-12 14:53     ` Nellis, Kenneth
2016-09-12 15:05       ` Andrey Repin
2016-09-12 15:11       ` Massimo Balestra
2016-09-12 20:53         ` Nellis, Kenneth [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0D835E9B9CD07F40A48423F80D3B5A704BBA130F@USA7109MB022.na.xerox.net \
    --to=kenneth.nellis@xerox.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).