When your PFN_BOOTSTRAPPER_APPLICATION_CREATE method (prototyped in the 
IBootstrapperApplication.h file) was called that you used to create your UI, 
you were passed an IBootstrapperEngine pointer. You call the engine methods 
directly on that interface pointer (which is defined in the 
IBootstrapperEngine.h file).
 
WixStdBA.dll is a BA that the toolset provides, but by writing your own you 
don't use it (except in the case where you are writing a managed BA) so it is 
never loaded if you are using your own BA.
 
If you are looking for example C++ code, you could look at the sources to 
WixStdBA, because that is a BA written in C++. Another example is the WixExtBA 
project on codeplex. There may be others as well (although most examples I've 
seen are managed code instead of native code).
 
-Blair
 
> Date: Thu, 28 Nov 2013 12:43:53 +0530
> From: dileep.sanamp...@gmail.com
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] [WIX]: How to trigger my MSI file when I select 
> install option in Wix Custom Bootstrapper UI
> 
> Hi Blair,
> 
> Thank you for the information.
> 
> Is there any examples in c++ to call Detect, then Plan, and then Apply on
> the engine.
> 
> We need to load the WixStdBA.dll and call the functions? or any other way?
> 
> Please help me to solve this.
> 
> Thanks in advance..
> 
> 
> 
                                          
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to