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.

101 lines
2.7 KiB

  1. ; Active Directory Installation Script
  2. ;
  3. [Version]
  4. Signature=$CHICAGO$
  5. AdvancedINF=2.5,"You need a new version of advpack.dll"
  6. ;
  7. ; INF Entry Points
  8. ;
  9. [DefaultInstall]
  10. CopyFiles = CopyInf, CopySys.95
  11. AddReg = RegNDS
  12. CustomDestination=CustomDestinationSection
  13. [DefaultInstall.NT]
  14. CopyFiles = CopyInf, CopySys.NT
  15. AddReg = RegNDS
  16. CustomDestination=CustomDestinationSection
  17. ;
  18. ; Destination Directories
  19. ;
  20. [DestinationDirs]
  21. CopyInf = 17
  22. CopySys.95 = 11
  23. CopySys.NT = 11
  24. [CustomDestinationSection]
  25. 49000 = CustomLDIDSection1 , 22
  26. 49001 = CustomLDIDSection2, 22
  27. [CustomLDIDSection1]
  28. HKLM,SOFTWARE\Novell\NetwareWorkstation\CurrentVersion,ServiceName,,NetwareWorkstation
  29. "","","","You are missing 'Novell client for NDS' required to install this software!",""
  30. [CustomLDIDSection2]
  31. ;HKLM,SOFTWARE\Microsoft\ADs\Providers\NWCOMPAT,,,NWCOMPATNamespace
  32. HKCR,CLSID\{233664b0-0367-11cf-abc4-02608c9e7553},,,"ADs Namespaces Object"
  33. "","","","You must have ADSI installed on your machine prior to installing this software!",""
  34. ; File Sections
  35. ;
  36. [CopyInf]
  37. nwnds.inf
  38. [CopySys.95]
  39. adsnwnds.dll,,,33
  40. [CopySys.NT]
  41. adsnwnds.dll,,,33
  42. [RegNDS]
  43. HKLM,Software\Microsoft\ADs\Providers\NDS,,,"NDSNamespace"
  44. HKCR,NDSNamespace\Clsid,,,"{51d11c90-7b9d-11cf-b03d-00aa006e0975}"
  45. HKCR,CLSID\{51d11c90-7b9d-11cf-b03d-00aa006e0975},,,"NDS Namespace Object"
  46. HKCR,CLSID\{51d11c90-7b9d-11cf-b03d-00aa006e0975}\InprocServer32,,,"adsnwnds.dll"
  47. HKCR,CLSID\{51d11c90-7b9d-11cf-b03d-00aa006e0975}\InprocServer32,ThreadingModel,,Both
  48. HKCR,CLSID\{51d11c90-7b9d-11cf-b03d-00aa006e0975}\ProgID,,,"NDSNamespace"
  49. HKCR,CLSID\{51d11c90-7b9d-11cf-b03d-00aa006e0975}\TypeLib,,,"{53e7f030-7b9d-11cf-b03d-00aa006e0975}"
  50. HKCR,CLSID\{51d11c90-7b9d-11cf-b03d-00aa006e0975}\Version,,,"0.0"
  51. HKCR,NDS\Clsid,,,"{323991f0-7bad-11cf-b03d-00aa006e0975}"
  52. HKCR,CLSID\{323991f0-7bad-11cf-b03d-00aa006e0975},,,"NDS Provider Object"
  53. HKCR,CLSID\{323991f0-7bad-11cf-b03d-00aa006e0975}\InprocServer32,,,"adsnwnds.dll"
  54. HKCR,CLSID\{323991f0-7bad-11cf-b03d-00aa006e0975}\InprocServer32,ThreadingModel,,Both
  55. HKCR,CLSID\{323991f0-7bad-11cf-b03d-00aa006e0975}\ProgID,,,"NDS"
  56. HKCR,CLSID\{323991f0-7bad-11cf-b03d-00aa006e0975}\TypeLib,,,"{53e7f030-7b9d-11cf-b03d-00aa006e0975}"
  57. HKCR,CLSID\{323991f0-7bad-11cf-b03d-00aa006e0975}\Version,,,"0.0"
  58. [UnRegNDS]
  59. HKLM,Software\Microsoft\ADs\Providers\NDS
  60. HKCR,NDSNamespace
  61. HKCR,CLSID\{51d11c90-7b9d-11cf-b03d-00aa006e0975}
  62. HKCR,NDS
  63. HKCR,CLSID\{323991f0-7bad-11cf-b03d-00aa006e0975}
  64. ;
  65. ; Disk Layout Information
  66. ;
  67. [SourceDisksNames]
  68. 99 = %DiskName%,dstp.tag,0
  69. [SourceDisksFiles]
  70. nwnds.inf = 99
  71. adsnwnds.dll = 99
  72. ;
  73. ; Strings
  74. ;
  75. [Strings]
  76. DiskName = "ADSI NDS Provider for Novell Clients Installation Disk"
  77. DispName = "ADSI NDS Provider for Novell Clients"