Skip to content

Commit 342d04b

Browse files
authored
Add PCI ID failure message
1 parent e3a0cf5 commit 342d04b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

WhyNotWin11.au3

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1287,6 +1287,9 @@ Func Main(ByRef $aResults, ByRef $aExtended, ByRef $aSkips, ByRef $aOutput, $bFU
12871287
Case 2
12881288
_GUICtrlSetState($hCheck[5][0], $iUnsure)
12891289
GUICtrlSetData($hCheck[5][2], _Translate($aMUI[1], "Check Timed Out"))
1290+
Case 3
1291+
_GUICtrlSetState($hCheck[5][0], $iUnsure)
1292+
GUICtrlSetData($hCheck[5][2], _Translate($aMUI[1], "PCI IDs Missing"))
12901293
EndSwitch
12911294
Case 1
12921295
_GUICtrlSetState($hCheck[5][0], $iPass)
@@ -1673,4 +1676,4 @@ Func _GUICtrlSetState($hCtrl, $iState)
16731676
_SetBkIcon($hCtrl, @SystemDir & "\imageres.dll", -84, 32, 32) ; Warn
16741677
EndSwitch
16751678
EndIf
1676-
EndFunc ;==>_GUICtrlSetState
1679+
EndFunc ;==>_GUICtrlSetState

0 commit comments

Comments
 (0)