FluorineFx.NET

FluorineFx Windows Service Ini file

Through the service.ini file you can customize the following service settings:

 

[service] section

branding parameter

branding=My Service

 

brandingtext parameter

brandingtext=My custom FluorineFx windows service

 

[runtime] section

version parameter

version=v2.0.50727

Sets the version of the loaded .NET Common Language Runtime (defaults to v2.0.50727)

 

flavor parameter

flavor=wks

Sets workstation build or server build of the .NET Common Language Runtime (defaults to "wks")

 

 

Sample content:

[service]
branding=My Service
brandingtext=My custom FluorineFx windows service
[runtime]
version=v2.0.50727
flavor=wks