mirror of
https://github.com/koho/frpmgr.git
synced 2025-10-20 16:03:47 +08:00
* Rewrite custom actions in C * Add language setting file * Improve setup * Improve build script * Skip directory selection on upgrade * Fix dll symbols error on x86 * Validate install path * Hide language selection dialog on upgrade * Improve macros * Add multi-language support to the setup * Remove old files
11 lines
403 B
XML
11 lines
403 B
XML
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
|
|
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
|
|
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
|
<security>
|
|
<requestedPrivileges>
|
|
<requestedExecutionLevel level='asInvoker' uiAccess='false' />
|
|
</requestedPrivileges>
|
|
</security>
|
|
</trustInfo>
|
|
</assembly>
|