CLI Global Options
You can use any of these global options with the CLI commands:
- /LowSecurity – Disables authentication of the ACU.dll digital signature. For more information, see Digital Signing of Files.
- /Verbose – Creates a detailed log
- /KeepLogFile – Appends the current log to the existing log file
- /Output {Console | File <logfile> | Silent} – Defines where errors and other log messages will be recorded:
- Console – Shows log messages only on the Console screen
- File <logfile> – Lets you change the default name and location of the log file. Supply the full path and name for the log file in the <logfile> parameter.
- Silent – Do not record any log messages (Console or log file)
Note |
To save log messages to a file and also display them on the Console screen, use the /Output parameter twice. For example: /Output File <logfile> /Output Console. |