Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
OSDeploy
/
OSDBuilder
Public
Notifications
You must be signed in to change notification settings
Fork
70
Star
219
Code
Issues
52
Pull requests
12
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Handling for install.wim greater than 4GB
- #93
#93
Open
Dakota-LM
wants to merge 10 commits into
OSDeploy:master
OSDeploy/OSDBuilder:master
from
Dakota-LM:master
Dakota-LM/OSDBuilder:master
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Open
Handling for install.wim greater than 4GB
#93
Dakota-LM
wants to merge 10 commits into
OSDeploy:master
OSDeploy/OSDBuilder:master
from
Dakota-LM:master
Dakota-LM/OSDBuilder:master
Copy head branch name to clipboard
Commits
Commits on May 19, 2023
Started adding Split and SplitSize parameters.
Dakota-LM
committed
7faa384
View commit details
Copy full SHA for 7faa384
Browse repository at this point
Added a dism example in the comments
Dakota-LM
committed
87a7c64
View commit details
Copy full SHA for 87a7c64
Browse repository at this point
Finsihed
Dakota-LM
committed
396251f
View commit details
Copy full SHA for 396251f
Browse repository at this point
Finished logic for split parameter
Dakota-LM
committed
6b349fc
View commit details
Copy full SHA for 6b349fc
Browse repository at this point
Commits on Jun 5, 2023
Fixed and validated Split parameter and SplitSize dynamic parameter.
Dakota-LM
committed
cde25ab
View commit details
Copy full SHA for cde25ab
Browse repository at this point
Switched the destination for where the .swm files are created. They now go directly to the USB, so as not affect system storage.
Dakota-LM
authored
0ede921
View commit details
Copy full SHA for 0ede921
Browse repository at this point
Updated warning message for install.wim greater than 4GB.
Dakota-LM
authored
685201d
View commit details
Copy full SHA for 685201d
Browse repository at this point
DISM's "/SWMFile" parameter does not create the "Sources" directory if it doesn't exist, so I had to add it with New-Item before running dism.
Dakota-LM
authored
5cbafd4
View commit details
Copy full SHA for 5cbafd4
Browse repository at this point
Commits on Sep 13, 2023
Added a quick solution to inject a provisioning package into a mounted wim directory.
Dakota-LM
authored
54ebc6a
View commit details
Copy full SHA for 54ebc6a
Browse repository at this point
Added if statement so that the package injection doesn't run unless a $PPKGPath is provided.
Dakota-LM
authored
bc761ee
View commit details
Copy full SHA for bc761ee
Browse repository at this point
You can’t perform that action at this time.