VmRunProgramFlags Enumeration

Specifies the behavior of a program that is executed by VMWare's vmrun.exe application.

Definition

Namespace: DevCase.ThirdParty.VMware
Assembly: DevCase.net48.ThirdParty.VMware (in DevCase.net48.ThirdParty.VMware.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum VmRunProgramFlags

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed applications:

VMware Workstation Player / VMware Workstation Pro (vmrun.exe)

Members

None 1 Run the program using the default behavior.
NoWait 2 Returns a prompt immediately after the program starts in the guest operating system, rather than waiting for it to finish.

This option is useful for interactive programs.

ActiveWindow 4 Ensures that the program window is visible, not minimized, in the guest operating system.

This option has no effect on Linux.

Interactive 8 Forces interactive guest login.

This option is useful for Windows VISTA guests to make the program visible in he console window.

See Also