From dc9378d9e58aebed1bd385f002b46d2649225a15 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Sat, 26 Nov 2016 01:40:02 +0300 Subject: [PATCH] Docs: Cleanup leftover TODOs --- doc/installation.md | 3 +-- doc/xmlConfigFile.md | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/installation.md b/doc/installation.md index c2dfc46..1510718 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -76,8 +76,7 @@ Once the start button is clicked, Windows will start `myapp.exe`, #### Making WinSW compatible with .NET runtime 4.0+ - -Newer versions of Windows (confirmed on Windows Server 2012, possibly with Windows 8, too) do not ship with .NET runtime `2.0`, which is what `winsw.exe` is built against. +Modern versions of Windows (e.g. Windows Server 2012 or Windows 10) do not ship with .NET runtime `2.0`, which is what `winsw.exe` is built against. This is because unlike Java, where a newer runtime can host apps developed against earlier runtime, .NET apps need version specific runtimes. One way to deal with this is to ensure that `.NET 2.0` runtime is installed through your installer, but another way is to declare that `winsw.exe` can be hosted on `.NET 4.0` runtime by creating an app config file `winsw.exe.config`. diff --git a/doc/xmlConfigFile.md b/doc/xmlConfigFile.md index c1943e2..9c6abb3 100644 --- a/doc/xmlConfigFile.md +++ b/doc/xmlConfigFile.md @@ -69,9 +69,10 @@ Multiple elements can be used to specify multiple dependencies. ### logging - Optionally set a different logging directory with `` and startup ``: reset (clear log), roll (move to \*.old) or append (default). +See the [Logging and Error reporting page](loggingAndErrorReporting.md) for more info. + ### argument This element specifies the arguments to be passed to the executable. Winsw will quote each argument if necessary, so do not put quotes in `` to avoid double quotation.