Skip to content
⌘ NSIS Forum Archive

repack zipfiles

2 posts

Nilmoerg#

repack zipfiles

Heyho guys,

I've used google, I've used the docs and certainly the forums search, but I found only questions and solutions about unpacking zipfiles.
Sure, it's good to know how this works.. but I want to know how I can pack some files to a new or existing archive.

Is there a Plugin or has anyone a hint to a little commandline program which I could use?
Cause with time, my patches are not patches any more...
thek#
Do you wan't to pack some files in a zip file during installation?
If so, than add an commandline packer to your installation
for example 7za.exe (www.7-zip.org) and use it via the "execute" command in NSIS