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?
Announcement
Collapse
No announcement yet.
compile in one exe?
Collapse
X
-
Re: compile in one exe?
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
--[[ Indigo Rose Software Developer ]]
-
Comment