Skip to content

Instantly share code, notes, and snippets.

@cicorias
Created April 29, 2020 12:46
Show Gist options
  • Save cicorias/cb0ad9a36d5874b026b6b2a7e070d030 to your computer and use it in GitHub Desktop.
Save cicorias/cb0ad9a36d5874b026b6b2a7e070d030 to your computer and use it in GitHub Desktop.
manifest for patch.exe
<?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="patch.exe"
type="win32"/>
<!-- Identify the application security requirements. -->
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel
level="asInvoker"
uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment