I know saving/loading settings from Registry/local file... But is there any way to load some settings and variables from Standalone .exe
itself? (not to touch registry or any external file) and to save some settings inside the executable again...
For example, I used variables like this inside filename:
projectfor_MikeFranklin@mail.com_1991.exe
so, in application, I used regex to catch first and second underscore _
and then got values as variables... So, this was the only method for me, to send the STANDALONE file to other person with my defined variables..
Now I think, if there is a way to write/read such variables into file properties or elsewhere, which will pass when I send file to other persons..