Writting to a file the install log that is displayed in NSIS
What's the easiest way to save the install log that is displayed in NSIS?
I tried to use NSISLOG as follows:
nsislog::log "$INSTDIR\InstallFolder.log" "After Folder 1"
But after the installation, InstallFolder.log shows only the message I wrote ("After Folder 1" ) not the information displays during the installation. Can anybody help me to understand what I am doing wrong?
Thanks for any help.