Article ID: 197161 - Last Review: November 1, 2006 - Revision: 1.5

SYSDIFF /INF Uses Decimal Format for REG_DWORD Values

This article was previously published under Q197161
Expand all | Collapse all

SYMPTOMS

When you create an .inf file from a SYSDIFF package, registry values in the package will be 0 after running the .inf file when the value in the .inf file is bigger than 2147483647.

CAUSE

When a registry entry contained in a SNAP file is written to an .inf file using the SYSDIFF /INF syntax, REG_DWORD values are written in decimal form. For example, 0x80000010 is written as 2147483664.

When Setupapi.dll runs this .inf file, it checks whether decimal REG_DWORD values exceed 2147483647 and writes 0 to the registry. SETUPAPI checks the value because all decimal values are supposed to be signed integers and, therefore, an overflow occurs.

RESOLUTION

To resolve this problem, obtain the latest service pack for Windows NT 4.0 or the individual software update. For information on obtaining the latest service pack, please go to:
For information on obtaining the individual software update, contact Microsoft Product Support Services. For a complete list of Microsoft Product Support Services phone numbers and information on support costs, please go to the following address on the World Wide Web:
http://support.microsoft.com/default.aspx?scid=fh;EN-US;CNTACTMS (http://support.microsoft.com/default.aspx?scid=fh;en-us;cntactms)

STATUS

Microsoft has confirmed that this is a problem in Windows NT 4.0. This problem was first corrected in Windows NT version 4.0 Service Pack 5.

APPLIES TO
  • Microsoft Windows NT Workstation 4.0 Developer Edition
  • Microsoft Windows NT Server 4.0 Standard Edition
Keywords: 
kbhotfixserver kbqfe kbbug kbfix kbqfe KB197161
 

Article Translations