mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
841a6aa916
--HG-- extra : rebase_source : 97410d0463f08d277b5815063f769205c25ebc77
18 lines
626 B
XML
18 lines
626 B
XML
<?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="*"
|
|
name="nsinstall"
|
|
type="win32"
|
|
/>
|
|
<description>nsinstall</description>
|
|
<ms_asmv3:trustInfo xmlns:ms_asmv3="urn:schemas-microsoft-com:asm.v3">
|
|
<ms_asmv3:security>
|
|
<ms_asmv3:requestedPrivileges>
|
|
<ms_asmv3:requestedExecutionLevel level="asInvoker" uiAccess="false"></ms_asmv3:requestedExecutionLevel>
|
|
</ms_asmv3:requestedPrivileges>
|
|
</ms_asmv3:security>
|
|
</ms_asmv3:trustInfo>
|
|
</assembly>
|