mirror of
https://github.com/tnodir/fort
synced 2024-11-15 11:35:07 +00:00
Improve Driver & Service display names.
This commit is contained in:
parent
e044d9dd1f
commit
cf4929129d
@ -1,6 +1,6 @@
|
||||
@rem Install driver
|
||||
|
||||
@set DISPNAME=Fort Firewall
|
||||
@set DISPNAME=Fort Firewall Driver
|
||||
|
||||
@set ARCH=32
|
||||
@if defined PROGRAMFILES(X86) @set ARCH=64
|
||||
|
@ -127,7 +127,7 @@ bool uninstallService(const wchar_t *serviceName)
|
||||
}
|
||||
|
||||
const wchar_t *const StartupUtil::serviceName = L"" APP_BASE "Svc";
|
||||
const wchar_t *const StartupUtil::serviceDisplay = L"" APP_NAME;
|
||||
const wchar_t *const StartupUtil::serviceDisplay = L"" APP_NAME "Service";
|
||||
|
||||
bool StartupUtil::isServiceInstalled()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user