Add Drivers.json path configuration to UI and core logic

- Introduced a new TextBox and Button in the UI for specifying the Drivers.json file path.
- Updated the UI layout to accommodate the new Drivers.json path input.
- Enhanced the core logic to set a default path for Drivers.json based on the Drivers folder.
- Implemented functionality to browse and select the Drivers.json file, allowing users to create or select an existing file.
This commit is contained in:
rbalsleyMSFT
2025-05-29 13:26:03 -07:00
parent 421fb76320
commit c8042c6a75
3 changed files with 73 additions and 23 deletions
@@ -325,6 +325,7 @@ function Get-GeneralDefaults {
# Drivers Tab Defaults
DriversFolder = $driversPath
PEDriversFolder = $peDriversPath
DriversJsonPath = Join-Path -Path $driversPath -ChildPath "Drivers.json"
DownloadDrivers = $false
InstallDrivers = $false
CopyDrivers = $false