We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 164c009 commit d7224cdCopy full SHA for d7224cd
DeployTools.ps1
@@ -7,7 +7,7 @@ Invoke-WebRequest -uri "http://freefr.dl.sourceforge.net/project/sevenzip/7-Zip/
7
Start-Process -Wait msiexec.exe -ArgumentList "/i $filename /qn"
8
del $filename
9
10
-$filename="Win32OpenSSL_Light-1_0_1f.exe"
+$filename="Win32OpenSSL_Light-1_0_1h.exe"
11
Invoke-WebRequest -Uri "http://slproweb.com/download/$filename" -OutFile $filename
12
Start-Process -Wait -FilePath $filename -ArgumentList "/silent /verysilent /sp- /suppressmsgboxes"
13
0 commit comments