I wrote an utility, that sends messages over internet and packed it in an exe file with ocra.
Each time I run that exe firewall asks me whether it should block or enable that exe.
It happens because when the exe starts it unpacks ruby.exe each time to different tmp directory, thus the firewall percieves ruby as an unknown program.
How can I manage ocra to use the same tmp path to which it extracts ruby? Is there a ruby way to do that?
Thank you in advance.
You could try using innosetup with ocra to make a windows installer.