Create a similar directory structure as the following on the target machine

[Install Directoy]
A sample .NET application (Northwind sample)

Install FluorineFx.exe as a Windows NT Service from command line: [Install Directoy]\FluorineFx.exe -Service
Additional command line parameters
-Manual The service will be started by the service control manager when a process calls the StartService function
-Automatic The service will be started automatically by the service control manager during system startup
-Interactive The service can interact with the desktop
NET START"FluorineFx Service"
Note If a branding parameter was specified you must use the specified value as the service name.
To uninstall the service run: [Install Directoy]\FluorineFx.exe -UnRegServer