How about a 64-bit installer that doesn't require UAC?
Bill Welch
bill@brazier.com
Sat Nov 2 20:43:00 GMT 2013
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
More information about the Cygwin
mailing list