# SentinelOne (Windows EXE)

## Description

SentinelOne provides endpoint protection for Windows devices. This recipe shows how to package the Windows EXE installer as a FileWave Fileset and pass the SentinelOne registration token as launch arguments.

## Ingredients

- FileWave Central
- SentinelOne registration token
- SentinelOne EXE installer

## Directions

1. Download the EXE installer from SentinelOne.
2. Upload the EXE installer into FileWave Central as a Fileset.
3. Highlight the Fileset and double-click it to open **Fileset Contents**.
4. Highlight the EXE file.
5. Click **Get Info**.  
      
    [![newScreenshot 2025-02-13 at 11.28.07 AM.png](https://kb.filewave.com/uploads/images/gallery/2025-02/scaled-1680-/fSUQCGRGXjclgPrL-newscreenshot-2025-02-13-at-11-28-07-am.png)](https://kb.filewave.com/uploads/images/gallery/2025-02/fSUQCGRGXjclgPrL-newscreenshot-2025-02-13-at-11-28-07-am.png)
6. Select the **Executable** tab.
7. Check **Execute once when activated**.
8. Choose **Non-interactive (background)**.
9. Check **Wait for executable to finish** and select **15 Minutes**.
10. On the **Launch Arguments** tab, click the **+** icon.
11. Enter the token argument, replacing `your_token_registration` with your SentinelOne registration token. ```
    -t your_token_registration
    ```
12. Click the **+** icon to create another argument.
13. Enter the quiet-install argument. ```
    -q
    ```
14. Click **Apply** to save the Fileset.  
      
    [![newScreenshot 2025-02-13 at 11.28.35 AM.png](https://kb.filewave.com/uploads/images/gallery/2025-02/scaled-1680-/dEdwpE0mKtjbnU4I-newscreenshot-2025-02-13-at-11-28-35-am.png)](https://kb.filewave.com/uploads/images/gallery/2025-02/dEdwpE0mKtjbnU4I-newscreenshot-2025-02-13-at-11-28-35-am.png)

## Notes

<p class="callout warning">Use both launch arguments. The `-q` parameter makes the installer silent, and the `-t` parameter supplies the SentinelOne registration token. Without the token argument, a silent installation has no way to receive the token at install time. Keep the real token private; `your_token_registration` is only a placeholder.</p>

## Related Content

- [SentinelOne Support](https://www.sentinelone.com/global-services/get-support-now/)
- [How to Enter Launch Arguments for Executable Filesets](https://kb.filewave.com/books/filesets-payloads/page/how-to-enter-launch-arguments-for-windows-setupexe-installers)