I have a windows service built on .net 5. I have a requirement of creating an installer for this service. While installing I have to collect some inputs from user to add to appsettings.json. Please suggest some ideas to achieve this.
Thanks in advance.