CrowdStrike / falcon-orchestrator

CrowdStrike Falcon Orchestrator provides automated workflow and response capabilities
GNU Affero General Public License v3.0
185 stars 60 forks source link

how to troubleshoot falcon ochestrator installation #52

Closed ssj82 closed 5 years ago

ssj82 commented 6 years ago

my installation attempts fail saying the setup ended prematurely. is there a log to check / what are the steps to troubleshoot installation issues

mr-burnse commented 6 years ago

Since the installation package is just an MSI, your best bet is to use the MSI command line switches to debug and get the output written to a file.

For example: msiexec /i MyApplication.msi /l*v MyLogFile.txt

Also, you'll want to make sure all the dependencies are installed beforehand as outlined in https://github.com/CrowdStrike/falcon-orchestrator/wiki/Installation-&-Deployment#system-dependencies.

mr-burnse commented 5 years ago

Closing due to inactivity.