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?