Archive: Include files to install in the installer


Include files to install in the installer
Hi guys,

I am wondering if it is possible to include the file that you want to install in the installer itself, rather than just have the installer find it on the file system and then install it.

For example, i have an installer that unzips a zip file and installs it on the users computer. Currently i have the installer.exe and the zip as seperate files. I want to have the zip file built into the installer so that the user can download just the one file.

Thanks in advance for your help.

Scott.


fixed the problem. rather than using a zip, i just unzipped and then copied the files.

thanks.