Add (unused) manifest for Windows
authorJoseph C. Lehner <joseph.c.lehner@gmail.com>
Tue, 9 Aug 2016 14:26:01 +0000 (16:26 +0200)
committerJoseph C. Lehner <joseph.c.lehner@gmail.com>
Tue, 9 Aug 2016 14:26:01 +0000 (16:26 +0200)
nmrpflash.dev
nmrpflash.manifest [new file with mode: 0644]
nmrpflash.rc [new file with mode: 0644]

index 7a2e4d001eb9502fcf6a24659be718da6afebffa..c8aba43a9b7f6b40ca9807961f60435d0e1ddaa1 100644 (file)
@@ -27,8 +27,8 @@ CommandLine=-L
 Folders=\r
 IncludeVersionInfo=0\r
 SupportXPThemes=0\r
-CompilerSet=3\r
-CompilerSettings=0000000100100000000001000\r
+CompilerSet=4\r
+CompilerSettings=0000000100000000001000000\r
 UnitCount=5\r
 \r
 [VersionInfo]\r
@@ -99,3 +99,4 @@ Link=1
 Priority=1000\r
 OverrideBuildCmd=0\r
 BuildCmd=\r
+\r
diff --git a/nmrpflash.manifest b/nmrpflash.manifest
new file mode 100644 (file)
index 0000000..6b12693
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>\r
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">\r
+  <description>nmrpflash</description>\r
+  <assemblyIdentity version="1.0.0.0" name="nmrpflash"/>\r
+  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">\r
+    <security>\r
+      <requestedPrivileges>\r
+        <requestedExecutionLevel level="requireAdministrator" uiAccess="false"/>\r
+        </requestedPrivileges>\r
+       </security>\r
+  </trustInfo>\r
+</assembly>
\ No newline at end of file
diff --git a/nmrpflash.rc b/nmrpflash.rc
new file mode 100644 (file)
index 0000000..5e4afb5
--- /dev/null
@@ -0,0 +1,2 @@
+#include "winuser.h"\r
+CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST nmrpflash.manifest\r