home *** CD-ROM | disk | FTP | other *** search
- ;=============================================
- ; This is a template INF file to include with a
- ; full CAB file. Copy and modify this file for
- ; each Phone Book you post to Phone Book Server.
- ;=============================================
-
- [version]
- Signature=$chicago$
- AdvancedINF=2.0
-
- [DefaultInstall]
- SmartReboot=N
- CustomDestination=CustInstDestSection
- CopyFiles=Install.CopyFiles
- AddReg=Install.AddReg
- UpdateInis=Install.Ini
-
- [CustInstDestSection]
- 49000=IConnMgrLDIDSection, 7
-
- [IConnMgrLDIDSection]
- "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\CMMGR32.EXE", "Path", "%FailMessage%", ""
-
- [DestinationDirs]
- Install.CopyFiles=49000, %ShortSvcName%
-
- [SourceDisksNames]
- 55=, , 0
-
- [SourceDisksFiles]
- %ShortSvcname%.pbk = 55
- %ShortSvcname%.pbr = 55
-
-
- ;================================================
- ; These are the two sections that must be edited.
- ; Replace the strings <phone book name> with the
- ; Phone Book Name specified in the Phone Book
- ; Admin Tool.
- ;================================
-
- [Strings]
- ShortSvcName="<phone book name>"
-
- [Install.CopyFiles]
- <phone book name>.pbk
- <phone book name>.pbr
-