Views
WinstScripts
>>
certifikate
last edited 1 year ago by bwolf
; Copyright (c) uib (www.uib.de) ; This sourcecode is owned by uib ; and published under the Terms of the General Public License. [Initial] ; Message at install time: Message= distributing ca-certificates LogLevel=2 ; Log Errors in Logfile but don't abort: ExitOnError=false ; Show syntax errors in the script: ScriptErrorMessages=on ; Dont trace step by step through the script: TraceMode=off ; let started programs run in front of the winst window StayOnTop=false ; Extract the certmgr.exe from Microsoft ; Microsoft .NET Framework 2.0 SDK (x86) (German) ; http://msdn.microsoft.com/en-us/library/e78byta0(vs.80).aspx [Aktionen] DosInAnIcon_certmgr [DosInAnIcon_certmgr] %SCRIPTPATH%\certmgr.exe -add -c "%SCRIPTPATH%\cacert.crt" -s -r localMachine root