messagebox - How to display message box when starting up an Inno Setup installer -


how display message box information, when starting installer made in inno setup?

like setup of reloaded games does:

enter image description here

call msgbox function initializesetup event function:

function initializesetup(): boolean; begin   msgbox('some message.', mbinformation, mb_ok);    result := true; end; 

Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -