I have problem when I install my network card on NT4.0 using my
oemsetup.inf written NT3.5 setup script.
In oemsetup.inf or utility.inf, I found “debug-output” function.
But I couldn’t the debug message using DebugMon.exe of Vtools package or
DebugView.exe from Ntkernals.com even though SoftICE.
Could you tell me how to watch the debug message from “debug-out” NT 3.5
setup script.
I attached below some example.
…
Shell $(UtilityInf), GetInfFileNameFromRegistry, $(KeyProduct)
ifint $($ShellCode) != $(!SHELL_CODE_OK)
Debug-Output “ShellCode error”
goto ShellCodeError
endif
…
Sincerly.
Justin Kim