home *** CD-ROM | disk | FTP | other *** search
- ; GROUPPOL.INF
- ;
- ; This is the Setup information file to install group-based policies
- ; as an Optional Component.
- ;
- ; Copyright (c) 1993-1995 Microsoft Corporation
- ;
-
- [version]
- LayoutFile=layout.inf
- signature="$CHICAGO$"
- SetupClass=BASE
-
- ;Destination Directories for CopyFiles Sections
- [DestinationDirs]
- Grouppol.Win.Copy = 11 ; LDID_SYS
-
- [Optional Components]
- Grouppol
-
- [Grouppol]
- CopyFiles = Grouppol.Win.Copy
- AddReg = Grouppol.install.reg
- Delfiles = Grouppol.Win.Copy
-
- OptionDesc = %GROUPPOLOPT_DESC%
- Tip = %GROUPPOLOPT_TIP%
- InstallType = 0 ; manual only
- IconIndex = 11 ; default (diamond) mini-icon for dialogs
- Uninstall = Grouppol_remove
-
- [Grouppol_remove]
- DelFiles = Grouppol.Win.Copy
- DelReg = Grouppol.install.reg
-
- ;List of files to copy to the \chicago directory goes here:
- [Grouppol.Win.Copy]
- grouppol.dll
-
- [Grouppol.install.reg]
- HKLM,Network\Logon,PolicyHandler,,"GROUPPOL.DLL,ProcessPolicies"
- HKLM,System\CurrentControlSet\Services\MSNP32\NetworkProvider,GroupFcn,,"GROUPPOL.DLL,NTGetUserGroups"
- HKLM,System\CurrentControlSet\Services\NWNP32\NetworkProvider,GroupFcn,,"GROUPPOL.DLL,NWGetUserGroups"
-
- [SourceDisksNames]
- 80=%DSK%,"",1
-
- [SourceDisksFiles]
- grouppol.dll=80,,12000
-
- ; User-visible strings
- [Strings]
- GROUPPOLOPT_DESC = "Group policies"
- GROUPPOLOPT_TIP = "Group-based support for system policies"
- DSK="Windows 95 resource kit"
-