public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Bill Welch <bill@brazier.com>
To: cygwin@cygwin.com
Subject: How about a 64-bit installer that doesn't require UAC?
Date: Sat, 02 Nov 2013 20:43:00 -0000	[thread overview]
Message-ID: <527563E7.70508@brazier.com> (raw)

Yes, I could try to change the application manifest myself, but that 
seems esoteric and I haven't been able to find any GPL tool. See 
http://stackoverflow.com/questions/741726/diagnosing-windows-application-manifests, 
for example. Same for the solutions noted here 
http://superuser.com/questions/24631/prevent-elevation-uac-for-an-application-that-doesnt-need-it.
 From the application manifest of setup-x86_64.exe:

<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
   <security>
   <requestedPrivileges>
   <requestedExecutionLevel level="requireAdministrator" 
uiAccess="false" />
   </requestedPrivileges>
   </security>
   </trustInfo>


--
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:[~2013-11-02 20:43 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-02 20:43 Bill Welch [this message]
2013-11-02 22:35 ` Andrey Repin
2013-11-02 23:05   ` Andrey Repin
2013-11-03 18:45   ` Bill Welch
2013-11-03 19:13   ` Bill Welch
2013-11-04 11:53     ` Corinna Vinschen
2013-11-04 15:59       ` Christopher Faylor
2013-11-04 16:11         ` Corinna Vinschen
2013-11-08 14:01       ` Shaddy Baddah
2013-11-08 18:44         ` Denis Excoffier
2013-11-08 19:58           ` Buchbinder, Barry (NIH/NIAID) [E]

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=527563E7.70508@brazier.com \
    --to=bill@brazier.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).