Source code of Windows XP (NT5)
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.

49 lines
1.0 KiB

  1. [Version]
  2. signature = "$Windows NT$"
  3. Class = %ExceptionClassDesc%
  4. ClassGUID = {F5776D81-AE53-4935-8E84-B0B283D8BCEF}
  5. Provider = %Microsoft%
  6. CatalogFile = msi.cat
  7. ComponentId = {2E742517-5D48-4DBD-BF93-48FDCF36E634} ; GUID assigned to the Windows Installer
  8. DriverVer=03-13-2001, 2.0.2460.1
  9. [SourceDisksNames]
  10. 1 = %msi_media%
  11. [SourceDisksFiles]
  12. msi.dll = 1
  13. msihnd.dll = 1
  14. msimsg.dll = 1
  15. msiexec.exe = 1
  16. msisip.dll = 1
  17. [DestinationDirs]
  18. Msi.SystemFiles = 11 ; %windir%\system32
  19. Msi.DllCacheFiles = 11,dllcache ; %windir%\system32\dllcache
  20. [DefaultInstall]
  21. CopyFiles = Msi.SystemFiles,Msi.DllCacheFiles
  22. ;
  23. ; COPYFLG_REPLACE_BOOT_FILE flag (0x1000) not necessary for
  24. ; files in the dllcache
  25. ;
  26. [Msi.DllCacheFiles]
  27. msi.dll
  28. msihnd.dll
  29. msimsg.dll
  30. msiexec.exe
  31. msisip.dll
  32. [Msi.SystemFiles]
  33. msi.dll,,,0x1000
  34. msihnd.dll,,,0x1000
  35. msimsg.dll,,,0x1000
  36. msiexec.exe,,,0x1000
  37. msisip.dll,,,0x1000
  38. [Strings]
  39. Microsoft = "Microsoft Corporation"
  40. msi_media = "Microsoft Windows Installer Distribution Media"
  41. ExceptionClassDesc = "Microsoft Windows Installer"