PROPSYS Versions

The Property System library (PROPSYS.DLL) has so far existed in two variations considered by Microsoft to have sufficient external impact to deserve at least a difference in the minor version number.

PROPSYS Version Distribution
6.0 Windows Vista (original and SP1)
Windows Server 2008
7.0 Windows Vista SP2
Windows 7

That the major version increased for Windows Vista SP2 may not have been intended. Most notably, there is no change of exported functionality from the previous service pack. Nonetheless, the major version does change for this service-pack release, both in the executable’s own resources and for its installation as an assembly in the WinSxS directory.

Builds

Though the next table fusses over such details as build numbers and dates, it is certainly not meant as a comprehensive list even of builds that had formal, public releases. For that, consult Microsoft, who manufacture the software and are surely best able of anyone to present a definitive record. Bear in mind, however, that if Microsoft’s published documentation could sensibly be relied on as either comprehensive or accurate, then you could not now be reading these notes.

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 Size Package
6.0.6000.16386 4549BD96 (2nd November 2006) 733,696 Windows Vista
6.0.6001.18000 4791A744 (19th January 2008) 750,080 Windows Vista SP1
Windows Server 2008
7.0.6002.18005 49E037D7 (11th April 2009) 754,688 Windows Vista SP2
7.0.7600.16385 4A5BDACB (14th July 2009) 988,160 Windows 7