This website uses cookies. By clicking OK, 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
- :
- Border Less Dialogs
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
antriksh
Pilgrim
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Jan 06, 2017
05:02 AM
Border Less Dialogs
Hi,
Is there any way i can show InstallerShiled predefined dialog(like Welcome) border less?
Thanks
Antriksh
Is there any way i can show InstallerShiled predefined dialog(like Welcome) border less?
Thanks
Antriksh
2 Replies
chad_petersen
Occasional contributor
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Jan 06, 2017
01:16 PM
Re: Border Less Dialogs
No way that I know of with the pre-defined dialogs. You would likely have to go to an External UI - which is certainly possible.
A lot of times in the games installers, for example, you will see the amazing graphics and things happening during the install. Often these are using an External UI and then tapping into DirectX for the visuals that change with the MsiProgressMessages
https://msdn.microsoft.com/en-us/library/windows/desktop/aa370384(v=vs.85).aspx
In this case it requires a custom bootstrapping application and can't be called from a custom action. This is a very advanced topic.
I hope that helps some.
Chad