UDWM Versions

UDWM was introduced for Windows Vista and has so far had only a change in minor version number:

File Version Distribution
6.0 Windows Vista
6.1 Windows 7

There is no UDWM.DLL in Windows Server 2008.

Builds

The following builds have been inspected for these notes. Most are from MSDN discs. Some, especially since Microsoft greatly reduced its shipment of operating systems on MSDN discs, are from service packs downloaded (typically as self-extracting executables) from a Microsoft website.

Builds are arranged in increasing order of the file version as recorded in the executable’s resources. This version number is readily visible using Windows Explorer either in a so-called infotip for the file or by accessing the Version tab in the Properties dialog for the file. Programmers know this version number as coming from the so-called root block of the version-information resource, specifically from the dwFileVersionMS and dwFileVersionLS members of a VS_FIXEDFILEINFO structure.

The date stamp shown for each version is more obscure. File dates are easily modified after the executable is built and are anyway liable to be shown differently when read from different time zones. However, there is in each executable’s header a date stamp which is set when the executable is built and which is not commonly changed afterwards. It is readily accessible to anyone with programming knowledge and appropriate tools, e.g., Microsoft’s own DUMPBIN utility.

File Version File Header Date Stamp File Size Package
6.0.6000.16386 4549BDD7 (2nd November 2006) 208,384 Windows Vista
6.0.6001.16386 4791A741 (19th January 2008) 208,384 Windows Vista SP1
6.1.7600.16385 4A5BDB1C (14th July 2009) 239,616 Windows 7

I have not found a UDWM.DLL in Windows Vista SP2.

64-Bit Windows

File Version File Header Date Stamp File Size Package
6.0.6000.16386 4549D32E (2nd November 2006) 262,144 Windows Vista
6.0.6001.16386 4791AD8F (19th January 2008) 262,144 Windows Vista SP1
6.1.7600.16385 4A5BE06F (14th July 2009) 328,704 Windows 7