I am new to NSIS and I wanted to show a message with a text and a variable value (mainly for debugging purpose). Please let me know if this can be achieved by the following method
Example: MessageBox MB_OK "Application Name" $VersionNumber
If this method is not correct please suggest an alternative.