> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Tools for streaming installation

> Tools for streaming installation

This section presents the tools and schemas that are related to the streaming installation of titles.

## Packaging tools

[Deployment package schema](/build/core-features/common/packaging/deployment/atoc-deployment-schema)

Describes the mapping file used as input for the makepkg tool. The file has three allowed elements that describe the contents of a package: Package, Chunk, and File. These elements describe the overall package, individual streamable segments of a package (chunks), and the files in each of those chunks.

[Make package resource index (makepri.exe)](/build/core-features/common/packaging/deployment/makepri) Creates, dumps, and performs utility functions on package resource index (PRI) files.

[Make package (makepkg.exe)](/build/core-features/common/packaging/deployment/makepkg) Creates application packages in XVC, MSIXVC, and MSIXVC2 formats. The tool includes built-in Partner Center uploads and validation-only mode.

[Split package (splitpkg.exe)](/build/core-features/common/packaging/deployment/splitpkg) Splits existing application packages into smaller components.

[packageutil.exe](/build/core-features/common/packaging/deployment/packageutil) Inspects, compares, and extracts content from XVC, MSIXVC, and MSIXVC2 package files.


## Related topics

- [Deployment package schema and streaming install tools](/build/core-features/common/packaging/deployment/index.md)
- [Packaging](/build/core-features/common/packaging/gc-packaging-toc.md)
- [Streaming Installation and Intelligent Delivery: an overview](/build/core-features/common/packaging/overviews/streaming_install-intelligent_delivery.md)
- [Title packaging, updates, and streaming-install testing](/build/core-features/common/packaging/title-packaging-streaming-install-testing.md)
- [Streaming installation: debugging](/build/core-features/common/packaging/packaging-debugging.md)
