aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorIngo Bauersachs <ingo@jitsi.org>2016-05-06 00:04:04 +0200
committerIngo Bauersachs <ingo@jitsi.org>2016-05-06 00:04:04 +0200
commitc8a674ea89203a16bbd078c65ae190c2b90d097e (patch)
tree471880b1efb7b00484105913b632ed1cf750151f /resources
parent9df724f93630324e11f56a209dd9c01447da8370 (diff)
downloadjitsi-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.exebin0 -> 34960 bytes
-rw-r--r--resources/install/windows/makecat.exe.manifest21
2 files changed, 21 insertions, 0 deletions
diff --git a/resources/install/windows/makecat.exe b/resources/install/windows/makecat.exe
new file mode 100644
index 0000000..d232107
--- /dev/null
+++ b/resources/install/windows/makecat.exe
Binary files differ
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>