Merge pull request #286 from justin-gerhardt/master

preventing the creation of the default event source
This commit is contained in:
Łukasz Domeradzki
2016-07-08 11:12:10 +02:00
committed by GitHub

View File

@@ -46,6 +46,8 @@ namespace ArchiSteamFarm {
// System account, requires admin privilege to install
serviceProcessInstaller.Account = ServiceAccount.LocalSystem;
serviceInstaller.Installers.Clear();
EventLogInstaller logInstaller = new EventLogInstaller {
Log = SharedInfo.EventLog,
Source = SharedInfo.EventLogSource