Change service name

This commit is contained in:
Jakob Aarøe Dam 2015-04-28 08:44:59 +02:00
parent 8b6b627396
commit 91700e26a6
3 changed files with 50 additions and 3 deletions

View file

@ -32,9 +32,9 @@
'
'ServiceInstaller1
'
Me.ServiceInstaller1.Description = "Radius Server for SMS Token"
Me.ServiceInstaller1.DisplayName = "CIC Radius Server"
Me.ServiceInstaller1.ServiceName = "CICRadiusR"
Me.ServiceInstaller1.Description = "RDSFactor Radius Server"
Me.ServiceInstaller1.DisplayName = "RDSFactor Radius Server"
Me.ServiceInstaller1.ServiceName = "RDSFactor"
Me.ServiceInstaller1.StartType = System.ServiceProcess.ServiceStartMode.Automatic
'
'ProjectInstaller