Versions Compared

Key

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

...

Code Block
languageyml
// Command PropmtPrompt
> msiexec /i "C:\Path\To\MachineProxyAgentE_Installer.msi" /qn /norestart

//Powershell
> Start-Process msiexec.exe -Wait -ArgumentList '/i C:\Path\To\MachineProxyAgentE_Installer.msi /qn /norestart' 

...