Skip to content
⌘ NSIS Forum Archive

Files Inside of an archive?

6 posts

jerimiah40#

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?
jerimiah40#
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?
MichaelFlya#edited
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-