Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add-ContentADKWinPE order of packages missing dependencies #80

Open
duffbeer2000 opened this issue Jun 1, 2022 · 0 comments
Open

Add-ContentADKWinPE order of packages missing dependencies #80

duffbeer2000 opened this issue Jun 1, 2022 · 0 comments

Comments

@duffbeer2000
Copy link

I think the "Add-ContentADKWinPE" function is missing a few dependencies.

WinPE Optional Components (OC) Reference
Install WinPE-WMI before you install WinPE-NetFX
Install WinPE-WMI and WinPE-SecureStartup before you install WinPE-PlatformID
Install WinPE-WMI > WinPE-NetFX > WinPE-Scripting before you install WinPE-PowerShell
Install WinPE-WMI > WinPE-NetFX > WinPE-Scripting > WinPE-PowerShell before you install WinPE-DismCmdlets.
Install WinPE-WMI > WinPE-NetFX > WinPE-Scripting > WinPE-PowerShell before you install WinPE-SecureBootCmdlets.
Install WinPE-WMI > WinPE-NetFX > WinPE-Scripting > WinPE-PowerShell before you install WinPE-StorageWMI.
Install WinPE-WMI before you install WinPE-SecureStartup.
Install WinPE-Setup before you install WinPE-Setup-Client.
Install WinPE-Setup before you install WinPE-Setup-Server.

So the function should use the following order adding the packages:
WinPE-WMI
WinPE-NetFX
WinPE-Scripting
WinPE-PowerShell
WinPE-SecureStartup
WinPE-Setup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant