Foundry overview
Foundry is a Windows deployment platform for building boot media and running guided Windows deployment workflows.
Start here
If your goal is to deploy devices, go straight to Download and Requirements and then Quick Start.
If you are contributing code or validating internal behavior, use the Developer and Deep Dives sections instead.
For most users, the docs should answer four things quickly:
- where to download Foundry
- what you need before you start
- how to create a bootable image
- how to personalize the workflow only when needed
The deeper architecture is still documented, but it is no longer the first thing you need to read.
What Foundry includes
Foundry is built around three applications and one supporting data repository:
Foundry: the desktop app used on the admin workstation to build deployment mediaFoundry.Connect: the WinPE network readiness app that runs first after bootFoundry.Deploy: the WinPE deployment app that loads catalogs and executes deploymentcatalog: the automation repository that generates OS, driver pack, and WinPE XML feeds
Start with the user path
- Read Download and Requirements.
- Follow Quick Start.
- Use Standard Workflow for the normal day-to-day operator flow.
- Open Create Boot Media when you need more detail about ISO or USB output.
- Use the Personalize It section only if you need expert configuration.
When to use the deep dives
Use the Deep Dives section when you need:
- product boundaries
- WinPE runtime details
- catalog internals
- developer and local testing workflows