File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- $DmgcmdPath = " C:\Program Files\Microsoft Integration Runtime\4 .0\Shared\dmgcmd.exe"
1
+ $DmgcmdPath = " C:\Program Files\Microsoft Integration Runtime\5 .0\Shared\dmgcmd.exe"
2
2
3
3
function Write-Log ($Message ) {
4
4
function TS { Get-Date - Format ' MM/dd/yyyy hh:mm:ss' }
@@ -9,6 +9,8 @@ function Install-SHIR() {
9
9
Write-Log " Install the Self-hosted Integration Runtime in the Windows container"
10
10
11
11
$MsiFileName = (Get-ChildItem - Path C:\SHIR | Where-Object { $_.Name -match [regex ] " IntegrationRuntime_.*.msi" })[0 ].Name
12
+ Write-Log $MsiFileName
13
+
12
14
Start-Process msiexec.exe - Wait - ArgumentList " /i C:\SHIR\$MsiFileName /qn"
13
15
if (! $? ) {
14
16
Write-Log " SHIR MSI Install Failed"
Original file line number Diff line number Diff line change 1
- $DmgcmdPath = " C:\Program Files\Microsoft Integration Runtime\4 .0\Shared\dmgcmd.exe"
1
+ $DmgcmdPath = " C:\Program Files\Microsoft Integration Runtime\5 .0\Shared\dmgcmd.exe"
2
2
3
3
function Write-Log ($Message ) {
4
4
function TS { Get-Date - Format ' MM/dd/yyyy hh:mm:ss' }
You can’t perform that action at this time.
0 commit comments