Installs Exceptionless, including ElasticSearch, JDK8 and .NET 4.6. You will need to install IIS first and restart once the package install is complete.
Parameters
Note: All argument values should be wrapped in a single quote if they contain anything except numbers/letters.
- websitePort - The website port to use, default is 80.
- websiteDomain - The domain that the site binds to, default is "localhost". Do not include "http://".
Example:
choco install Exceptionless -packageParameters "/websitePort:82 /websiteDomain:'www.example.com'"