Wait for a restart as part of action script

(imported topic written by Shawn_Jefferson)

I have an application that I need to push out, and it consists of two MSI files. The first needs to be installed and then the computer restarted, then the second one installed.

How can I do this in one task in bigfix?

(imported comment written by jessewk)

Shawn

You should use a single baseline with 3 tasks. The first does the initial install, the second restarts the computer, the third does the final install.

(6.0 and later)

-Jesse

(imported comment written by Shawn_Jefferson)

Thanks, I will try that!