From c8b138671cb51e6b0e47f4cc3ef30747590cfbd8 Mon Sep 17 00:00:00 2001 From: Kenneth Tang Date: Mon, 3 Feb 2020 01:33:41 +0800 Subject: [PATCH] Listing Windows Installer Applications. --- azure_templates/install-msmpi.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure_templates/install-msmpi.yml b/azure_templates/install-msmpi.yml index 6b981c71e0..ffbba5f421 100644 --- a/azure_templates/install-msmpi.yml +++ b/azure_templates/install-msmpi.yml @@ -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