Table of Contents

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