PEBakery is a script engine that specializes in customizing the Windows Preinstalled Environment (WinPE/WinRE).
Branch | Build Status |
---|---|
Master | |
Develop |
PEBakery is backward compatible with WinBuilder 082 and makes significant improvements upon it.
- All implementation is only backed by documentation and black box testing, without violating WinBuilder 082's EULA.
- The developers do not provide any warranty, use at your own risk. Backup is highly recommended.
- Windows Preinstalled Environment is a registered trademark of Microsoft.
The official release version is recommended for general use.
A nightly build is provided for testing purposes.
CAUTION: Do not forget to set the proper compatibility options for your projects. We have prepared a special Migrating from Winbuilder guide, so you know what script breaking changes to expect and when compatibility options need to be enabled.
If you are using Windows 10 v1803 or later, no action is necessary.
If not, please install .Net Framework 4.7.2.
PEBakery is primarily licensed under GPLv3 or any later version with additional permission.
Some parts of PEBakery are licensed under the MIT License and other licenses.
Please read LICENSE for details.
Visual Studio, .Net Framework, and .Net Core are required to compile PEBakery from the source.
- Visual Studio 2019 16.3 or higher.
- .Net Framework 4.7.2 Developer Pack for C# application projects.
- .Net Core 2.1 SDK or higher for C# libraries.
- Windows 10 SDK (10.0.18362.0) for compiling LauncherNative.
- LauncherNative can be compiled with virtually any supported version of Windows SDK.
- If you do not want to install Windows SDK, use LauncherSharp instead.
Please read the Official PEBakery Manual.
Testers using nightly builds should refer to the developer branch Official PEBakery Manual (develop).
See our Roadmap.