
yozturk1.5524903546828225E12 asked a question.
How to show MessageBox as stay-on-top?
Hi,
I created a custom action named MyFunction(HWND) using InstallScript and added this function as in "Custom Actionsand Sequences" view. MyFunction(HWND) is so simple as follows:
function MyFunction(hMSI)
begin
MessageBox ( "Welcome to the tutorial installation !", INFORMATION);
end;
When I execute the resultant setup.exe from Windows Explorer, after the setup configures Windows Installer, it seems to be hunged. However, when Windows Explorer window is minimized, the message box is displayed.
How can I bring the message box, that is generated by InstallScript, front?
-Best regards.
-Yavuz