From 25d71d23a991c0825eca6690a5e7db03840b4f51 Mon Sep 17 00:00:00 2001 From: xansec Date: Wed, 21 Aug 2024 18:42:07 -0400 Subject: [PATCH] no quiet --- .github/workflows/bazel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index 4686413..2b207f2 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml @@ -61,7 +61,7 @@ jobs: echo "MAYHEM_URL: ${{ env.MAYHEM_URL }}" $installerPath = "$env:TEMP\mayhem.msi" curl -L "https://app.mayhem.security/cli/Windows/mayhem.msi" -o $installerPath - Start-Process msiexec.exe -ArgumentList "/i", $installerPath, "/quiet", "/norestart", "/log", $logPath -NoNewWindow -Wait + Start-Process msiexec.exe -ArgumentList "/i", $installerPath, "/norestart", "/log", $logPath -NoNewWindow -Wait Get-Content $logPath $exePath = Get-ChildItem -Path "C:\Program Files\Mayhem" -Filter "mayhem.exe" -Recurse -ErrorAction SilentlyContinue | Select-Object -First 1 if ($exePath) {