Archive: NSIS special logging


NSIS special logging
I downloaded the special build to create a log file for silent install debug. I noticed these entries in the install.log

Jump: 5216
Call: 5203
Jump: 5216

I assume these are line numbers?

How do I associate the line numbers with the original nsh header file they came from? My main install nsi references many nsh files.


Those are the instruction addresses. Correct deassembling would be a lot of work.

Stu