WindowsBuilder is a tool for servicing Windows WIM
image. You can now deep customize your Windows installation with ease!
C:\WindowsBuilder\> powershell -Command "& { wget https://raw.githubusercontent.com/buildcenter/WindowsBuilder/master/scaffold.ps1 -UseBasicParsing | iex }"
C:\WindowsBuilder\> build configure
C:\WindowsBuilder\> build mount
C:\WindowsBuilder\> build
C:\WindowsBuilder\> build dismount
Congrats! Your shiny new Windows image is ready!
We have prepared a detailed walkthrough here.
Good news!
C:\repo\> build dismount undo
Mounting and dismounting can take quite a while, depending on your hard disk I/O performance. You definitely want to run this on a good SSD.
The source in /src/global.bsd contains global settings. Each subfolder under /src
contain their own schema. You should be able figure everything out just by looking at the comments.
Specific schematics are documented in the docs.
Since everything is script and template driven, you should just look at the source whenever in doubt.
If you are interested in fixing issues and contributing directly to the code base, please see the document How to Contribute, which covers the following:
- The development workflow, including debugging and running tests
- Coding Guidelines
- Submitting pull requests
- Contributing to translations
Please see also our Code of Conduct.
- Request a new feature right here.
- Ask a question on Stack Overflow.
- Vote for popular feature requests.
- File a bug in GitHub Issues.
- Tweet us with other feedback.
WindowsBuilder dependencies live in their own repositories on GitHub:
Copyright (c) Lizoc Corporation. All rights reserved.
Licensed under the MIT License.