Skip to content
⌘ NSIS Forum Archive

No log window displaying

3 posts

starfighter5#

No log window displaying

I have created a program with NSIS that does the following....
  • Unzips a file to a folder
  • Scans the folder for certain files
  • Deletes files found
  • Rezips folder


Everything works correctly apart from one thing, I am using the following command

nsexec::exectolog '"$EXEDIR\7za.exe" a -r "$R0_CLEAN.zip" "c:\tempunzip\*.*"'
to zip the folder back up which works fine but I wanted the output to display in a log window. Is this something I need to add manually to the custom page?
starfighter5#
I have kind of resolved it by adding Page instfiles to the top of my script, the log window is now displaying but nothing is happening inside of it
starfighter5#
instfiles resolved the issue in the end 🙂

Now I have an issue where my page title is 'Name Setup'

How do I change this?

NB : Fixed with caption - all solved now 🙂