diff --git a/docs/migrate-to-3-x.md b/docs/migrate-to-3-x.md index e6648a5..ed4015c 100644 --- a/docs/migrate-to-3-x.md +++ b/docs/migrate-to-3-x.md @@ -16,3 +16,6 @@ TODO - Consider removing `` and `` from config file and using `` in interactive context, or `--username` and `--password` command-line options in non-interactive context. 1. Remove ``. 1. Remove ``. +1. Replace `` with `true`. +1. Replace `` with `true`. +1. Replace `` with `true`. diff --git a/docs/xml-config-file.md b/docs/xml-config-file.md index 89662f6..f625988 100644 --- a/docs/xml-config-file.md +++ b/docs/xml-config-file.md @@ -72,7 +72,7 @@ Please note that this startup mode will not take affect on old Windows versions Windows service installation may fail in such case. ```xml - +true ``` ### depend @@ -172,7 +172,7 @@ If this optional element is specified, the service will be allowed to interact w If your program requires GUI, set this like the following: ```xml - +true ``` Note that since the introduction UAC (Windows Vista and onward), services are no longer really allowed to interact with the desktop. @@ -183,6 +183,10 @@ In those OSes, all that this does is to allow the user to switch to a separate w This optional element is to emit [simple tones](https://docs.microsoft.com/windows/win32/api/utilapiset/nf-utilapiset-beep) when the service shuts down. This feature should be used only for debugging, as some operating systems and hardware do not support this functionality. +```xml +true +``` + ### download This optional element can be specified multiple times to have the service wrapper retrieve resources from URL and place it locally as a file.