[wix-users] Restart from MBA
Farrukh Waheed
farrukh1 at gmail.com
Fri Jun 10 09:41:24 PDT 2016
Simply, e.Restart==ApplyRestart.RestartRequired would only be true if Burn
detect the need to restart
As the log file shows, it doesn't need a restart, so
e.Restart==ApplyRestart.RestartRequired would be false here.
Experimentally, you can schedule a reboot from your msi i.e:
<InstallExecuteSequence>
<ScheduleReboot After="InstallFinalize"/>
</InstallExecuteSequence>
and you may e.Restart==ApplyRestart.RestartRequired as true in
ApplyComplete at least...
On 10 June 2016 at 04:10, Parkes, Kevin <Kevin.Parkes at wacom.eu> wrote:
> e.Restart==ApplyRestart.RestartRequired
>
More information about the wix-users
mailing list