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 setup requires bootstrapper which handles UI 
also. Furthermore, MSI files in Office 2007 only contain logics not UIs. 
Bootstapper does handle all UI logics.

For the large packages, Microsoft seems to approach in such a way, not fixing 
or adding features to an existing MSI engine. It would be harsh for developers 
as they are required to create their own UI if they want to provide as much as 
user-friendly UI as Office provides.

Regards,

Chesong Lee

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Magus
Sent: Friday, August 11, 2006 4:44 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] RichEdit2.0 Problem while wix is running


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?
-- 
View this message in context: 
http://www.nabble.com/RichEdit2.0-Problem-while-wix-is-running-tf2092849.html#a5769222
Sent from the wix-users forum at Nabble.com.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to