I am writing a Windows Service that I may have to install more than one instance of per computer. Is there a way to change the DisplayName property and default install location using user provided information in ServiceInstaller project during install time?
thank u