Relaunch applications that were closed before install?

Hi - Id like a way to relaunch any apps that had to be closed for install on behalf of the user when the install finishes.

Is this possible?

You could use Executeprocess or Executeprocessasuser to start an app again.

I guess you will need to read from somewhere the applications that were shutdown ( rather than just opening all apps you have in your closeapps list )…this would be a very handy feature indeed!