This page is a WIP. There is likely to be incomplete and or missing information while the page is being built.
The Install Manifest is the file that is created for each package that is installed by Install Manager, in the “Manifest Archive” folder that is specified in the application settings. within the package and provides information used by Install Manager to perform the installation.
The Install Manifest is an XML file, named after the package that provided the installation information it contains, which resides within the “Manifest Archive” folder that is specified in the application settings. This file provides information through pre-defined elements, attributes, and values that are used by Install Manager to display details about the installation and/or perform an uninstall of a given package.
<DAZInstallManifest VERSION="0.1"> <GlobalID VALUE="8c4aff9e-9d0f-4470-86d7-f9f4f051c42c"/> <MetadataGlobalID VALUE="8c4aff9e-9d0f-4470-86d7-f9f4f051c42c"/> <SmartContent VALUE="True"/> <UserInstallAccount VALUE="customer@daz3d.com"/> <UserInstallPath VALUE="C:/Users/Customer/Documents/DAZ 3D/TEMP"/> <ProductName VALUE="Genesis Starter Essentials"/> <ProductStoreIDX VALUE="14812-1"/> <ProductFileGuid VALUE="be7b6f46-5535-7a8f-22dd-8a15d4c9730b"/> <UserOrderDate VALUE="2012-09-16T18:30:00Z"/> <UserInstallDate VALUE="2012-11-25T04:57:31Z"/> <File TARGET="Content" ACTION="Install" VALUE="Some/relative/path/file.ext"/> ... </DAZInstallManifest>