im trying to figure away to be able to export/save user ( banch of files/htmls )
to one single self contained exe file . and i have no idea how to do it .
i was thinking about using windows gcc port , but its GPL and my app is commercial.
how do i approach to solve such thing ?
Thanks
im trying to figure away to be able to export/save user ( banch of
Share
You could make a self extracting exe.
or
You could use vbc or csc from the .net framework, they’re shipped as part of the framework (not sure about the new 3.5 client stuff)