mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
Clean up comments in build UI script
Removes several obsolete or redundant comments to improve code readability.
This commit is contained in:
@@ -277,7 +277,6 @@ $window.Add_Loaded({
|
|||||||
$script:uiState.Controls.txtStatus.Text = "Dell Catalog download failed. Dell drivers may not download."
|
$script:uiState.Controls.txtStatus.Text = "Dell Catalog download failed. Dell drivers may not download."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
# If $downloadDellCatalog was false, $dellCatalogXmlPath is already set to the existing valid XML.
|
|
||||||
}
|
}
|
||||||
# --- End Dell Catalog Handling ---
|
# --- End Dell Catalog Handling ---
|
||||||
|
|
||||||
@@ -288,11 +287,11 @@ $window.Add_Loaded({
|
|||||||
DriversFolder = $localDriversFolder
|
DriversFolder = $localDriversFolder
|
||||||
WindowsRelease = $localWindowsRelease
|
WindowsRelease = $localWindowsRelease
|
||||||
WindowsArch = $localWindowsArch
|
WindowsArch = $localWindowsArch
|
||||||
WindowsVersion = $localWindowsVersion # Will be null if not applicable (e.g., not HP)
|
WindowsVersion = $localWindowsVersion
|
||||||
Headers = $localHeaders
|
Headers = $localHeaders
|
||||||
UserAgent = $localUserAgent
|
UserAgent = $localUserAgent
|
||||||
CompressToWim = $compressDrivers
|
CompressToWim = $compressDrivers
|
||||||
DellCatalogXmlPath = $dellCatalogXmlPath # Will be null if not Dell or if Dell catalog prep failed
|
DellCatalogXmlPath = $dellCatalogXmlPath
|
||||||
}
|
}
|
||||||
|
|
||||||
Invoke-ParallelProcessing -ItemsToProcess $selectedDrivers `
|
Invoke-ParallelProcessing -ItemsToProcess $selectedDrivers `
|
||||||
|
|||||||
Reference in New Issue
Block a user