Archive: Files Inside of an archive?


Files Inside of an archive?
Is it possible to extract files from an archive, for instance, a zip file, than install the files to a directory? I have my script ready other than that, but I'd like to know how to get files from inside of an archive. Is it possible? if so, how?


yeah, try ZipDll. :)


Okay, just a sec. Where does the file come from when you install something? For instance, you install a plugin, and the file has to come from somewhere. Where does it come from?


Inside the exe?


Yeah, but how do they get inside the exe in the first place?


To help you just read the script I have attached.
The place to download ZipDLL, just click here.

You need to make a zip of two files you get from the
ZipDLL download.

1. ZipDLL.dll
2. zip.dll.nsh


Name the zip "INSTALL_ZipDLL.zip".

This should tell you enough of how to go about your project and
install the files correctly. I use this to install mine. However,
remember you can't compile it till you first install them by hand. lol.

-MichaelFlya-