Skip to content

Commit

Permalink
use new version for windows ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
lospringliu committed Jan 29, 2015
1 parent f06fd5b commit 8adab89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeployTools.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Invoke-WebRequest -uri "http://freefr.dl.sourceforge.net/project/sevenzip/7-Zip/
Start-Process -Wait msiexec.exe -ArgumentList "/i $filename /qn"
del $filename

$filename="Win32OpenSSL_Light-1_0_1h.exe"
$filename="Win32OpenSSL_Light-1_0_1L.exe"
Invoke-WebRequest -Uri "http://slproweb.com/download/$filename" -OutFile $filename
Start-Process -Wait -FilePath $filename -ArgumentList "/silent /verysilent /sp- /suppressmsgboxes"
del $filename
Expand Down

0 comments on commit 8adab89

Please sign in to comment.