Skip to content
⌘ NSIS Forum Archive

Writting to a file the install log that is displayed in NSIS

2 posts

noemig#

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.
jpderuiter#
Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.