This website uses cookies. By browsing this website, you consent to the use of cookies. Learn more.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
- Flexera Software Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- MessageBox is going background during uninstallaio...
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
snablr
Pilgrim
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- 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
rguggisberg
Intrepid explorer
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
May 08, 2018
07:40 PM
Re: MessageBox is going background during uninstallaion.
I ran into this too. Check out my post here
https://community.flexerasoftware.com/showthread.php?222521-Popups-to-be-Always-on-top-window&highli...
https://community.flexerasoftware.com/showthread.php?222521-Popups-to-be-Always-on-top-window&highli...
snablr
Pilgrim
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
May 09, 2018
12:33 PM
Re: MessageBox is going background during uninstallaion.
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.
rguggisberg
Intrepid explorer
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
May 15, 2018
07:14 AM
Re: MessageBox is going background during uninstallaion.
It is covered in the InstallShield Help. Use MsiProcessMessage in an Installscript Custom Action.