after installation
-
hai all, i wrote a program in windows service name as acs_service. i taken setup name as win_sersetup this windows service name as acs_service to .exe. then i install this service setup name as win_sersetup. after installation this service setup name as win_sersetup, i want to list the service name as acs_service automatically in services inside administrative tools in control panel(controlpanel->administrative tools->services).i want to start and stop the service name as acs_service. but after installation,the service name as acs_service not listed in services inside administrative tools in control panel(controlpanel->administrative tools->services). so how to list a windows service name as acs_service in services inside administrative tools in control panel (controlpanel->administrative tools->services) after installation the service setup name as win_sersetup.
-
hai all, i wrote a program in windows service name as acs_service. i taken setup name as win_sersetup this windows service name as acs_service to .exe. then i install this service setup name as win_sersetup. after installation this service setup name as win_sersetup, i want to list the service name as acs_service automatically in services inside administrative tools in control panel(controlpanel->administrative tools->services).i want to start and stop the service name as acs_service. but after installation,the service name as acs_service not listed in services inside administrative tools in control panel(controlpanel->administrative tools->services). so how to list a windows service name as acs_service in services inside administrative tools in control panel (controlpanel->administrative tools->services) after installation the service setup name as win_sersetup.
In the designer, look at the properties of your setup project. There is a property somewhere that will allow you to set the name that should be shown in the services list. The default setting of this property is the name of the setup project, that's why it is in the list now.
My advice is free, and you may get what you paid for.