[Windows] OpenSSL: do not install DLLs globally to system32 (#13203)

This commit is contained in:
Luis Caro Campos
2025-10-23 11:00:10 +01:00
committed by GitHub
parent f5d0e07710
commit b1d8e89820
2 changed files with 6 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ if ($null -eq $installerUrl) {
Install-Binary `
-Url $installerUrl `
-InstallArgs @('/silent', '/sp-', '/suppressmsgboxes', "/DIR=`"$installDir`"") `
-InstallArgs @('/silent', '/sp-', '/suppressmsgboxes','/tasks="copytobin"', "/DIR=`"$installDir`"") `
-ExpectedSHA512Sum $installerHash
# Update PATH