File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4040 echo "C:\Program Files (x86)\NSIS" | Out-File -FilePath $env:GITHUB_PATH -Append
4141 Write-Host "Current PATH:"
4242 Write-Host $env:PATH
43- Invoke-WebRequest https://deac-riga.dl.sourceforge.net/project/nsis/NSIS%203/3.10 /nsis-3.10 -setup.exe?viasf=1 -OutFile C:\WINDOWS\Temp\nsis-3.10 -setup.exe
44- Get-Item C:\WINDOWS\Temp\nsis-3.10 -setup.exe | Format-List
45- $process = Start-Process "C:\WINDOWS\Temp\nsis-3.10 -setup.exe" -ArgumentList "\S" -Wait -PassThru
43+ Invoke-WebRequest https://deac-riga.dl.sourceforge.net/project/nsis/NSIS%203/3.11 /nsis-3.11 -setup.exe?viasf=1 -OutFile C:\WINDOWS\Temp\nsis-3.11 -setup.exe
44+ Get-Item C:\WINDOWS\Temp\nsis-3.11 -setup.exe | Format-List
45+ $process = Start-Process "C:\WINDOWS\Temp\nsis-3.11 -setup.exe" -ArgumentList "\S" -Wait -PassThru
4646 $exitCode = $process.ExitCode
4747 if ($exitCode -eq 0) {
4848 Write-Host "Installer ran successfully."
You can’t perform that action at this time.
0 commit comments