aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/check_ddk.bat
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-07-10 03:12:29 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-07-10 03:12:29 +0300
commit3c3cf496a6b09a2a6acbf77add3851989acdb64d (patch)
treedb1f26027a9527d95bfe150153c440b92988c9e6 /check_ddk.bat
parentlibnt_path_converter: add README (diff)
downloadwindows7-drivers-3c3cf496a6b09a2a6acbf77add3851989acdb64d.tar.gz
windows7-drivers-3c3cf496a6b09a2a6acbf77add3851989acdb64d.zip
add_cert.bat: add certificates to the ROOT store
Diffstat (limited to 'check_ddk.bat')
-rw-r--r--check_ddk.bat5
1 files changed, 0 insertions, 5 deletions
diff --git a/check_ddk.bat b/check_ddk.bat
index 2ddc666..00d5bfb 100644
--- a/check_ddk.bat
+++ b/check_ddk.bat
@@ -18,7 +18,6 @@ if not exist %root%\sign.bat (
where build.exe >nul 2>&1 || goto :build_not_found
where signtool.exe >nul 2>&1 || goto :signtool_not_found
where makecert.exe >nul 2>&1 || goto :makecert_not_found
-where certmgr.exe >nul 2>&1 || goto :certmgr_not_found
exit /b 0
:ddk_not_set
@@ -36,7 +35,3 @@ exit /b 1
:makecert_not_found
echo Error: makecert.exe not found ^(perhaps you forgot to set up the WinDDK environment^)
exit /b 1
-
-:certmgr_not_found
-echo Error: certmgr.exe not found ^(perhaps you forgot to set up the WinDDK environment^)
-exit /b 1