Archive: No log window displaying


No log window displaying
I have created a program with NSIS that does the following....


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?

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


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 :)