Import the OpenVPN Cert as trusted cert this will silence the driver install

This commit is contained in:
Mario Fetka 2013-09-06 08:48:15 +02:00
parent e5d26ebd93
commit b7c32e22f9
2 changed files with 7 additions and 0 deletions

Binary file not shown.

View File

@ -67,6 +67,10 @@ else
Sub "%ScriptPath%\delsub3264.ins"
endif
comment "installing OpenVPN Cert"
Winbatch_install_cert
Sub_check_exitcode
comment "installing"
if (($INST_SystemType$ = "x86 System") and ($INST_architecture$ = "system specific")) or ($INST_architecture$ = "both") or ($INST_architecture$ = "32 only")
@ -99,6 +103,9 @@ else
endif
[Winbatch_install_cert]
certutil -addstore "TrustedPublisher" "%ScriptPath%\OpenVPN Certificate.cer"
[Winbatch_install_32]
"$Install32Exe$" /S