Skip to content

Commit 922d399

Browse files
committed
Improved driver logging
1 parent 3df8d8d commit 922d399

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Scripts/Deployment/Install-Applications.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ try {
244244
-1978285814 = "A unit contains a setting that requires the config root."
245245
-1978285813 = "Loading the module for the configuration unit failed because it requires administrator privileges to run."
246246
-1978285812 = "Operation is not supported by the configuration processor."
247-
2147024894 = "The application failed to initialize properly (0x80070646). This indicates a problem with the application's initialization, such as missing or corrupted dependencies, incorrect permissions, or issues with the Windows App Installer package."
247+
-2147024894 = "The application failed to initialize properly (0x80070646). This indicates a problem with the application's initialization, such as missing or corrupted dependencies, incorrect permissions, or issues with the Windows App Installer package."
248248
}
249249

250250
foreach ($app in $Applications) {

Scripts/Deployment/Install-Drivers.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ try {
115115
}
116116

117117
if (-not $isSupported) {
118-
Write-Warning "Skipped: Unsupported device"
118+
Write-DeployLog "SKIPPED: Unsupported system - $manufacturer $model"
119119
exit 0
120120
}
121121

0 commit comments

Comments
 (0)