Re: [WiX-users] Scheduling a system reboot on restart manager failure

2014-02-19 Thread Phil Wilson
he process that is holding onto the dll is always > killed by Restart Manager. Is there a way to consistently repro it?3. Would > adding an explicit "ScheduleReboot" fix the issue? > Regards,Surya >> Date: Tue, 18 Feb 2014 09:46:01 -0800 >> From: phildgwil...@gmail.com

Re: [WiX-users] Scheduling a system reboot on restart manager failure

2014-02-18 Thread Suryadeep Biswal
ng but you think it should.Aren't both the same thing? It should be > >>>rebooting according to the logs, but it actually does not. > > Regards,Surya > >> Date: Mon, 17 Feb 2014 12:09:26 -0800 > >> From: phildgwil...@gmail.com > >> To: wix-users@l

Re: [WiX-users] Scheduling a system reboot on restart manager failure

2014-02-18 Thread Phil Wilson
nstaller\6e05a.msi'MSI (s) (60:B4) >> > [15:51:30:436]: Post-install cleanup: removing installer folder >> > 'C:\Windows\Installer\{A4567957-54CC-460C-860D-7477702586BF}\' (if >> > empty)MSI (s) (60:B4) [15:51:30:436]: Note: 1: 2318 2: MSI (s) (60:B4) >&

Re: [WiX-users] Scheduling a system reboot on restart manager failure

2014-02-17 Thread Suryadeep Biswal
> [15:51:30:437]: Destroying RemoteAPI object.MSI (s) (60:FC) [15:51:30:43 7]: Custom Action Manager thread ending.MSI (c) (E8:DC) [15:51:30:440]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1 > > Regards,Surya > >&

Re: [WiX-users] Scheduling a system reboot on restart manager failure

2014-02-17 Thread Phil Wilson
(60:B4) [15:51:30:437]: > Destroying RemoteAPI object.MSI (s) (60:FC) [15:51:30:437] : Custom Action Manager thread ending.MSI (c) (E8:DC) [15:51:30:440]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1 > Regards,Surya >

Re: [WiX-users] Scheduling a system reboot on restart manager failure

2014-02-17 Thread Suryadeep Biswal
e.net > Subject: Re: [WiX-users] Scheduling a system reboot on restart manager > failure > > You may be able to use some combination of MSIRMSHUTDOWN and > MSIRESTARTMANAGERCONTROL to get the result you want. Having said that, > you seem to be saying that MSI/RM is already sch

Re: [WiX-users] Scheduling a system reboot on restart manager failure

2014-02-17 Thread Phil Wilson
You may be able to use some combination of MSIRMSHUTDOWN and MSIRESTARTMANAGERCONTROL to get the result you want. Having said that, you seem to be saying that MSI/RM is already scheduling a reboot if it doesn't shut things down properly, but that seems to be the problem you're trying to solve, so p

[WiX-users] Scheduling a system reboot on restart manager failure

2014-02-15 Thread Suryadeep Biswal
Hi, I need some help with coordinating a system reboot with specific restart manager error codes during a major upgrade of a MSI.To be more specific - 1. Suppose "A.dll", a binary which is installed by the MSI (and is upgraded by higher versions) is loaded into memory by several processes.2. Wh