Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
972 B

  1. [Version]
  2. signature = "$Windows NT$"
  3. Class = %ExceptionClassDesc%
  4. ClassGUID = {F5776D81-AE53-4935-8E84-B0B283D8BCEF}
  5. Provider = %Microsoft%
  6. CatalogFile = mspatcha.cat
  7. ComponentId = {DCB666AB-5541-44CA-9F7E-B516DF807CAF} ; GUID assigned to the Microsoft Patch Engine
  8. DriverVer=08-17-2001, 5.1.2600.0
  9. [SourceDisksNames]
  10. 1 = %mspatcha_media%
  11. [SourceDisksFiles]
  12. mspatcha.dll = 1
  13. [DestinationDirs]
  14. MsPatcha.SystemFiles = 11 ; %windir%\system32
  15. MsPatcha.DllCacheFiles = 11,dllcache ; %windir%\system32\dllcache
  16. [DefaultInstall]
  17. CopyFiles = MsPatcha.SystemFiles,MsPatcha.DllCacheFiles
  18. ;
  19. ; COPYFLG_REPLACE_BOOT_FILE flag (0x1000) not necessary for
  20. ; files in the dllcache
  21. ;
  22. [MsPatcha.DllCacheFiles]
  23. mspatcha.dll
  24. [MsPatcha.SystemFiles]
  25. mspatcha.dll,,,0x1000
  26. [Strings]
  27. Microsoft = "Microsoft Corporation"
  28. mspatcha_media = "Microsoft Patch Engine Distribution Media"
  29. ExceptionClassDesc = "Microsoft Patch Engine"