Print the contents of a MessageBox
Hello all. I wrote a little NSIS script that reports if a user is up-to-date or not, and at the end reports what updates they are missing. I would like to print the MessageBox or at least the contents of the MessageBox. Is there a way to do this? I would be alright with sending the contents of the MessageBox into a txt file, and printing that txt file, but not sure how to do that. Any help would be much appreciated, thanks.