# Using the SF Edge Service installer in command shell

The SF Edge Service installer might also be called with command line parameters. This allows for powerful automation of the setup and provisioning process.&#x20;

{% hint style="warning" %}
Make sure that the process which executes the command runs with admin privileges.
{% endhint %}

Possible parameters are:&#x20;

```
"-auto": automatically installs a Luna Service with Display Name "SF_Luna_Service"
"-cp C:\somepath\data": Use the path to define the default configurations for the installed services
"-f C:\somepath": Use the path to define where the binaries for service installation are located 
```

Example command-line execution:

```
./Luna.Setup.exe -auto -cp C:\myconfigs\data -f C:\ProgramFiles\Luna
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://manual.senseforce.io/manual/senseforce-edge/edge-installation/using-the-sf-edge-service-installer-in-command-shell.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
