cxji3275
6th December 2002 02:26 UTC
LogSet on, But $INSTDIR\install.log creation does not become.
Hi everyone.
Received latest source in CVS folder.
Do so that do define and compiled again NSIS_CONFIG_LOG in Config.H.
But $INSTDIR\install.log file does not become creation.
I'm sorry my broken English. :)
cxji3275
6th December 2002 07:02 UTC
Solved this problem.
If use LogSet in .onInit callback function then does not act.
if use LogSet in start section then logging act...
Is it originally like this?
kichik
6th December 2002 13:19 UTC
It is because you haven't set $INSTDIR yet in .onInit. I will add it to the docs.
cxji3275
11th December 2002 02:26 UTC
But Report - DirText, LogSet
Hi!
First, sorry my broken English.
Makensis version is 2.0b0
http://edps.cc/pds/me/nsis/nsis20b0_1.jpg
http://edps.cc/pds/me/nsis/nsis20b0_2.jpg
http://edps.cc/pds/me/nsis/nsis20b0_3.jpg
Source\Exehead\Config.H --> #define NSIS_CONFIG_LOG -> define!
And Makensis Recompile.
This is bug?
kichik
11th December 2002 14:49 UTC
SetOutPath doesn't set $INSTDIR, it sets $OUTDIR. You should use StrCpy $INSTDIR "C:\bla bla" If you want to set $INSTDIR.
cxji3275
12th December 2002 01:02 UTC
Very thanks about kind reply. :)