Spatacoli
13th January 2004, 22:38
I've been trying to track down a few problems with log files. I have recompiled the source with the NSIS_CONFIG_LOG set in config.h. I also noted that there was a change made from Beta4 to RC1 where log_printf6 is defined twice in util.h. I noticed that this was added in so I changed it to log_printf7 (as it seemed to make sense in the code). This was just a warning, the error came because 'len' is not defined in exec.c. Not a problem because I don't generate any binary reg keys in my installer so I defined len as 0 since it is only being outputted to the log file and doesn't appear to be used anywhere else. Once that is taken care of, the sources will compile. I insert 'LogSet on' after I know that $INSTDIR is good, and I cannot find the install.log. It doesn't seem to have been created.
Can anyone else confirm this or is there something else going on in my code? Thank you for the help.
Can anyone else confirm this or is there something else going on in my code? Thank you for the help.