We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4648626 commit 5b445d5Copy full SHA for 5b445d5
.github/workflows/windows.yml
@@ -31,7 +31,7 @@ jobs:
31
shell: pwsh
32
run: |
33
$msifile="c:\${{ env.MSI }}"
34
- #New-Item -Path 'C:\test.log' -ItemType File
+ New-Item -Path 'C:\test.log' -ItemType File
35
(New-Object System.Net.WebClient).DownloadFile("http://monetdb.org/testweb/web/${{ env.MSI }}","$msifile");
36
#$procMain = Start-Process "$msifile" -ArgumentList '/quiet /passive /qn /norestart INSTALLLEVEL=1000 MSIRMSHUTDOWN=2' -Wait
37
$procMain = Start-Process "$msifile" -ArgumentList '/quiet /passive /qn /norestart INSTALLLEVEL=1000 MSIRMSHUTDOWN=2 /L*xv c:\test.log'
0 commit comments