Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.24 KB

setupapi-logging--windows-server-2003--windows-xp--and-windows-2000-.md

File metadata and controls

30 lines (17 loc) · 1.24 KB
title description keywords ms.date
SetupAPI Logging (Windows Server 2003, Windows XP, Windows 2000)
SetupAPI Logging (Windows Server 2003, Windows XP, and Windows 2000)
SetupAPI WDK device installations , logging
logging WDK SetupAPI
SetupAPI logging WDK Windows Server 2003
SetupAPI logging WDK Windows 2000
SetupAPI logging WDK Windows XP
04/20/2017

SetupAPI Logging (Windows Server 2003, Windows XP, and Windows 2000)

The Windows Setup and Device Installer Services, also known as SetupAPI, include the Windows functions that control Setup and device installation. As Setup proceeds, the general Setup functions (SetupXxx functions) and device installation functions (SetupDiXxx functions) create a log file that provides useful information for troubleshooting device installation problems.

SetupAPI logs to the file %systemroot%\setupapi.log. The log file is a plain text file. To reset the log, rename or delete the file.

This section includes the following information:

Setting SetupAPI Logging Levels

Interpreting a Sample SetupAPI Log File