I have read allot of posts on saving settings but none actually get to the heart of what I'm trying to do. I have created a configuration application for a 3rd party application the settings of which need to change from site to site. I'm trying to find a way to store these settings inside the executable without having to compile hard coded settings into it. this will let the end user edit the settings if for instance they need to change a name or IP address in the program.
I need to keep the executable as an EXE only downloadable application, all of the solutions I can find consist of external files that won't be downloadable. Is this even possible?