[11520] Fixed service/daemon calls order. Mixed wrongly in my prev. related fix. :/

Provide more information at windows service (un)install errors.

Note: by some reasons i have sometime problems with start windows service using '-s run' command
but it start fine by manual from services control applet. Maybe related to used by me win7 x64
This commit is contained in:
VladimirMangos 2011-05-21 21:36:48 +04:00
parent b46237b643
commit 40fb57e461
4 changed files with 140 additions and 119 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11519"
#define REVISION_NR "11520"
#endif // __REVISION_NR_H__