home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-09-03 | 2.3 KB | 85 lines |
- [Version]
- Signature = "$Windows NT$"
-
- [Global]
- ; in K2 setup, iis.dll will handle this [Global] section and set setup mode appropriately.
- ; Your donÆt have to worry about this section.
- ;
- ; you can specify the mode that setup runs in
- ; Setup will take on the install modes based on the configuration of target machine
- ; Fresh, Maintanence, Upgrade
- ;
- ; FreshMode = [ Minimal | Typical | Custom ]
- ; MaintanenceMode = [ AddRemove | ReinstallFile | ReinstallComplete | RemoveAll ]
- ; UpgradeMode = [ UpgradeOnly | AddExtraComps ]
-
- ; If machine is in FreshMode, but no "FreshMode=" line is specified, then Typical is the default value.
- ; If machine is in MaintanenceMode, but no "MaintanenceMode=" line is specified, then ReinstallComplete is the default value.
- ; If machine is in UpgradeMode, but no "UpgradeMode=" line is specified, then UpgradeOnly is the default value.
-
- FreshMode = Custom
- MaintanenceMode = RemoveAll
-
- [Components]
- ;<sub-component name>=[ ON | OFF ]
- ; this [components] section is valid only when
- ;FreshMode = Custom
- ;MaintanenceMode = AddRemove
- ;UpgradeMode = AddExtraComps
-
- ; iis
- iis_common = ON
- iis_inetmgr = ON
- iis_www = ON
- iis_ftp = ON
- iis_htmla=ON
- iis_w3samp = OFF
- iis_doc_common = ON
- iis_doc_ismcore = ON
- iis_doc_asp = OFF
- iis_doc_sdk = OFF
- iis_doc_mm = OFF
-
- ; mts
- mts_core=on
- mts_mmc=on
- mts_core_docs=on
- mts_mtsdev=on
- mts_mtsdev_core=on
- mts_mtsdev_core_docs=on
- mts_mtsdev_vbaddin=on
-
- ; IndexServer components
- indexsrv_system = ON
- indexsrv_language = ON
- indexsrv_samples = ON
- indexsrv_onlinedoc= ON
- indexsrv_language_english_us = ON
- indexsrv_language_english_uk = OFF
- indexsrv_language_french_french = OFF
- indexsrv_language_german_german = OFF
- indexsrv_language_italian_italian = OFF
- indexsrv_language_swedish_default = OFF
- indexsrv_language_spanish_modern = OFF
- indexsrv_language_dutch_dutch = OFF
- indexsrv_language_japanese_default = OFF
-
- ; FrontPage Extensions
- fp_extensions=ON
- fp_vid_deploy=OFF
-
- [iis]
- ; Each major component may have it own private data.
- ;Path =c:\install\path
- PathFTPRoot=E:\MyInetpub\ftproot
- PathWWWRoot=E:\MyInetpub\wwwroot
- PathPROGRoot=E:\MyProgRoot
-
- [mts_core]
- Path="C:\Program Files\Mts"
- USERID="Interactive User"
- PASSWORD=""
-
- [indexsrv]
- ;CiCatalogPath=
-