Discussion:
Suspended installation
(too old to reply)
Sebastian Bargmann
2003-11-19 12:19:08 UTC
Permalink
Hi,

What is a "suspended installation"? The MSI SDK says this about the
RESUME-property:

<quote>

The RESUME property is set when resuming a suspended installation. This
property can determine what text to display in the UI. For example, when not
in resume mode the user could be asked "Are you ready to install?" while in
resume mode the user could be asked "Are you ready to complete your
installation?".

</quote>

But how does one suspend an installation? I'm guessing that its a special
case that I have to enable somehow, but if not, I'd have to handle resuming
the installation...


Regards,
Sebastian
Carolyn Napier [MSFT]
2003-12-02 22:58:19 UTC
Permalink
A suspended installation is an installation that has not completed (or in other
words, an unfinished installation transaction). The two typical scenarios when
a suspended installation will occur are:

(1) a power failure during installation
(2) package authored with the ForceReboot action and the reboot was
delayed/ignored. ForceReboot indicates a mandatory reboot, so the install will
be suspended until the reboot occurs.

Hope this helps,
- Carolyn Napier
Microsoft Windows Installer Team
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.

MSI FAQ:
<http://www.microsoft.com/windows2000/community/centers/management/msi_faq.mspx>
Post by Sebastian Bargmann
Hi,
What is a "suspended installation"? The MSI SDK says this about the
<quote>
The RESUME property is set when resuming a suspended installation. This
property can determine what text to display in the UI. For example, when not
in resume mode the user could be asked "Are you ready to install?" while in
resume mode the user could be asked "Are you ready to complete your
installation?".
</quote>
But how does one suspend an installation? I'm guessing that its a special
case that I have to enable somehow, but if not, I'd have to handle resuming
the installation...
Regards,
Sebastian
Loading...