cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
antriksh
Level 3

Border Less Dialogs

Hi,

Is there any way i can show InstallerShiled predefined dialog(like Welcome) border less?

Thanks
Antriksh
Labels (1)
0 Kudos
(2) Replies
chad_petersen
Level 9

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

0 Kudos
antriksh
Level 3

Thank you for your quick reply.
I will look into this.
0 Kudos