How to generate .exe files on the runtime in C# -
i want program in user when clicks on button, program generates exe file after writing data on file.
user can tick or untick number of checboxes , when user clicks on button, writes required data according checkboxes state in exe file.
now according me way is, first generate exe file open notepad , copy data in it, code program create exe file data.
is there other way generate exe files @ runtime?
i found potentially related project here. google code page , source. written in c++.
from project's page.
it adds other files, zipped up, on of launcher exe. when program runs unzips files temporary directory , runs program.
you similar, creating program check end of , either adding data or reading data.
if isn't mean perhaps reflection or .net codedom.
Comments
Post a Comment