I have the same problem.
I have only in one place LogSet on
StrCpy $INSTDIR "$INSTDIR\logging"
SetOutPath $INSTDIR
Delete "$INSTDIR\install.log"
LogSet on
It creates two intall.log files. One to old $INSTDIR that contains only one line:
logging set to 1
And the other to the correct (new) $INSTDIR.
|