mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
Refactor Win32 app installation to process sources separately
Updates the Win32 app installation script to handle WinGet-sourced apps and user-defined apps in two separate batches instead of merging them. This ensures all WinGet apps are installed before any user-defined apps. The core installation logic is extracted into a reusable function, improving script structure and readability. Additionally, removes a pause command and a redundant console message from other scripts to improve automation flow.
This commit is contained in:
@@ -682,7 +682,6 @@ if ($null -eq $DriverSourcePath) {
|
||||
}
|
||||
else {
|
||||
WriteLog "Drivers folder not found at $DriversPath. Skipping driver installation."
|
||||
Write-Host "Drivers folder not found at $DriversPath. Skipping driver installation."
|
||||
}
|
||||
}
|
||||
#Partition drive
|
||||
|
||||
Reference in New Issue
Block a user