Corrects an issue with Windows 98 update KB908519. The installer incorrectly records the location of KB918547.EXE and Q918547.DLL as being C:\WINDOWS in the registry, causing a "not found" warning in the Microsoft Update Information Tool (QFECHECK). # CHANGES HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\Updates\W98\UPD918547 Removes "C:\WINDOWS\KB918547.EXE"="4.10.0.2224" Removes "C:\WINDOWS\Q918547.DLL"="4.10.0.2224" Adds "C:\WINDOWS\SYSTEM\KB918547.EXE"="4.10.0.2224" Adds "C:\WINDOWS\SYSTEM\Q918547.DLL"="4.10.0.2224" For Windows installations in a directory other than C:\WINDOWS, the correct Windows directory path is substituted.