I have a program that I would like to sell to small companies. I would like for the user to type in their company name during install, so I can use the name in the menu title or for any other general uses where the company name should appear!
Where is the best place to store their info, app.config or the database?
How would I go about getting the information from the user during install?
Thank you in advance
You can make your setup query the name of the user and store it wherever you want to have it saved. I would prefer the app.config and make it a machine setting.