Hello,
I'm programming a fairly simple application which I want to cut to just one simple exe file + some data storage (XML for example).
My question is regarding configuration files. Where to put those files? I saw few applications that have just exe file (uTorrent, Media Player Classic - I can use them without any installation), but they store their config somewhere else. How to achieve this?
How would you approach such situation? Is it better to try to achieve thing I described above, or simply use config file and data storage in the same directory as exe file?