<Package> Element

Specifies a package, a collection of chunks that make up a complete installion of a title.

Syntax

<Package >
</Package>  

Remarks

Note that the source paths specified in the FileGroup element are not recursive, and every directory to be included must be specified in its own FileGroup element.

Element information

Parent elements  
Child elements Chunk

Example

<Package>
  <Chunk Id="1000" Marker="Launch">
    <FileGroup DestinationPath="\" SourcePath="X:\bin" Include="*.*"/>
  </Chunk>
  <Chunk Id="1001">
    <FileGroup DestinationPath="\Data\Maps" SourcePath="Y:\Maps\Level1" Include="*.map"/>
    <FileGroup DestinationPath="\Data\Maps" SourcePath="Y:\Maps\Level2" Include="*.map"/>
    <FileGroup DestinationPath="\Data\Maps" SourcePath="Y:\Maps\Level3" Include="*.map"/>
    <FileGroup DestinationPath="\Data\Maps" SourcePath="W:\ExtraMaps" Include="*.map"/>
    <FileGroup DestinationPath="\Data\Textures" SourcePath="M:\MapTextures" Include="*.png"/>
    <FileGroup DestinationPath="\Data\Textures" SourcePath="W:\ExtraMapTextures" Include="*.png"/>
  </Chunk>
  <Chunk Id="1073741823">
    <FileGroup DestinationPath="\" SourcePath=".\" Include="Update.AlignmentChunk"/>
  </Chunk>
</Package>