Launcher Controller

Basically if the user that Vixen is running as has access to and can execute the script or exe you have the launcher pointed to, that is all that is necessary. The controller is pretty simple, it just creates a shell as the current user and tries to execute the path and arguments you pass it.

I added and amended the documentation for the Launcher effect and controller.

Launcher Controller

Launcher Effect
 
Looks good. One last question: what happens to the executable if it's still running at the end of the effect time (i.e. 3.3S in the Launcher Effect documentation page? Would it keep running, or would it be forcibly terminated? It might also be useful to indicate what 'executable' means on that same page (it might be obvious to some people and not to some others).
 
The duration has no impact on the running executable. It does not terminate it. It is basically fire and forget and it will run until it terminates whether that is naturally or by user intervention with the executable itself.
 
Back
Top