100
Novell ZENworks Application Virtualization
The startup shim signature is
typedef BOOL (__stdcall *FnOnInititialize) LPCWSTR
pwcsInitilizationToken)
. The return value indicates whether virtual machine execution should
proceed.
Layers
All sub-elements are individual virtual layers.
Layer
The
Layer
element and all sub-elements contain settings pertaining to the configuration of this
layer of the virtual operating system.
The
name
attribute indicates the name of the layer. The default layer (
Default
) is the only layer
for whom the name matters. All other layer names are purely informational.
Condition
The
variable
attribute indicates the host system setting that will be evaluated. The operating
system version (
OS
) is the only available option.
The
operator
attribute indicates the Boolean operation that will be used to evaluate the host
system. The available Boolean operations are:
greater than or equal to (
GREATEREQUAL
)
greater than (
GREATER
)
equal to (
EQUAL
)
not equal to (
NOTEQUAL
)
less than (
LESS
)
less than or equal to (
LESSEQUAL
)
The
value
attribute indicates the value against which the host system will be evaluated, using the
Boolean operation. The available values in ascending order are:
Windows 2000 (
Win2k
)
Windows XP (
WinXP
)
Windows 2003 (
Win2k3
)
Windows Vista (
Vista
)
Filesystem
All sub-elements contain settings pertaining to the configuration of the virtual filesystem.