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