ChildProcessEnvironme... |
Previous Top Next |
If
there are specific processes that don't match the default, you can
use ChildProcessEnvironmentExceptions
to change the execution behavior for subsets of applications.
|
|
You
can also use the Script API function ExecuteExternalProcess and
ExecuteVirtualProcess to
execute applications inside or outside of the virtual environment.
|
|
|
Specify that default behavior is to create child processes as
virtual (default) |
[BuildOptions]
|
ChildProcessEnvironmentDefault=Virtual
|
ChildProcessEnvironmentExceptions=AcroRd.exe;notepad.exe
|
|
Specify that default behavior is to create child processes
outside of the virtual environment |
[BuildOptions]
|
ChildProcessEnvironmentDefault=External
|
|