home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1999 January / dppcpro0199a.iso / January / Fp98 / FrontPg / Misc / setup.inf < prev   
Encoding:
INI File  |  1997-09-26  |  1.5 KB  |  34 lines

  1. ;------------------------------------------------------------------------------
  2. ; Microsoft FrontPage Automated Installation Configuration
  3. ;
  4. ;
  5. ; Edit only strings to the right of the =.  The installation searches
  6. ; specifically for the variables specified below, modification or removal of
  7. ; these variables will cause the installation to revert into interactive mode.
  8. ;
  9. ; FPDirectory  - path to directory where FrontPage is to be installed.
  10. ; PWSDirectory - path to directory where Personal Web Server is to be installed.
  11. ; InstallType  - Possible values:
  12. ;                   Typical    - installs FrontPage Client, Personal Web Server 
  13. ;                                and Server Extensions
  14. ;                   Client     - installs FrontPage Client only
  15. ;                   PWS        - installs Personal Web Server only
  16. ;                   Extensions - installs Server Extensions only
  17. ; ProgManFolderName - Name of the folder to create for FrontPage icons
  18. ; PWSPort      - Port Personal Web Server will use    
  19. ;
  20. ; If the installation cannot read necessary values from this file or encounters 
  21. ; other errors.
  22. ; InstallError - Possible value:
  23. ;                   Terminate - ends the installation
  24. ;                   Continue  - continues installation in interactive mode.
  25. ;
  26.  
  27. [FrontPageInstallInformation]
  28. FPDirectory = c:\Microsoft FrontPage
  29. PWSDirectory = c:\Microsoft FrontPage
  30. InstallType = Typical
  31. ProgManFolderName = FP
  32. PWSPort = 80
  33. InstallError = Continue
  34.