SilentFTA
=========

SilentFTA is a completely silent variant of SetUserFTA. It is designed for quiet deployments and automation scenarios where no user interaction or visible feedback is desired.

Usage
=====

SilentFTA.exe path_to_config_file

Only one argument is accepted: the full path to a valid config file.

The application runs with no visible window and suppresses all errors by default.

It requires the presence of a valid SetUserFTA.lic license file in the same directory, as it uses the same license as SetUserFTA.

Troubleshooting
===============

For diagnostic purposes, an optional verbose mode is available:

SilentFTA.exe path_to_config_file -v

This will display any errors in a MessageBox.

Important: Do not deploy this command line to end users. For troubleshooting, prefer using SetUserFTA.exe with verbose mode instead.