Application Service Visual Studio 2015

0

I created a service application in Visual Studio 2015, so I can start the service needed to create an installer.

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

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

Is there an option? If there are no free installation applications that please change the instance name before installing the service?

    
asked by anonymous 19.08.2016 / 20:00

1 answer

0

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

Whenyouenterthepropertieswillopenthistabforyou.

Trychangingthenameofyourassemblyandyournamespacemightresolve.

AndalsoyoucanwrathonthepropertyoftheobjectbeingserviceInstallerandtryingtorenameit.

Trytomakethesebuildadjustmentsagainandseeifyoucansolveyourproblem.

ForyoutoinstallaWindowsservice,youdonotneedtocreateaninstallerifyouwant.Youcaninstalldirectfromcmd.Hereisanexample:

    
19.08.2016 / 21:04