Skip to content
⌘ NSIS Forum Archive

zip2exe help

2 posts

Oxon88#

zip2exe help

Hi,

I'm using the zip2exe tool to create a self-extracting installer. I'm trying to figure out where (in which .nsh script) the extract actually happens. I want to add some logging output to a text file, just before the extraction begins, and then also straight after the extract is completed.

I cannot figure out where or how the extraction is being called.

Can anyone enlighten me please?
Anders#
Some parts come from the base.nsh, perhaps you can edit the SECTION_BEGIN macro for your needs...