Remove content about renaming running executables

pull/516/head
NextTurn 2020-03-28 00:00:00 +08:00
parent f543602319
commit ea6ea9b2cc
No known key found for this signature in database
GPG Key ID: 17A0D50ADDE1A0C4
1 changed files with 0 additions and 5 deletions

View File

@ -19,9 +19,4 @@ example:
c:\soft\sshd.exe.new>c:\bin\ssh.exe
```
Note that it is apparently possible to [rename executables even when it's running](http://superuser.com/questions/488127/why-can-i-rename-a-running-executable-but-not-delete-it), which makes sense if you think about file handles.
Kohsuke has failed to find any authoritative source of information about this, but experimentally this even works on Windows XP and presumably on all the later Windows versions.
This behavior can be used to update *WinSW.exe* itself.
Also see `WINSW_EXECUTABLE` environment variable.
The `<download>` element in the configuration file also provides an useful building block for a self updating service.