[wix-users] Forcing a reboot after installing an MSI from a Bundle

rpapo at comcast.net rpapo at comcast.net
Fri Sep 11 11:40:29 PDT 2020


More info: The MSI already the following in it.  

    <InstallExecuteSequence>
      <ScheduleReboot After="InstallFinalize"/>
    </InstallExecuteSequence>

When you run the MSI directly, it reboots as requested.  When you run it
from within a Bundle, the reboot request is saved for later.   I need it to
happen at once, and for the installer to continue after the reboot.

-----Original Message-----
From: wix-users <wix-users-bounces at lists.wixtoolset.org> On Behalf Of Rick
Papo via wix-users
Sent: Friday, September 11, 2020 1:51 PM
To: 'WiX Toolset Users Mailing List' <wix-users at lists.wixtoolset.org>
Cc: rpapo at comcast.net
Subject: [wix-users] Forcing a reboot after installing an MSI from a Bundle

I find information online about how to force a reboot after an <ExePackage>
executes, but nothing about how to force an immediate reboot if an
<MsiPackage> requests it.  I have a situation where a prerequisite package
required for certain machines requires a reboot afterwards.  If that reboot
does not happen, then other things (service starts, mainly) will blow up
later in the installation.

Any ideas?

--Rick Papo


____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant
http://www.firegiant.com/




More information about the wix-users mailing list