home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / inf / msdsm.inf < prev    next >
Windows Setup INFormation  |  2008-01-19  |  4KB  |  104 lines

  1.  ■;
  2. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  3. ;
  4. [Version]
  5. Signature   = "$WINDOWS NT$"
  6. Class       = System
  7. ClassGuid   = {4D36E97D-E325-11CE-BFC1-08002BE10318}
  8. Provider    = %MSFT%
  9. DriverVer=06/21/2006,6.0.6001.18000
  10. [Manufacturer]
  11. %MSFT% = Microsoft,NTx86
  12. [Microsoft]
  13. %Msdsm% = Msdsm_Install, Root\MSDSM
  14. [Microsoft.NTx86]
  15. %Msdsm% = Msdsm_Install, Root\MSDSM
  16. [DestinationDirs]
  17. DefaultDestDir = 12         ; system32\drivers
  18. [SourceDisksNames]
  19. 3426=windows cd
  20. [SourceDisksFiles]
  21. msdsm.sys               = 3426
  22. ;
  23. ; Multi-Path Device-Specific Module
  24. ;
  25. [Msdsm_Install]
  26. Copyfiles = Msdsm_Copyfiles
  27. [Msdsm_Copyfiles]
  28. msdsm.sys,,,0x100
  29. [Msdsm_Install.Services]
  30. AddService = msdsm, %SPSVCINST_ASSOCSERVICE%, Msdsm_Service
  31. [Msdsm_Service]
  32. DisplayName    = %Msdsm%
  33. ServiceType    = %SERVICE_KERNEL_DRIVER%
  34. StartType      = %SERVICE_BOOT_START%
  35. ErrorControl   = %SERVICE_ERROR_NORMAL%
  36. ServiceBinary  = %12%\msdsm.sys
  37. LoadOrderGroup = "System Bus Extender"
  38. AddReg         = Msdsm_Addreg
  39. [Msdsm_Addreg]
  40. HKR, Parameters, DsmSupportedDeviceList, %REG_MULTI_SZ%,\
  41. "Vendor 8Product       16"
  42. ;
  43. ; The following cannot be grouped (as above)
  44. ;
  45. HKLM, SYSTEM\CurrentControlSet\Control\MPDEV, MPIOSupportedDeviceList, %REG_MULTI_SZ_APPEND%, "Vendor 8Product       16"
  46. ;
  47. ; Uninstall Section
  48. ;
  49. [DefaultUninstall]
  50. DelReg = Msdsm_Delreg
  51. [DefaultUninstall.Services]
  52. DelService = msdsm
  53. [Msdsm_Delreg]
  54. HKLM, SYSTEM\CurrentControlSet\Control\MPDEV, MPIOSupportedDeviceList, %REG_MULTI_SZ_DELETE%, "Vendor 8Product       16"
  55. [Strings]
  56. ; localizable
  57. MSFT            = "Microsoft"
  58. Msdsm           = "Microsoft Multi-Path Device Specific Module"
  59. ;
  60. ; Handy macro substitutions (non-localizable)
  61. ;
  62. SERVICE_KERNEL_DRIVER  = 1
  63. SERVICE_BOOT_START     = 0
  64. SERVICE_SYSTEM_START   = 1
  65. SERVICE_DEMAND_START   = 3
  66. SERVICE_ERROR_IGNORE   = 0
  67. SERVICE_ERROR_NORMAL   = 1
  68. SERVICE_ERROR_CRITICAL = 3
  69. SPSVCINST_ASSOCSERVICE = 2
  70. REG_MULTI_SZ           = 0x00010000
  71. REG_MULTI_SZ_APPEND    = 0x00010008
  72. REG_MULTI_SZ_DELETE    = 0x00018002
  73. REG_EXPAND_SZ          = 0x00020000
  74. REG_DWORD              = 0x00010001
  75. REG_BINARY_NOCLOBBER   = 0x00030003