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

  1.  ■; NETRMCAST.INF -- RMCAST Protocol
  2. ;
  3. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  4. ;;++-- AddSDisk.cmd said no CopyFiles
  5. [Version]
  6.     Signature   = "$Windows NT$"
  7.     Class       = NetTrans
  8.     ClassGUID   = {4d36e975-e325-11ce-bfc1-08002be10318}
  9.     Provider    = %Msft%
  10. DriverVer=06/21/2006,6.0.6001.18000
  11. ;; Commented by AddSDisk.cmd
  12. ;;     LayoutFile  = layout.inf
  13. [Manufacturer]
  14.     %Msft% = Msft,NTx86,NTia64,NTamd64
  15. [Msft.NTx86]
  16.     %MS_RMCAST.DisplayName% = MS_RMCAST.PrimaryInstall, MS_RMCAST ;     RMCAST
  17. [Msft.NTia64]
  18.     %MS_RMCAST.DisplayName% = MS_RMCAST.PrimaryInstall, MS_RMCAST ;     RMCAST
  19. [Msft.NTamd64]
  20.     %MS_RMCAST.DisplayName% = MS_RMCAST.PrimaryInstall, MS_RMCAST ;     RMCAST
  21. ;-------------------------------------------------------------------------
  22. ; Base Entry Point for RMCAST Installation
  23. ;-------------------------------------------------------------------------
  24. [MS_RMCAST.PrimaryInstall]
  25.     Characteristics = 0x00 ;
  26.     AddReg          = Registry.MS_RMCAST
  27. ;-------------------------------------------------------------------------
  28. ; Service installation support
  29. ;-------------------------------------------------------------------------
  30. [MS_RMCAST.PrimaryInstall.Services]
  31.     AddService      = RMCAST,      0,    Install.AddService.RMCAST, NetEventLog
  32. [Install.AddService.RMCAST]
  33.     DisplayName     = %MS_RMCAST.ServiceDescription%
  34.     ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  35.     StartType       = 2 ; 1=SERVICE_SYSTEM_START, 2=SERVICE_AUTO_START, 3=SERVICE_DEMAND_START
  36.     ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  37.     ServiceBinary   = %12%\RMCAST.sys
  38.     LoadOrderGroup  = PNP_TDI
  39.     AddReg          = Registry.Service.RMCAST.Secure
  40.     Description     = %MS_RMCAST.DisplayName%
  41.     Dependencies    = Tcpip
  42. ;-------------------------------------------------------------------------
  43. ; Specify the Network Device Installer
  44. ;-------------------------------------------------------------------------
  45. [Registry.MS_RMCAST]    
  46.     HKR,Ndi,Service,,"RMCast"
  47.     HKR,Ndi,CoServices,%FLG_ADDREG_TYPE_MULTI_SZ%,"RMCAST"
  48.     HKR,Ndi,HelpText,,%MS_RMCAST.HelpText%
  49.     HKR,Ndi\Interfaces,UpperRange,,"winsock"
  50.     HKR,Ndi\Interfaces,LowerRange,,"ndis4,ndis5,ndiswanip,ndis5_ip,ndis1394"
  51.     HKR,Ndi\Install,     ,           ,   "RMCAST.Install"
  52.     HKR,Ndi\Remove,      ,           ,   "RMCAST.Remove"
  53. [Registry.Service.RMCAST.Secure]
  54.     HKLM,System\CurrentControlSet\Services\RMCAST,,%FLG_ADDREG_KEYONLY%
  55.     HKR,Parameters,,%FLG_ADDREG_KEYONLY%
  56.     HKR,Parameters\Interfaces,,%FLG_ADDREG_KEYONLY%
  57. ;-------------------------------------------------------------------------
  58. ; Install Winsock dependency
  59. ;-------------------------------------------------------------------------
  60. [MS_RMCAST.PrimaryInstall.Winsock]
  61.     AddSock     = Install.RMCASTWinsock
  62. [Install.RMCASTWinsock]
  63.     TransportService    = RMCAST
  64.     HelperDllName       = "%SystemRoot%\System32\wshrm.dll"
  65.     MaxSockAddrLength   = 0x10
  66.     MinSockAddrLength   = 0x10
  67. ; The following lines are not needed since we are not installing a namespace provider
  68. ;    ProviderId="{e3a0fca0-63ac-4ed6-8c08-ae9a162fc4d2}"
  69. ;    LibraryPath="%SystemRoot%\System32\mswsock.dll"
  70. ;    DisplayString=%MS_RMCAST.Provider_Desc%
  71. ;    SupportedNameSpace=12
  72. ;    Version=0
  73. ;****************************************************************************
  74. ; [Event Log] sections.
  75. ;****************************************************************************
  76. [NetEventLog]
  77. AddReg = NetEventLog.AddReg
  78. [NetEventLog.AddReg]
  79.     HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\netevent.dll"
  80.     HKR,,TypesSupported,0x00010001,7
  81. ;====================================
  82. ; RMCAST Interface and Service Remove
  83. ;====================================
  84. [MS_RMCAST.PrimaryInstall.Remove]
  85.     DelReg          = Registry.MS_RMCAST
  86.     UnregisterDlls  = MS_RMCAST.Unregister
  87. [MS_RMCAST.PrimaryInstall.Remove.Services]
  88.     DelService  = RMCAST
  89. [MS_RMCAST.PrimaryInstall.Remove.Winsock]
  90.     DelSock = Remove.RMCASTWinsock
  91. [Remove.RMCASTWinsock]
  92.     TransportService=RMCAST
  93.     ProviderId="{e3a0fca0-63ac-4ed6-8c08-ae9a162fc4d2}"
  94. [Strings]
  95. Msft = "Microsoft"
  96. ;RMCAST strings
  97. MS_RMCAST.DisplayName = "Reliable Multicast Protocol"
  98. MS_RMCAST.HelpText    = "@%SystemRoot%\system32\wshrm.dll,-101"
  99. MS_RMCAST.ServiceDescription   = "RMCAST (Pgm) Protocol Driver"
  100. MS_RMCAST.Provider_Desc = "RMCast"
  101. ; AddReg flags
  102. FLG_ADDREG_TYPE_MULTI_SZ    = 0x00010000