Skip to content

Commit

Permalink
Listing Windows Installer Applications.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengYen-Tang committed Feb 2, 2020
1 parent 8fc25e7 commit c8b1386
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure_templates/install-msmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ steps:
script: |
Invoke-WebRequest "https://github.com/microsoft/Microsoft-MPI/releases/download/v10.1.1/msmpisetup.exe" -OutFile $pwd\msmpisetup.exe ;
Start-Process $pwd\msmpisetup.exe -ArgumentList '-unattend' -Wait ;
Remove-Item $pwd\msmpisetup.exe -Force
Remove-Item $pwd\msmpisetup.exe -Force ;
Get-CimInstance -Class Win32_Product

0 comments on commit c8b1386

Please sign in to comment.