Hello,
my Setup installs a Windows Service and the Setup has the ability to "Generate instances at installation time".
Everything works fine, except that the existing Windows Service from another instance is overwritten if i install a new instance.
How can i force the installer to create a new service? The name of the service is generated through user input.
Thanks.