Mercurial > trustbridge
annotate cinst/asInvoker.manifest @ 1395:a2574a029322
Fix Base 64 signature size calculation.
If the signature byte size is not equally dividable
by three the base 64 encoding needs three additional bytes.
The value is now fixed to avoid such errors in the future.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 26 Jan 2015 13:17:32 +0100 |
parents | b0bdccc4ee2d |
children |
rev | line source |
---|---|
1220
60927efa48cc
(issue128) Add manifest for the correct execution level.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
60927efa48cc
(issue128) Add manifest for the correct execution level.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> |
60927efa48cc
(issue128) Add manifest for the correct execution level.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
3 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> |
60927efa48cc
(issue128) Add manifest for the correct execution level.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
4 <security> |
60927efa48cc
(issue128) Add manifest for the correct execution level.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
5 <requestedPrivileges> |
60927efa48cc
(issue128) Add manifest for the correct execution level.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
6 <requestedExecutionLevel |
60927efa48cc
(issue128) Add manifest for the correct execution level.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
7 level="asInvoker" |
60927efa48cc
(issue128) Add manifest for the correct execution level.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
8 uiAccess="false"/> |
60927efa48cc
(issue128) Add manifest for the correct execution level.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
9 </requestedPrivileges> |
60927efa48cc
(issue128) Add manifest for the correct execution level.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
10 </security> |
60927efa48cc
(issue128) Add manifest for the correct execution level.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
11 </trustInfo> |
1312
b0bdccc4ee2d
(issue153) Add compatibility information to manifest
Andre Heinecke <andre.heinecke@intevation.de>
parents:
1220
diff
changeset
|
12 <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> |
b0bdccc4ee2d
(issue153) Add compatibility information to manifest
Andre Heinecke <andre.heinecke@intevation.de>
parents:
1220
diff
changeset
|
13 <application> |
b0bdccc4ee2d
(issue153) Add compatibility information to manifest
Andre Heinecke <andre.heinecke@intevation.de>
parents:
1220
diff
changeset
|
14 <!--The ID below indicates application support for Windows Vista --> |
b0bdccc4ee2d
(issue153) Add compatibility information to manifest
Andre Heinecke <andre.heinecke@intevation.de>
parents:
1220
diff
changeset
|
15 <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" /> |
b0bdccc4ee2d
(issue153) Add compatibility information to manifest
Andre Heinecke <andre.heinecke@intevation.de>
parents:
1220
diff
changeset
|
16 <!--The ID below indicates application support for Windows 7 --> |
b0bdccc4ee2d
(issue153) Add compatibility information to manifest
Andre Heinecke <andre.heinecke@intevation.de>
parents:
1220
diff
changeset
|
17 <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" /> |
b0bdccc4ee2d
(issue153) Add compatibility information to manifest
Andre Heinecke <andre.heinecke@intevation.de>
parents:
1220
diff
changeset
|
18 <!--The ID below indicates application support for Windows 8 --> |
b0bdccc4ee2d
(issue153) Add compatibility information to manifest
Andre Heinecke <andre.heinecke@intevation.de>
parents:
1220
diff
changeset
|
19 <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/> |
b0bdccc4ee2d
(issue153) Add compatibility information to manifest
Andre Heinecke <andre.heinecke@intevation.de>
parents:
1220
diff
changeset
|
20 <!--The ID below indicates application support for Windows 8.1 --> |
b0bdccc4ee2d
(issue153) Add compatibility information to manifest
Andre Heinecke <andre.heinecke@intevation.de>
parents:
1220
diff
changeset
|
21 <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/> |
b0bdccc4ee2d
(issue153) Add compatibility information to manifest
Andre Heinecke <andre.heinecke@intevation.de>
parents:
1220
diff
changeset
|
22 </application> |
b0bdccc4ee2d
(issue153) Add compatibility information to manifest
Andre Heinecke <andre.heinecke@intevation.de>
parents:
1220
diff
changeset
|
23 </compatibility> |
1220
60927efa48cc
(issue128) Add manifest for the correct execution level.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
24 </assembly> |