


| | 你的位置:
软件>
服务器软件>
Web服务器>
安装IIS 5.0 DIY 2001-05-23 11:21:19·
adam·
绿盟科技
上一页 1 2 =========================================BEGIN============================
;This is an example Unattended installation file ;IIS, MTS, and Index Server are ON ;Target Path should be new directory ;Adminpassword is blank.
[Unattended] Unattendmode = FullUnattended OemPreinstall = NO TargetPath = * Filesystem = LeaveAlone
[UserData] FullName = "Your User Name" OrgName = "Your Organization Name" ComputerName = "ComputerName"
[GuiUnattended] TimeZone = "004" AdminPassword = * AutoLogon = Yes
[LicenseFilePrintData] AutoMode = "PerServer" AutoUsers = "0"
[Display] BitsPerPel = 4 XResolution = 800 YResolution = 600 VRefresh = 70
[Networking] InstallDefaultComponents = YES
[Identification] JoinWorkgroup = Workgroup
;Turns NT Components (and their respective sections) ON or OFF [Components] iis_common = on iis_inetmgr = on iis_www = on iis_ftp = on iis_htmla = on iis_doc = on iis_pwmgr = on iis_smtp = on iis_smtp_docs = on mts_core = on msmq = off terminalservices = off reminst = off certsrv = off rstorage = off indexsrv_system = on certsrv_client = off certsrv_server = off certsrv_doc = off
[InternetServer] ;Without these keys specified IIS will use the default settings ; Note that the Path is location for INETSRV, the core IIS programs and files. Path=D:\Securelocation PathFTPRoot=E:\Inetpub\Ftproot PathWWWRoot=E:\Inetpub\Wwwroot上一页 1 2 |
|