Hi 
While reading source code for WiX Extended Bootstrapper Application, I'm
wondering if I want to replace this Theme manipulation (xml based) with
Win-Forms or MFC based UI, do I have to modify/rewrite all that or I can
simply use references of some library, just as in case of Managed
Bootstrapper, where we are using BootstrapperCore.dll??

wixstdba is mainly integrated with XML based Themes which it is managing in
different events: For Example in
CWixStandardBootstrapperApplication::OnCacheAcquireProgress(), there are
method calls like ThemeSetTextControl() or ThemeSetProgressControl(). 

Is there any good guide/Tutorial/Example for using Win-Forms or MFC based
UI? 

Regards 
Farrukh



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/wixstdba-Using-Win-Forms-or-MFC-based-UI-instead-of-Theme-UI-xml-based-tp7597751.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to