-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add docs for MSI install #1039
Add docs for MSI install #1039
Conversation
A documentation preview will be available soon. Request a new doc build by commenting
If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here. |
|
||
[source,shell] | ||
---- | ||
msiexec /i "<full path to msi file>" INSTALLDIR="<path of custom folder>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not clear enough. I'd change to have the example from line 17 with the addition of INSTALLDIR="<path of custom folder>"
at the end
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea! Fixed in 135fd6a and changed to:
elastic-agent-<VERSION>-windows-x86_64.msi INSTALLARGS="--url=<URL> --enrollment-token=<TOKEN>" INSTALLDIR="<path of custom folder>"
🚀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
* Add docs for MSI install * Fix custom install example (cherry picked from commit a009f73)
* Add docs for MSI install * Fix custom install example (cherry picked from commit a009f73) Co-authored-by: David Kilfoyle <[email protected]>
Adds docs for installing Elastic Agent via the newly supported MSI packages, which will GA in 8.14.
Thanks for the nice draft, Amit! Please see PREVIEW PAGE
Closes: #1036