It seems like you are trying to do lots of non-standard ways for UI handling.
I would recommend you take a look at implementing an external UI handler and
leave the internal UIs as simple as possible (or just none).
Several packages from Microsoft use external UI.
For example, Visual Studio 2005
Magus wrote:
> While creating a dialog box in Win32 I used the RichEdit2.0 control, and it
> runs fine until I try to call my .dll dialog in Wix. It seems it doesn't
> know what the wnd class is for richedit. Anyone ever come across tis
> problem?
Have you remembered to call called InitCommon
2 matches
Mail list logo