Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 436 Bytes

exeConfigFile.md

File metadata and controls

9 lines (7 loc) · 436 Bytes

EXE configuration file

In addition to the XML configuration file, WinSW uses a standard .NET WinSW.exe.config file, which allows setting up some custom settings.

Use-cases:

  • Declaring compatibility with newer .NET versions (see the Installation guide)
  • Managing custom behavior for the offline mode (see the Installation guide)
  • Managing Logging levels of log4j
  • etc.