HOWTO: Enable Debug Output for OEMSetup.inf ScriptsID: Q126419
|
This article explains how to use debugging output for OEMSetup.inf scripts in Windows NT version 3.5 or 3.51.
Insure that all changes, including debug strings, are within the INF
sections. If they are not included within the INF sections, the setup
program cannot parse the .inf file. You need to do the following in the
script:
set !G:DebugOutputControl = 1
debug-output "INF-name: Information to be displayed goes here"
Additional query words: debugging setup
Keywords : NTDDKSetup
Version : WINNT:3.5,3.51,4.0;
Platform : winnt
Issue type :
Last Reviewed: March 3, 1999