...
Code Block | ||
---|---|---|
| ||
// Command Propmt > 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' |
Tip | |||||
---|---|---|---|---|---|
You can omit the path to the installer MSI by changing the working directory in the command-line interface to where the installer is located. To change directory in Command Prompt use :
|
Enable Installer Logging
A full list of logging options are available here.
...