Re: msi: add support for MSIRUNMODE_REBOOTNOW in MsiGetMode
31 Mar
2012
31 Mar
'12
8 a.m.
On Fri, 2012-03-30 at 17:27 -0700, Austin English wrote:
+ case MSIRUNMODE_REBOOTNOW: + r = package->need_reboot; + break; +
MSIRUNMODE_REBOOTNOW and MSIRUNMODE_REBOOTATEND are not the same thing.
31 Mar
31 Mar
3:37 p.m.
New subject: msi: add support for MSIRUNMODE_REBOOTNOW in MsiGetMode
On Sat, Mar 31, 2012 at 06:00, Hans Leidekker <hans(a)codeweavers.com> wrote:
On Fri, 2012-03-30 at 17:27 -0700, Austin English wrote:
+ case MSIRUNMODE_REBOOTNOW: + r = package->need_reboot; + break; +
MSIRUNMODE_REBOOTNOW and MSIRUNMODE_REBOOTATEND are not the same thing.
It seems I misunderstood the analysis then. I'll leave it to you then :). -- -Austin
5003
Age (days ago)
5003
Last active (days ago)
1 comments
2 participants
participants (2)
-
Austin English -
Hans Leidekker