I am currently developing an application (Windows) that requires internal changes at boot time. In addition, I deliver it using the Linux host, so it cannot compile on demand, as suggested.
How does it work Ninite ?
At Ninite.com, every time you select different options, you get the same .exe, however, with minor changes inside.
Option 1
Compile a program with predefined data (on Windows).
Use PHP to view the file and replace your own lines.
Option 2
Add the original .EXE with another resource file
Other
Has anyone developed this? What would be a better approach?
Thank.
source
share