Controll Order of Multiple Actions Execution

(imported topic written by SystemAdmin)

I thought I saw this before on the forum, but couldn’t locate it.

If we isssue multiple actions to computers, is there some way to control the order the actions are applied? We have multiple baselines due to the current limits with baselines and they are executing in no particular order. We’d like to control it in some fashion. In MS SCCM you would make one package depend on another package being installed first just by selecting the package in the gui. Is there any similar way to do this with actions?

John

(imported comment written by MattBoyd)

At the end of each of our baselines, we write a text file to indicate that the baseline is complete. The next baseline has relevance that checks for that text file so that it won’t begin until that text file is there… perhaps there is a better way though…

(imported comment written by JasonO91)

I’ve seen this done a couple of different ways.

The first is either a setting in the registry or in a file on the disk (really just the same thing)

The second option is to just configure the first baseline to call the second baseline at the end.