home *** CD-ROM | disk | FTP | other *** search
/ BUG 1 / BUGCD1996_0708.ISO / pc / util / poledit / grouppol.inf < prev    next >
INI File  |  1996-06-05  |  1KB  |  56 lines

  1. ; GROUPPOL.INF
  2. ;
  3. ; This is the Setup information file to install group-based policies
  4. ; as an Optional Component.
  5. ;
  6. ; Copyright (c) 1993-1995 Microsoft Corporation
  7. ;
  8.  
  9. [version]
  10. LayoutFile=layout.inf
  11. signature="$CHICAGO$"
  12. SetupClass=BASE
  13.  
  14. ;Destination Directories for CopyFiles Sections
  15. [DestinationDirs]
  16. Grouppol.Win.Copy     = 11    ; LDID_SYS
  17.  
  18. [Optional Components]
  19. Grouppol
  20.  
  21. [Grouppol]
  22. CopyFiles      = Grouppol.Win.Copy
  23. AddReg         = Grouppol.install.reg
  24. Delfiles       = Grouppol.Win.Copy
  25.  
  26. OptionDesc     = %GROUPPOLOPT_DESC%
  27. Tip            = %GROUPPOLOPT_TIP%
  28. InstallType    = 0    ; manual only
  29. IconIndex       = 11  ; default (diamond) mini-icon for dialogs
  30. Uninstall      = Grouppol_remove
  31.  
  32. [Grouppol_remove]
  33. DelFiles       = Grouppol.Win.Copy
  34. DelReg           = Grouppol.install.reg
  35.  
  36. ;List of files to copy to the \chicago directory goes here:
  37. [Grouppol.Win.Copy]
  38. grouppol.dll
  39.     
  40. [Grouppol.install.reg]
  41. HKLM,Network\Logon,PolicyHandler,,"GROUPPOL.DLL,ProcessPolicies"
  42. HKLM,System\CurrentControlSet\Services\MSNP32\NetworkProvider,GroupFcn,,"GROUPPOL.DLL,NTGetUserGroups"
  43. HKLM,System\CurrentControlSet\Services\NWNP32\NetworkProvider,GroupFcn,,"GROUPPOL.DLL,NWGetUserGroups"
  44.  
  45. [SourceDisksNames]
  46. 80=%DSK%,"",1
  47.  
  48. [SourceDisksFiles]
  49. grouppol.dll=80,,12000
  50.  
  51. ; User-visible strings
  52. [Strings]
  53. GROUPPOLOPT_DESC = "Group policies"
  54. GROUPPOLOPT_TIP  = "Group-based support for system policies"
  55. DSK="Windows 95 resource kit"
  56.