Nullsoft Scriptable Install System: Difference between revisions

Content deleted Content added
Line 49:
 
Function .onInit # Function that will be executed on installer's start up.
MessageBox MB_OK|MB_ICONINFORMATION "Hello Sriniworld!" # Show a message that says "Hello Sriniworld!".
Quit # Close the installer because this is a simple "Hello world!" installer.
FunctionEnd