cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
scottd72
Level 7

Imported custom dialogs not showing up in Basic MSI project

Hello,

I have imported, via a resource dll, a few dialogs I made with MFC into my Basic MSI project. I set the behavior in one of the standard dialogs to go to one of my custom dialogs upon hitting the Next button. When running my project any custom dialogs are skipped. They actually appear for only a split second before going on to the next standard dialog.

When I run MSI debugger and place a break point at the custom dialog, it appears just fine. Any ideas as to why custom dialogs do not appear longer than a split second?

Thanks.
Labels (1)
0 Kudos
(1) Reply
scottd72
Level 7

I'm coming to the conclusion that you cannot mix custom dialogs imported from a resource dll with standard dialogs. It's either one or the other. I hope I'm wrong, but that's what I'm finding.
0 Kudos