PDA

View Full Version : compile in one exe?



Breezy
03-02-2003, 02:56 PM
Is there a way to make one exe with all related files inside of it without a user having to install on their system, like Jugglor does for flash exe's?

Lorne
03-03-2003, 09:55 AM
There are a couple ways:

- use a self-extracting archive (that you can build with WinZip, or WinRAR), extract to a temporary location, design the application to delete the temp files when done

- create a "silent" setup executable with a tool like Setup Factory, extract the files to a temporary location, design the installer to delete the temp files when done