Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Syntax

$cs.Shell_ExecuteWithTimeout(string command, string arguments = "", bool mustexist = false, int timeout = 30)

Parameters

command

command to execute

...

Code Block
languagepowershell
$cs.Shell_ExecuteWithTimeout("msiexec","/i `"$Packageroot\kit\GoogleChromeStandaloneEnterprise64.Msi`", $true, 120)

returns result in integer