mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
Updated UI Config parameters
This commit is contained in:
@@ -473,6 +473,8 @@ function Get-UIConfig {
|
|||||||
$config = [ordered]@{
|
$config = [ordered]@{
|
||||||
AllowExternalHardDiskMedia = $window.FindName('chkAllowExternalHardDiskMedia').IsChecked
|
AllowExternalHardDiskMedia = $window.FindName('chkAllowExternalHardDiskMedia').IsChecked
|
||||||
AllowVHDXCaching = $window.FindName('chkAllowVHDXCaching').IsChecked
|
AllowVHDXCaching = $window.FindName('chkAllowVHDXCaching').IsChecked
|
||||||
|
AppListPath = $window.FindName('txtAppListJsonPath').Text
|
||||||
|
AppsPath = $window.FindName('txtApplicationPath').Text
|
||||||
BuildUSBDrive = $window.FindName('chkBuildUSBDriveEnable').IsChecked
|
BuildUSBDrive = $window.FindName('chkBuildUSBDriveEnable').IsChecked
|
||||||
CleanupAppsISO = $window.FindName('chkCleanupAppsISO').IsChecked
|
CleanupAppsISO = $window.FindName('chkCleanupAppsISO').IsChecked
|
||||||
CleanupCaptureISO = $window.FindName('chkCleanupCaptureISO').IsChecked
|
CleanupCaptureISO = $window.FindName('chkCleanupCaptureISO').IsChecked
|
||||||
@@ -536,8 +538,6 @@ function Get-UIConfig {
|
|||||||
WindowsRelease = [int]$window.FindName('cmbWindowsRelease').SelectedItem.Value
|
WindowsRelease = [int]$window.FindName('cmbWindowsRelease').SelectedItem.Value
|
||||||
WindowsSKU = $window.FindName('cmbWindowsSKU').SelectedItem
|
WindowsSKU = $window.FindName('cmbWindowsSKU').SelectedItem
|
||||||
WindowsVersion = $window.FindName('cmbWindowsVersion').SelectedItem
|
WindowsVersion = $window.FindName('cmbWindowsVersion').SelectedItem
|
||||||
AppsPath = $window.FindName('txtApplicationPath').Text
|
|
||||||
AppListPath = $window.FindName('txtAppListJsonPath').Text
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Add selected USB drives to the config
|
# Add selected USB drives to the config
|
||||||
|
|||||||
Reference in New Issue
Block a user