Read a File and Display in Custom Page
Hi,
I'm writing an Install using NSIS. Which calls couple of .bat files and generate the output from the batch file into a log file for ex: batchlog.txt
At the end of the installation I want to call custom page which will show this log file completely.
How do I do that. I have already created couple of custom pages. My question is really how I can read complete file and assign it to the page to display.