You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write-Host"$($Program) installed successfully with User scope."
94
-
return$true
95
-
} elseif ($status-eq-1978335189) {
96
-
Write-Host"$($Program) No applicable update found"
97
-
return$true
98
-
}
99
-
100
-
$userAcknowledgment= [System.Windows.MessageBox]::Show("You need to input your password to install $($Program) with specific user credentials.","User credential Prompt", [System.Windows.MessageBoxButton]::Ok)
0 commit comments