This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- MessageBox is going background during uninstallaion.
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 05, 2018
05:47 AM
MessageBox is going background during uninstallaion.
Hello All,
I have a basic MSI project.
During uninstallation, the first MessageBox is always going behind uninstallation progress window.
Kindly let me know how to resolve this issue?
Is this a known issue\bug of InstallShiled?
Thanks
I have a basic MSI project.
During uninstallation, the first MessageBox is always going behind uninstallation progress window.
Kindly let me know how to resolve this issue?
Is this a known issue\bug of InstallShiled?
Thanks
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 08, 2018
07:40 PM
I ran into this too. Check out my post here
https://community.flexerasoftware.com/showthread.php?222521-Popups-to-be-Always-on-top-window&highlight=
https://community.flexerasoftware.com/showthread.php?222521-Popups-to-be-Always-on-top-window&highlight=
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 09, 2018
12:33 PM
Thank you.
I have never used MsiProcessMessage().
Can you tell me how to use MsiProcessMessage() in Basic MSI project?
I need to display a MessageBox with a caption , main message string and an information icon to end user.
I have never used MsiProcessMessage().
Can you tell me how to use MsiProcessMessage() in Basic MSI project?
I need to display a MessageBox with a caption , main message string and an information icon to end user.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 15, 2018
07:14 AM
It is covered in the InstallShield Help. Use MsiProcessMessage in an Installscript Custom Action.