bug 378598 - Firefox executable should have the manifest with requestedExecutionLevel=asInvoker. r=rob_strong
git-svn-id: svn://10.0.0.236/trunk@225047 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
fdc1cb8296
commit
5223c1f990
@ -19,4 +19,12 @@
|
|||||||
/>
|
/>
|
||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<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>
|
</assembly>
|
||||||
|
|||||||
@ -19,4 +19,12 @@
|
|||||||
/>
|
/>
|
||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<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>
|
</assembly>
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
name="Mozilla.XULRunner"
|
name="Mozilla.XULRunner"
|
||||||
type="win32"
|
type="win32"
|
||||||
/>
|
/>
|
||||||
<description>Mozilla Thunderbird</description>
|
<description>Mozilla XULRunner</description>
|
||||||
<dependency>
|
<dependency>
|
||||||
<dependentAssembly>
|
<dependentAssembly>
|
||||||
<assemblyIdentity
|
<assemblyIdentity
|
||||||
@ -19,4 +19,12 @@
|
|||||||
/>
|
/>
|
||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<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>
|
</assembly>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user