Can't get installation log file
I'm having problems with my NSIS installer, so I thought that I would enable the log file to see what was happening.
It took me a while to download the NSIS source, Python, SCONS, etc. and then rebuild NSIS with the "NSIS_CONFIG_LOG=yes" command option (Windows XP).
I rebuilt my installer, and still don't get any installer log file.
I have lines like this:
Section ""
; Enable log file
LogSet on
LogText "Nameless Section"
What am I missing here?
Thanks,
Chris