Streaming Virtual Applications
33
n
ov
do
cx (e
n)
16
Ap
ril 20
10
A concrete example of a path for a non-streamed application might be
http://www.mysite.com/spoon/layers/firefox/3.5.0.8__0/
Creating an Application Configuration File
Each application delivered using the Spoon Standalone requires a unique
.xml
configuration file.
Each configuration file is linked to the private key. An application configuration file is copied to the
Web server and referenced in the Web page where the application is launched. The Spoon
Standalone plug-in uses the configuration file to validate the application and determine where to
locate the files to stream and launch the application.
Use the
licenseutil.exe
command line tool (extracted from
template.zip
) to create
application configuration files.
IMPORTANT:
The LicenseUtil command line tool requires the Microsoft .NET Framework 3.5 for
correct operation.
When you create a configuration file, the first parameter must be
CreateAppConfig
. The other
command line parameters are listed below:
/pc
– The path to the private key (
ZAV80-NOV-
xxxxxx
.xml
) file on your Web server.
/an
– The name of the application (limited to ASCII characters).
/av
– Application version information
(
application_version
;
layer_revision
;
model_revision_if_applicable
).
Streamed Application Example:
1.0.0.0;0;0
Non-Streamed Application Example:
1.0.0.0;0
/au
– The URL to the model file for a streamed application, or to the
.svm
file for a non-
streamed application.
Streamed Application Example:
http://www.mysite.com/layers/myapp/
1.0.0.0__0/xstream/0/model.xm
Non-Streamed Application Example:
http://www.mysite.com/layers/myapp/
1.0.0.0__0/myapp.svm
/vm
– The version information for
xvm.exe
version
;
revision
Example:
8.0.1271.4;0
/xvm
– The URL to the
.xvm
configuration file.
/xreg
– The URL to the
.xreg
configuration file.
NOTE:
The
xreg
version and revision information is assumed to be identical to the
xvm
version and revision.
/o
– The output file.
The following is an example command line syntax that was used to create a GroupWise
®
application
configuration file.
Содержание ZENworks Application Virtualization 8.0
Страница 12: ...12 Novell ZENworks Application Virtualization 8 0 Integration and Streaming Guide novdocx en 16 April 2010 ...
Страница 16: ...16 Novell ZENworks Application Virtualization 8 0 Integration and Streaming Guide novdocx en 16 April 2010 ...
Страница 28: ...28 Novell ZENworks Application Virtualization 8 0 Integration and Streaming Guide novdocx en 16 April 2010 ...
Страница 38: ...38 Novell ZENworks Application Virtualization 8 0 Integration and Streaming Guide novdocx en 16 April 2010 ...