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:
ted.mielczarek%gmail.com 2007-04-25 22:11:45 +00:00
parent fdc1cb8296
commit 5223c1f990
3 changed files with 25 additions and 1 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>