Re: [WiX-users] Burn: Resume Installation Plan

2012-06-28 Thread jhennessey
Rob Mensching-7 wrote > > Save the values you need in a persisted Variable *before* calling Apply(). > When you come back after reboot, the values will still be there. > > Basically, in Burn we fixed the "problem" that MSI does not store Property > values by allowing Variables to be persisted.

Re: [WiX-users] Burn: Resume Installation Plan

2012-06-27 Thread Rob Mensching
Save the values you need in a persisted Variable *before* calling Apply(). When you come back after reboot, the values will still be there. Basically, in Burn we fixed the "problem" that MSI does not store Property values by allowing Variables to be persisted. On Wed, Jun 27, 2012 at 6:57 AM, jh

[WiX-users] Burn: Resume Installation Plan

2012-06-27 Thread jhennessey
In my BA I have several packages and features. I decide which of these to install by showing a UI that allows the user to select them individually. If one of the packages requires an immediate reboot what is the recommended way of persisting the plan for after reboot (I don't want to have the user