I need to build a setup project for an windows application I developed in C#. Along the way, I need the user to be able to set the database server/instance name along with authentication type, and a username /password if they are using SQL authentication. This connection string is stored in my app.config file.
Once setup is complete, a website needs to open that will install a couple of controls that are needed for this application.
I have been looking at how to develop setup projects but I can't seem to figure out how to do what I need to do.
All help is appreciated. Thanks!