cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
yozturk
Level 4

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
Labels (1)
0 Kudos
(1) Reply
HBindu
Level 3

I am having the same issue. Any ideas how to bring the message box to front. Thank you.
0 Kudos