From 550e45a5c0edfaa8e4b8bf11571c9a70eebb4401 Mon Sep 17 00:00:00 2001 From: rbalsleyMSFT <53497092+rbalsleyMSFT@users.noreply.github.com> Date: Mon, 26 May 2025 13:04:49 -0700 Subject: [PATCH] Updated UI Config parameters --- FFUDevelopment/BuildFFUVM_UI.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FFUDevelopment/BuildFFUVM_UI.ps1 b/FFUDevelopment/BuildFFUVM_UI.ps1 index 3e4a79d..a0811e4 100644 --- a/FFUDevelopment/BuildFFUVM_UI.ps1 +++ b/FFUDevelopment/BuildFFUVM_UI.ps1 @@ -473,6 +473,8 @@ function Get-UIConfig { $config = [ordered]@{ AllowExternalHardDiskMedia = $window.FindName('chkAllowExternalHardDiskMedia').IsChecked AllowVHDXCaching = $window.FindName('chkAllowVHDXCaching').IsChecked + AppListPath = $window.FindName('txtAppListJsonPath').Text + AppsPath = $window.FindName('txtApplicationPath').Text BuildUSBDrive = $window.FindName('chkBuildUSBDriveEnable').IsChecked CleanupAppsISO = $window.FindName('chkCleanupAppsISO').IsChecked CleanupCaptureISO = $window.FindName('chkCleanupCaptureISO').IsChecked @@ -536,8 +538,6 @@ function Get-UIConfig { WindowsRelease = [int]$window.FindName('cmbWindowsRelease').SelectedItem.Value WindowsSKU = $window.FindName('cmbWindowsSKU').SelectedItem WindowsVersion = $window.FindName('cmbWindowsVersion').SelectedItem - AppsPath = $window.FindName('txtApplicationPath').Text - AppListPath = $window.FindName('txtAppListJsonPath').Text } # Add selected USB drives to the config