Extension executable
Extension manifest files define the executable
file spawned by NICE DCV. NICE DCV will exchange messages with the extension using
the stdin
and stdout
of the extension process.
The NICE DCV client starts the extension once a NICE DCV connection is established. The executable runs in the context of the user who launched the client.
The NICE DCV server starts the extension when a user logs in. The executable runs in the context of the logged-in user.