Package Manifest
This page is a WIP. There is likely to be incomplete and or missing information while the page is being built.
Summary
The Package Manifest is the file that resides within the package and provides information used by Install Manager to perform the installation.
Detail
The Package Manifest is an XML file, named “Manifest.dsx,” which resides within the root directory of a package. This file provides information through pre-defined elements, attributes, and values that are used by Install Manager to perform the installation.
Example
<DAZInstallManifest VERSION="0.1">
<GlobalID VALUE="efed632b-f748-4c10-b467-d43fadb8d82e"/>
<!-- File, Application, Desktop, AppMenu Elements -->
</DAZInstallManifest>
Elements & Attributes
AppMenu - This element is expected as a child to the root element. It provides the installation information required to create a shortcut in the application menu, i.e., the Start Menu on Windows (if the option is enabled and selected).
TARGET - …
TYPE - …
VERSION - A string representing the version of the application specified in TYPE.
PLATFORM - A string representing the computing platform.
BITARCH - A string representing the bit-architecture of the target installation. If specified, the file represented by the element is extracted during installation.
ACTION - …
VALUE - The slash delimited path (folder hierarchy and name) of the application menu shortcut to create.
PATH - The path to the file within the archive that the shortcut links to.