updating installer
i updated all installers to use tasks instead of services, made the uninstaller to work, and overworked the whole installing process
This commit is contained in:
@@ -14,6 +14,8 @@ std::string get_loglevel(LOGLEVEL level) {
|
||||
return "VIRUS";
|
||||
case LOGLEVEL::RISK:
|
||||
return "RISK";
|
||||
case LOGLEVEL::PANIC:
|
||||
return "PANIC";
|
||||
|
||||
default:
|
||||
return "UNKNOWN";
|
||||
|
||||
Reference in New Issue
Block a user