ZUGFeRDService: Integrate with Config Module, Remove My.Settings
This commit is contained in:
@@ -15,8 +15,8 @@ Public Class ProjectInstaller
|
||||
.Account = ServiceAccount.LocalSystem
|
||||
}
|
||||
service = New ServiceInstaller With {
|
||||
.ServiceName = My.Settings.SERVICE_NAME,
|
||||
.DisplayName = My.Settings.SERVICE_DISPLAY_NAME
|
||||
.ServiceName = Constants.SERVICE_NAME,
|
||||
.DisplayName = Constants.SERVICE_DISPLAY_NAME
|
||||
}
|
||||
Installers.Add(process)
|
||||
Installers.Add(service)
|
||||
|
||||
Reference in New Issue
Block a user