Nullsoft Scriptable Install System: Difference between revisions

Content deleted Content added
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags
Line 49:
 
Function .onInit # Function that will be executed on installer's start up.
MessageBox MB_OK|MB_ICONINFORMATION "Hello worldSrini!" # Show a message that says "Hello worldSrini!".
Quit # Close the installer because this is a simple "Hello world!" installer.
FunctionEnd