Improve Driver & Service display names.

This commit is contained in:
Nodir Temirkhodjaev 2021-05-14 18:05:41 +03:00
parent e044d9dd1f
commit cf4929129d
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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()
{