Novell ZENWORKS 10 CONFIGURATION MANAGEMENT SP3 - SOFTWARE DISTRIBUTION REFERENCE 10.3 30-03-2010 Management Manual page 43

Software distribution
Hide thumbs Also See for ZENWORKS 10 CONFIGURATION MANAGEMENT SP3 - SOFTWARE DISTRIBUTION REFERENCE 10.3 30-03-2010:
Table of Contents

Advertisement

For example, the MSI file to be installed when you create the Windows MSI Bundle is
associated to the first Install MSI action in the Install action set of the created Windows MSI
Bundle.
The
is specified by the
<ActionSet>
type of the bundle XML file.
The
element has a name attribute, which is optional, for user readability.
<Action>
The
attribute is mandatory. It specifies the action to which the content or dependency
index
should be associated. The index value of the first action in
Each action can have multiple
element. The
<ContentFilePath>
associated with the Action. Ensure that the filename is the same as the filename specified in the
bundle XML file in
<Data>
Ensure that the order of the
XML file. For example, the Windows MSI bundle should have the MSI file in the first
element, followed by
<Content>
order specified in
<Data>
For creating Windows MSI bundles, you can include all the files in the folder or subfolders by
setting the
includeAllFilesinFolder
True. The dependency to another bundle can be specified by giving the bundle path as a value
of the <
DependentBundlePath>
to
as shown below.
/Bundles
<ActionSet type="Install">
<Action name="Install MSI" index="1">
<Content>
<ContentFilePath includeAllFilesinFolder="false"
includeAllFilesinSubFolders="false">E:\files\ApplicationX.msi</
ContentFilePath>
</Content>
<Content>
<ContentFilePath includeAllFilesinFolder="false"
includeAllFilesinSubFolders="false">E:\files\ApplicationX_MST1.mst</
ContentFilePath>
</Content>
</Action>
<Action name="Install Bundle" index="2">
<DependentBundlePath>bundlefolder/ApplicationX-SP1</DependentBundlePath>
</Action>
</ActionSet>
To get the UID of an object, use the
object UIDs in the bundle XML file in the following scenarios:
In the Bundle Installed system requirement, the path and the UID of the bundle must be
changed in the
<BundleInstalledReq>
In the Imaging bundle, the UID of the server containing the
changed in the ZENworks Image and Multicast Image Set actions. Also, the UID of the
linked application bundle must be manually changed in the Linked Application Bundle
attribute. It should be the same as the Action Set
type
elements, each containing a
<Content>
element contains the path of the file content to be
for that action.
elements is in accordance with the order in the bundle
<Content>
elements with the path to the MST files in the
<Content>
for that action.
and
includeAllFilesinSubFolders
element. The path of the bundle specified should be relative
object-get-GUID
element under the
is 1.
<ActionSet>
<ContentFilePath>
attributes to
command. You must manually edit the
element.
<SysReqs>
file must be manually
.img
Creating Bundles
43

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ZENWORKS 10 CONFIGURATION MANAGEMENT SP3 - SOFTWARE DISTRIBUTION REFERENCE 10.3 30-03-2010 and is the answer not in the manual?

This manual is also suitable for:

Zenworks 10 configuration management sp3

Table of Contents