Hi Jacob,
I was asking you for the details to use which event in BootstrapperApplication
class to interupt the first MSI completion event. After that how can I
start another MSI installation?
Thanks!


On Fri, Jul 19, 2013 at 9:10 PM, Hoover, Jacob
<jacob.hoo...@greenheck.com>wrote:

> Some examples:
>
>
> http://stackoverflow.com/questions/465488/can-i-load-a-net-assembly-at-runtime-and-instantiate-a-type-knowing-only-the-na
>
>
> http://www.codeproject.com/Articles/32828/Using-Reflection-to-load-unreferenced-assemblies-a
>
>
>
> -----Original Message-----
> From: Rahul V [mailto:rahul8...@gmail.com]
> Sent: Friday, July 19, 2013 10:27 AM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Bootstrapper - Interuptting the MSI completion
> events while running multiple MSIs
>
> Hi Jacob,
> I am using managed code, will you please give me more detail?, I am
> follwing the below example.
> http://bryanpjohnston.com/2012/09/28/custom-wix-managed-
> bootstrapper-application/
> Thanks!
>
>
> Regards,
> Rahul
>
> On Fri, Jul 19, 2013 at 7:40 PM, Hoover, Jacob
> <jacob.hoo...@greenheck.com>wrote:
>
> > Are you doing a native or managed BA/UX?  Is this "control" a native
> > or managed control?
> >
> > If it's a native UX/BA and the control is a COM component, you should
> > be able to create the object after it's installed. If it's managed,
> > you would have to do some rather involved coding to delay load the
> assembly.
> >
> > -----Original Message-----
> > From: Rahul V [mailto:rahul8...@gmail.com]
> > Sent: Friday, July 19, 2013 9:05 AM
> > To: General discussion for Windows Installer XML toolset.
> > Subject: [WiX-users] Bootstrapper - Interuptting the MSI completion
> > events while running multiple MSIs
> >
> > Hi,
> > I am running 3 MSI from my Bootstrapper, After the first MSI is
> > installed successfully, I want to load an user control (Which is
> > deployed by the first MSI) in the bootstrapper UI. After loading the
> > user control I will collect some information from the user control and
> > by clicking Next I want to install another MSI by passing the
> > information as MsiProperty. I want to interupt the first MSI
> > completion event, in that event I want to load the user control. How can
> I do this?
> >
> > Thanks!
> >
> >
> > Regards,
> > Rahul
> >
> > ----------------------------------------------------------------------
> > -------- See everything from the browser to the database with
> > AppDynamics Get end-to-end visibility with application monitoring from
> > AppDynamics Isolate bottlenecks and diagnose root cause in seconds.
> > Start your free trial of AppDynamics Pro today!
> > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.c
> > lktrk _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> > ----------------------------------------------------------------------
> > -------- See everything from the browser to the database with
> > AppDynamics Get end-to-end visibility with application monitoring from
> > AppDynamics Isolate bottlenecks and diagnose root cause in seconds.
> > Start your free trial of AppDynamics Pro today!
> > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.c
> > lktrk _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
>
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics Get
> end-to-end visibility with application monitoring from AppDynamics Isolate
> bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&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