home *** CD-ROM | disk | FTP | other *** search
/ Popular Software (Premium Edition) / mycd.iso / WIN98 / PRECOPY3.CAB / grouppol.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1998-06-19  |  1.8 KB  |  66 lines

  1. ; Localized    05/19/1998 12:45 AM (GMT)    7:3.0.406 A    grouppol.inf
  2. ; GROUPPOL.INF
  3. ;
  4. ; This is the Setup information file to install group-based policies
  5. ; as an Optional Component.
  6. ;
  7. ; Copyright (c) 1993-1998 Microsoft Corporation
  8. ;
  9.  
  10. [version]
  11. LayoutFile=layout.inf, layout1.inf, layout2.inf
  12. signature="$CHICAGO$"
  13. SetupClass=BASE
  14.  
  15. ;Destination Directories for CopyFiles Sections
  16. [DestinationDirs]
  17. Grouppol.Win.Copy     = 11    ; LDID_SYS
  18. Grouppol.Inf.Copy     = 17    ; LDID_SYS
  19.  
  20. [BaseWinOptions]
  21. GroupPol_Reg
  22.  
  23. [GroupPol_Reg]
  24. Copyfiles       = Grouppol.Inf.Copy
  25. AddReg          = Grouppol_Inst
  26.  
  27. [Grouppol.Inf.Copy]
  28. grouppol.inf
  29.  
  30. [Grouppol_Inst]
  31. HKLM,%KEY_OPTIONAL%,"GroupPol",,"GroupPol"
  32. HKLM,%KEY_OPTIONAL%\GroupPol,INF,,"grouppol.inf"
  33. HKLM,%KEY_OPTIONAL%\GroupPol,Section,,"Group_Pol"
  34. HKLM,%KEY_OPTIONAL%\GroupPol,Installed,,"0"
  35.  
  36. [Optional Components]
  37. Group_Pol
  38.  
  39. [Group_Pol]
  40. CopyFiles      = Grouppol.Win.Copy
  41. AddReg         = Grouppol.reg
  42. DelReg         = Grouppol.install.delreg
  43. Parent         = DiskToolTop
  44. OptionDesc     = %GROUPPOLOPT_DESC%
  45. Tip            = %GROUPPOLOPT_TIP%
  46. InstallType    = 0      ; manual only
  47. IconIndex      = 11     ; default (diamond) mini-icon for dialogs
  48.  
  49. [Grouppol.Win.Copy]
  50. grouppol.dll,,,1
  51.  
  52. [Grouppol.reg]
  53. HKLM,Network\Logon,PolicyHandler,,"GROUPPOL.DLL,ProcessPolicies"
  54. HKLM,System\CurrentControlSet\Services\MSNP32\NetworkProvider,GroupFcn,,"GROUPPOL.DLL,NTGetUserGroups"
  55. HKLM,System\CurrentControlSet\Services\NWNP32\NetworkProvider,GroupFcn,,"GROUPPOL.DLL,NWGetUserGroups"
  56.  
  57. [Grouppol.install.delreg]
  58. HKLM,%KEY_OPTIONAL%\GroupPol
  59. HKLM,%KEY_OPTIONAL%,"GroupPol"
  60.  
  61. ; User-visible strings
  62. [Strings]
  63. GROUPPOLOPT_DESC = "╫Θ▓▀┬╘"
  64. GROUPPOLOPT_TIP = "╗∙╙┌╫Θ╓º│╓╡─╧╡═│▓▀┬╘"
  65. KEY_OPTIONAL = "SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents"
  66.