I have a windows service project and an installation project. I cannot figure out how to change the name of the actual service when it is installed (the name specified in Windows services ... services.msc).
If you are looking at properties for an installer class, there is a property called ServiceName that determines what name will be in the list of services.
Change the "DisplayName" in the section HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\<Service Name>.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\<Service Name>
Source: https://habr.com/ru/post/1751106/More articles:shortest length mysql - sqlHow to find all foreign keys? - sql-serverIs there a tool similar to FlashDevelop for Ubuntu? - flashHow to set up membership database tables created by ASP.NET? - sql-serverJava execution speed - javaIs there a C ++ equivalent for the Java Collection interface for STL container classes? - c ++Hudson + Poll SCM - сначала воссоздайте проекты по добыче? - javaiPhone 4 - TabBar Icons - iphoneDoes session hash matter? - algorithmSimple Spring -Maven HelloWorld -> appContext.xml not found? - springAll Articles