Browse Source

Update MSI installer images (#25414)

Slight updating to styling
Russ Cam 8 years ago
parent
commit
2804fc4c29

BIN
docs/reference/images/msi_installer/elasticsearch_exe.png


BIN
docs/reference/images/msi_installer/msi_installer_help.png


BIN
docs/reference/images/msi_installer/msi_installer_success.png


+ 6 - 1
docs/reference/setup/install/windows.asciidoc

@@ -1,5 +1,5 @@
 [[windows]]
-=== Install Elasticsearch with MSI Windows Installer
+=== Install Elasticsearch with Windows MSI Installer
 
 Elasticsearch can be installed on Windows using the `.msi` package.  This can
 install Elasticsearch as a Windows service or allow it to be run manually using
@@ -270,6 +270,11 @@ and configured to start when installation completes, as follows:
 .\bin\elasticsearch.exe
 --------------------------------------------
 
+The command line terminal will display output similar to the following:
+
+[[msi-installer-elasticsearch-exe]]
+image::images/msi_installer/elasticsearch_exe.png[]
+
 By default, Elasticsearch runs in the foreground, prints its logs to `STDOUT` in addition
 to the `<cluster name>.log` file within `LOGSDIRECTORY`, and can be stopped by pressing `Ctrl-C`.