Prefix/Cygwin: manifests
I want to file in a few postings now. They are mainly targeted for the
archives, but also to communicate knowlege on Cygwin. Sure your annotations are welcome. On newer windows systems there is a special form user account control (UAC). Some exectables like install.exe or patch.exe need special permissions in form of manifests placed into their directory. You can copy them from Cygwins /usr/bin directory. The example of install.exe.manifest is given below. Al <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="Cygwin.coreutils.install" type="win32"/> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> <security> <requestedPrivileges> <requestedExecutionLevel level="asInvoker" uiAccess="false"/> </requestedPrivileges> </security> </trustInfo> </assembly> |
| All times are GMT. The time now is 01:28 PM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.