self containing exe

C

CSharper

I want to create a exe which need to contain all the required files in
itself. Initally I thought of creating the files in to resources and
then add them to the exe and I found out hard way, csc has a
limitation of 600MB. I thought I will use ILMerge and that also have
the same limitation. So I am leaning towards using 'lexpress' or one
of the self extractor to do the job. Is there a better way to do it?
Thanks,
 
D

Diego Jancic

Hi,
Try InnoSetup if you're trying to create an installer, it's really
cool.

Bye
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top