From 534ace35eab74115f33729a66be006268926b559 Mon Sep 17 00:00:00 2001 From: Gregory Janco Date: Mon, 23 Jan 2023 16:58:27 -0500 Subject: [PATCH] (doc) remove reference to msi (#469) --- docs/WINDOWS.md | 92 +++++-------------------------------------------- 1 file changed, 9 insertions(+), 83 deletions(-) diff --git a/docs/WINDOWS.md b/docs/WINDOWS.md index 1081e4ba0..b911a3dca 100644 --- a/docs/WINDOWS.md +++ b/docs/WINDOWS.md @@ -2,89 +2,6 @@ ## Installation -- Installation directories and files: - - ``` - C:\Program Files\Mezmo - application files - C:\ProgramData\logdna\logdna.conf - Agent configuration file - C:\ProgramData\logdna\agent_state.db - location of log offsets database [LOGDNA_DB_PATH] - C:\ProgramData\logs - log files directory monitored by Agent [LOGDNA_LOG_DIRS] - ``` - -### MSI - -- Package location - - https://logdna-agent-build-bin.s3.amazonaws.com/3.6.0/x86_64-pc-windows-msvc/signed/mezmo-agent.msi - -- Installation parameters - - * Ingestion Key can be specfiied in MSI command line: - ``` - mezmo_agent.msi KEY="" - ``` - - * The key can also be specified in config file: - ``` - c:\ProgramData\logdna\logdna.conf - - http: - ingestion_key: - ``` - - * Other Installation parameters: - ``` - Display Options - /quiet - Quiet mode, no user interaction - /passive - Unattended mode - progress bar only - /q[n|b|r|f] - Sets user interface level - n - No UI - b - Basic UI - r - Reduced UI - f - Full UI (default) - /help - Help information - - Restart Options - /norestart - Do not restart after the installation is complete - /promptrestart - Prompts the user for restart if necessary - /forcerestart - Always restart the computer after installation - - Logging Options - /l[i|w|e|a|r|u|c|m|o|p|v|x|+|!|*] - i - Status messages - w - Nonfatal warnings - e - All error messages - a - Start up of actions - r - Action-specific records - u - User requests - c - Initial UI parameters - m - Out-of-memory or fatal exit information - o - Out-of-disk-space messages - p - Terminal properties - v - Verbose output - x - Extra debugging information - + - Append to existing log file - ! - Flush each line to the log - * - Log all information, except for v and x options - /log - Equivalent of /l* - - Setting Public Properties - [KEY=] - ``` - -- Unattended installation example: - ``` - mezmo_agent.msi /qn KEY=abcdefg1234567890 - ``` - ### Chocolatey - Package location @@ -97,3 +14,12 @@ Run: ``` choco install mezmo-agent ``` + +### Installation directories and files: + + ``` + C:\Program Files\Mezmo - application files + C:\ProgramData\logdna\logdna.conf - Agent configuration file + C:\ProgramData\logdna\agent_state.db - location of log offsets database [LOGDNA_DB_PATH] + C:\ProgramData\logs - log files directory monitored by Agent [LOGDNA_LOG_DIRS] + ``` \ No newline at end of file