I am pretty sure the answer is - "you can't" but I thought I would ask.
I want to export my app as an EXE for windows.
However, I need to send information to the application about progress etc and receive information back from the exe.
I was hoping to be able to read information out of Windows Registry to do this. i.e., read from the registry and later write information into the registry.
Has any one had a similar challenge, how did you solve it?