home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 9 / IOPROG_9.ISO / contrib / iis4 / rasics.cab / fullcab.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-08-19  |  1.1 KB  |  48 lines

  1. ;=============================================
  2. ; This is a template INF file to include with a 
  3. ; full CAB file.  Copy and modify this file for
  4. ; each Phone Book you post to Phone Book Server. 
  5. ;=============================================
  6.  
  7. [version]
  8. Signature=$chicago$
  9. AdvancedINF=2.0
  10.  
  11. [DefaultInstall]
  12. SmartReboot=N
  13. CustomDestination=CustInstDestSection
  14. CopyFiles=Install.CopyFiles
  15. AddReg=Install.AddReg
  16. UpdateInis=Install.Ini
  17.  
  18. [CustInstDestSection]
  19. 49000=IConnMgrLDIDSection, 7
  20.  
  21. [IConnMgrLDIDSection]
  22. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\CMMGR32.EXE", "Path", "%FailMessage%", ""
  23.  
  24. [DestinationDirs]
  25. Install.CopyFiles=49000, %ShortSvcName%
  26.  
  27. [SourceDisksNames]
  28. 55=, , 0
  29.  
  30. [SourceDisksFiles]
  31. %ShortSvcname%.pbk = 55
  32. %ShortSvcname%.pbr = 55
  33.  
  34.  
  35. ;================================================
  36. ; These are the two sections that must be edited.  
  37. ; Replace the strings <phone book name> with the 
  38. ; Phone Book Name specified in the Phone Book 
  39. ; Admin Tool.
  40. ;================================
  41.  
  42. [Strings]
  43. ShortSvcName="<phone book name>"
  44.  
  45. [Install.CopyFiles]
  46. <phone book name>.pbk
  47. <phone book name>.pbr
  48.