Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Conditions on Standard Actions


1 reply to this topic

JoeThompson

JoeThompson
  • Members
  • 80 posts

Posted 04 March 2002 - 20:03

I want to know if StartServices is called during a Reinstall?  How do we know in general when each standard action is fired when they don't show any conditions?

I am using ISDev 7.02.

Thank you,
Joe

hteichert

hteichert
  • Members
  • 158 posts

Posted 08 March 2002 - 12:13

All Actions contained in a sequence table are fired in the order given in the sequence table, from lower to higher numbers beginning with sequence number 1. There are some actions with a sequence number less than 0, these are special actions which terminate the installation with success, on UserExit, on failure or on Suspend (resume on next boot). Actions with a sequence number of 0 will never be executed.

If there is no condition (condition field is left empty) on an action, it's always fired during the excution of this sequence table. If there is a condition, it must evaluate to true to fire the action.

So the answer to your question concerning the firing of  StartServices standard action during Reinstall is: Yes, it's fired, if the install execute sequence is taken (and if it's included in the sequence).

Holger
h.teichert-ott