As I have made the planned action, after reboot, is there any way (in Burn 
bootstrapper application) to persist the previous planned info about packages 
and features?If not I have to add a variable with the PlannedState for each 
package and feature that I have planned to install, right?

> From: r...@robmensching.com
> Date: Tue, 16 Apr 2013 16:54:29 -0700
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Burn restore after reboot not working
> 
> The Command structure passed to your BA will tell you if the Bundle is
> starting after restart. You can also persist values in Variables before the
> original Apply() and they will be there after restart.
> 
> 
> On Tue, Apr 16, 2013 at 3:08 PM, Marco Tognacci <mark...@live.it> wrote:
> 
> > But in this case how can I detect that the installation is complete?For
> > the uninstall I have seen the wix setup, on the DetectComplete it Plan
> > again the operation of uninstall (invoking automatic plan for
> > uninstall).For the installation as I have to collect user information about
> > wich feature install it show again the first page of my wizard.So when the
> > system reboot I need to skip the stage where the user select which package
> > and feature to install.How can I detect that the installation is completed,
> > as I can't detect that all the feature and packages are installed as the
> > user can choose to install only some of them. In the DetectBegin a property
> > Installed is passed as args of the method callback, but in this case it's
> > false.For the installation which is the best way? Close installation after
> > Detect or call again Plan action for Install, as shown in the Wix setup for
> > the uninstall?
> >
> > > From: r...@robmensching.com
> > > Date: Tue, 16 Apr 2013 14:12:02 -0700
> > > To: wix-users@lists.sourceforge.net
> > > Subject: Re: [WiX-users] Burn restore after reboot not working
> > >
> > > After restart, the process starts over. However, Detect should see that a
> > > bunch of things are already on the machine and thus Planning will only do
> > > what is next.
> > >
> > > This is important because machine state could change significantly
> > between
> > > the time the restart was requested and the restart actually occurred.
> > >
> > >
> > > On Tue, Apr 16, 2013 at 11:15 AM, Marco Tognacci <mark...@live.it>
> > wrote:
> > >
> > > > I have a Burn bootstrapper that need to reboot the system to complete
> > > > installation, when the system reboot the Burn setup restart but it
> > doesn't
> > > >  restart from the point where it finish before reboot.It restart from
> > begin
> > > > with the detect process, is it a bug or is there some configuration to
> > > > set?In the chain operation it will have only to complete the
> > installation,
> > > > because Detect, Plan and Apply are executed before reboot.(I have only
> > one
> > > > log file where is clear the reboot phase and the restart of all the
> > > > operation Detect... after reboot)
> > > > When the burn setur restart the splashscreeen open not centered but on
> > the
> > > > top left corner.
> > > > P.S. I use the last version of Wix 3.7
> > > >
> > > >
> > ------------------------------------------------------------------------------
> > > > Precog is a next-generation analytics platform capable of advanced
> > > > analytics on semi-structured data. The platform includes APIs for
> > building
> > > > apps and a phenomenal toolset for data science. Developers can use
> > > > our toolset for easy data analysis & visualization. Get a free account!
> > > > http://www2.precog.com/precogplatform/slashdotnewsletter
> > > > _______________________________________________
> > > > WiX-users mailing list
> > > > WiX-users@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/wix-users
> > > >
> > > >
> > >
> > ------------------------------------------------------------------------------
> > > Precog is a next-generation analytics platform capable of advanced
> > > analytics on semi-structured data. The platform includes APIs for
> > building
> > > apps and a phenomenal toolset for data science. Developers can use
> > > our toolset for easy data analysis & visualization. Get a free account!
> > > http://www2.precog.com/precogplatform/slashdotnewsletter
> > > _______________________________________________
> > > WiX-users mailing list
> > > WiX-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> > ------------------------------------------------------------------------------
> > Precog is a next-generation analytics platform capable of advanced
> > analytics on semi-structured data. The platform includes APIs for building
> > apps and a phenomenal toolset for data science. Developers can use
> > our toolset for easy data analysis & visualization. Get a free account!
> > http://www2.precog.com/precogplatform/slashdotnewsletter
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> ------------------------------------------------------------------------------
> Precog is a next-generation analytics platform capable of advanced
> analytics on semi-structured data. The platform includes APIs for building
> apps and a phenomenal toolset for data science. Developers can use
> our toolset for easy data analysis & visualization. Get a free account!
> http://www2.precog.com/precogplatform/slashdotnewsletter
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
                                          
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to