I would like to make a simple windows installer to copy some files into the client's file system -that's all-. However, I would like to edit the main binary and insert the license code directly into it. Is there a way to do so from Innosetup? Sort like ....
sed -i 's/needle/replacement/g' targetfile
It is a Metatrader4 indicator.
Thank you!