99
Novell ZENworks Application Virtualization
All sub-elements contain settings pertaining to the configuration of the individual standard
metadata items.
StandardMetadataItem
The
property
attribute indicates the name of the standard metadata item. The following are the
available standard metadata:
Product Title (
Title
)
Publisher (
Publisher
)
Description (
Description
)
Website (
Website
)
Product Version (
Version
)
SplashImage
The
path
attribute indicates the source path to the splash image displayed at application startup.
The
transparency
attribute indicates the color in the splash image that should be made transparent
when the image is displayed (E.g.
Magenta
).
StartupFiles
All sub-elements contain configuration pertaining to the individual startup files.
StartupFile
The
node
attribute indicates the path of the startup file.
The
tag
attribute indicates the command line trigger used to specify this entry as the startup to use.
The
commandLine
attribute indicates the command line arguments to pass to the startup file.
The
default
attribute denotes whether this entry is executed automatically when no tag is specified
(
True
) or not (
False
).
StartupShim
The startup shim is a virtualized binary that is invoked prior to the startup file. Startup shims are
used to perform customized licensing checks or other initialization tasks.
The
useShim
attribute indicates whether to use the startup shim.
The
shimDllPath
attribute indicates the path to the virtual shim DLL implementation.
The
paramOnInitialize
attribute indicates a string to be passed to the shim
OnInitialize
function.