Making an installer... (batch/exe)
I've run into a little bit of trouble whilst programming something in batch...
When the user downloads the application, I would like them to only have to download 1 file.
However, at least two files are needed for the application (the installer and the actual program).
The application is programmed in batch, but I'd prefer to compile the batch files into exe's before distrubtion.
If the user only downloads one file (the installer) then I can write the actual application (using the installer). However, then I can't compile it into an exe....
How can I get around this... I don't want to use an archive...
Also, how do install wizards do this? Do they download them from online or do the extract them from something?
Keyboard1333