Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
1.6 KiB

  1. ;This is a sample unattended installation file that installs a Web server
  2. ;running Windows Server 2003, Windows Server 2003 - Enterprise Edition, or Windows XP Professional.
  3. ;IIS components are not installed on Windows XP Home Edition.
  4. ;USING THIS SAMPLE FILE WILL ENABLE IIS, WHICH MIGHT NOT BE THE DEFAULT BEHAVIOR.
  5. ;IIS, MTS, and Index Server are ON.
  6. ;Target Path should be the default directory or <default>.
  7. ;The Administrator password is blank.
  8. [Unattended]
  9. Unattendmode = FullUnattended
  10. OemPreinstall = NO
  11. TargetPath = *
  12. Filesystem = ConvertNtfs
  13. [UserData]
  14. FullName = "Pat Coleman"
  15. OrgName = "Woodgrove Bank"
  16. ComputerName = "Coleman01"
  17. [GuiUnattended]
  18. TimeZone = "004"
  19. AdminPassword = *
  20. AutoLogon = Yes
  21. [LicenseFilePrintData]
  22. AutoMode = "PerServer"
  23. AutoUsers = "5"
  24. [Display]
  25. BitsPerPel = 16
  26. XResolution = 1024
  27. YResolution = 768
  28. VRefresh = 70
  29. [Networking]
  30. [Identification]
  31. JoinWorkgroup = Workgroup
  32. ;Installs the necessary files for the designated optional components.
  33. ;These options are not the default settings for installed components on all versions.
  34. [Components]
  35. iis_common = on
  36. iis_inetmgr = on
  37. iis_www = on
  38. iis_ftp = on
  39. iis_htmla = on
  40. iis_doc = on
  41. iis_pwmgr = on
  42. iis_smtp = on
  43. iis_smtp_docs = on
  44. mts_core = on
  45. msmq = off
  46. terminalservices = off
  47. reminst = off
  48. certsrv = off
  49. rstorage = off
  50. indexsrv_system = on
  51. certsrv_client = off
  52. certsrv_server = off
  53. certsrv_doc = off
  54. [InternetServer]
  55. ;Without these keys, the specified IIS will use the default settings.
  56. ;PathFTPRoot = "%systemdrive%\Custom\FTPRoot"
  57. ;PathWWWRoot = "%systemdrive%\Custom\WWWRoot"