]> git.proxmox.com Git - mirror_smartmontools-debian.git/blobdiff - os_win32/runcmdu.exe.manifest
Imported Upstream version 5.42+svn3521
[mirror_smartmontools-debian.git] / os_win32 / runcmdu.exe.manifest
diff --git a/os_win32/runcmdu.exe.manifest b/os_win32/runcmdu.exe.manifest
new file mode 100644 (file)
index 0000000..f6eb707
--- /dev/null
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+  <assemblyIdentity
+    version="1.0.0.0"
+    name="runcmdu.exe"
+    type="win32"
+  />
+  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
+    <security>
+      <requestedPrivileges>
+        <requestedExecutionLevel
+          level="asInvoker"
+          uiAccess="false"
+        />
+      </requestedPrivileges>
+    </security>
+  </trustInfo>
+</assembly>