Archive: Quick Question


Quick Question
is it possible to do a silent-type install but show a "installation completed" msgbox at the end? i just want a simple msgbox with OK button just so the end user is aware its completed, but dont want to show the normal completed box (with details button etc), is this possible, & if so, can some1 tell me how??

(i can do the silent install part - i just need to know how to show msgbox b4 closing the silent installer)

Thanx in advance

James Tanner


Use MessageBox on the last section or in .onInstSuccess and .onInstFailed.


@kichik

Cheers! That worked great.