Application Service Visual Studio 2015

Asked

Viewed 88 times

0

I created a service app in Visual Studio 2015 to get started the service needed to create an installer.

I created a Visual Studio Installer project, filled in the parameters and everything worked.

Only now I need to use the same application on the same server only with the name of the different instance, in Visual Studio Installer I did not find any option to rename the instance at the time of installation.

Is there such an option? In case there are no free installation app that allows changing the name of the instance before installing the service?

  • You tried to change the service name in the Internet service properties ?

  • It’s windows service ? you want to change the service name? can post like this one?

  • This Windows service. I will post here maybe help

1 answer

0


@GOKU, right click on the main project and properties.

inserir a descrição da imagem aqui

When you enter the properties will open this tab for you. inserir a descrição da imagem aqui

Try changing your Assembly name and namespace.

And also you can go on the property of the serviceInstaller object and try to change the name. inserir a descrição da imagem aqui

Try making these build adjustments again to the project and see if you can solve your problem.

To install a Windows service, you do not need to create an installer. You can install it directly from cmd. Follow an example:

inserir a descrição da imagem aqui

Browser other questions tagged

You are not signed in. Login or sign up in order to post.