Skip to content
⌘ NSIS Forum Archive

How to make installer to use external archieve ?

4 posts

bdfy#

How to make installer to use external archieve ?

I do not want to wait while compiler compress all the data included in the installer whilt testing installer. I want the data to be compressed only once. Thus how can I put the data into separate archieve ( I prefer 7z ) and then read the data from it during install ?
n0On3#
what I do to test installers is comment the lines where data is added. Instead of "File 1\*.*" I use ";File 1\*.*"
bdfy#
n0On3,good trick , but I still wonder if anyone knows how to add 7z extraction ability to the installer ?
Afrow UK#
Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.


-Stu