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() -

Voice chat over bluetooth between Android & Python (pybluez) -

Integrate jquery-globalize into an ASP.NET Core MVC App -