Archive: no installl.log is created


no installl.log is created
Hi. I need an install log, so I got the special build, added LogSet on and some LogText. The installer builds and runs just fine. But no install.log appears. What am I missing? THANKS IN ADVANCE

# Installer sections
Section -Main SEC0000
#
# Main program files
#
SetOutPath $INSTDIR\ww

LogSet on
LogText testing1
LogText "testing"
LogText "Installing WOODWORK/2001 Release 4.0 build 2008-11-07"

SetOverwrite on
File ..\..\..\Doc\readme.pdf
File ..\..\..\Doc\saw.hlp


Are you sure that section is executed? That code seems like it should work...