home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-09-26 | 1.5 KB | 34 lines |
- ;------------------------------------------------------------------------------
- ; Microsoft FrontPage Automated Installation Configuration
- ;
- ;
- ; Edit only strings to the right of the =. The installation searches
- ; specifically for the variables specified below, modification or removal of
- ; these variables will cause the installation to revert into interactive mode.
- ;
- ; FPDirectory - path to directory where FrontPage is to be installed.
- ; PWSDirectory - path to directory where Personal Web Server is to be installed.
- ; InstallType - Possible values:
- ; Typical - installs FrontPage Client, Personal Web Server
- ; and Server Extensions
- ; Client - installs FrontPage Client only
- ; PWS - installs Personal Web Server only
- ; Extensions - installs Server Extensions only
- ; ProgManFolderName - Name of the folder to create for FrontPage icons
- ; PWSPort - Port Personal Web Server will use
- ;
- ; If the installation cannot read necessary values from this file or encounters
- ; other errors.
- ; InstallError - Possible value:
- ; Terminate - ends the installation
- ; Continue - continues installation in interactive mode.
- ;
-
- [FrontPageInstallInformation]
- FPDirectory = c:\Microsoft FrontPage
- PWSDirectory = c:\Microsoft FrontPage
- InstallType = Typical
- ProgManFolderName = FP
- PWSPort = 80
- InstallError = Continue
-