I can force a reboot using the REBOOT property in the msi, but the
update.exe itself is returning an error. At the moment I just get round it
by ignoring the return code. I am suprised that the update.exe reboot
request is interpreted by Windows installer as an error,
Anthony
"David Randall [MS]" <(E-Mail Removed)> wrote in message
news:#(E-Mail Removed)...
> I'm not sure about why MSI isn't handling the restart return code, but can
> you configure your program to "SMS Reboots Computer" ??
>
>
> ----
> This posting is provided "AS IS" with no warranties, and confers no
rights.
>
> SMS Technical FAQ at:
>
http://www.microsoft.com/technet/pro...aq/default.msp
x
> ----
> Dave Randall
> SMS Software Distribution Team
>
>
> "Anthony Yates" <anthony.yates@airno~spamdesk.com> wrote in message
> news:ein%(E-Mail Removed)...
> >I am using msi wrappers to execute Windows Updates. They work fine as
long
> > as the custom action to execute the update is run Synchronous, Ignore
exit
> > code. Without the "Ignore exit code" the update is executed successfully
> > but
> > the msi execution fails. The failure happens rights at the end of the
> > custom
> > action, just at the point that the update would be prompting the user to
> > restart.
> > Any ideas why Windows Installer cannot handle the restart return code
from
> > the update? Up to about 6 months ago the patches used to just force a
> > restart and Windows Installer finished normally,
> > Thanks,
> > Anthony
> >
> >
>
>