diff options
author | Ingo Bauersachs <ingo@jitsi.org> | 2016-05-06 00:04:04 +0200 |
---|---|---|
committer | Ingo Bauersachs <ingo@jitsi.org> | 2016-05-06 00:04:04 +0200 |
commit | c8a674ea89203a16bbd078c65ae190c2b90d097e (patch) | |
tree | 471880b1efb7b00484105913b632ed1cf750151f /resources | |
parent | 9df724f93630324e11f56a209dd9c01447da8370 (diff) | |
download | jitsi-c8a674ea89203a16bbd078c65ae190c2b90d097e.zip jitsi-c8a674ea89203a16bbd078c65ae190c2b90d097e.tar.gz jitsi-c8a674ea89203a16bbd078c65ae190c2b90d097e.tar.bz2 |
Add makecat to enable signtool to run on Win7
Diffstat (limited to 'resources')
-rw-r--r-- | resources/install/windows/makecat.exe | bin | 0 -> 34960 bytes | |||
-rw-r--r-- | resources/install/windows/makecat.exe.manifest | 21 |
2 files changed, 21 insertions, 0 deletions
diff --git a/resources/install/windows/makecat.exe b/resources/install/windows/makecat.exe Binary files differnew file mode 100644 index 0000000..d232107 --- /dev/null +++ b/resources/install/windows/makecat.exe diff --git a/resources/install/windows/makecat.exe.manifest b/resources/install/windows/makecat.exe.manifest new file mode 100644 index 0000000..4db4536 --- /dev/null +++ b/resources/install/windows/makecat.exe.manifest @@ -0,0 +1,21 @@ +<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> + <assemblyIdentity + name=" " + version="0.0.0.0" + /> + <dependency> + <dependentAssembly> + <assemblyIdentity + name="Microsoft.Windows.Build.Signing.wintrust.dll" + version="0.0.0.0" + /> + </dependentAssembly> + </dependency> + <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> + <security> + <requestedPrivileges> + <requestedExecutionLevel level="asInvoker" /> + </requestedPrivileges> + </security> + </trustInfo> +</assembly> |