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.

58 lines
1.1 KiB

  1. ;This is a sample unattended installation file.
  2. ;IIS, MTS, and Index Server are ON.
  3. ;The hard drive will be repartitioned and formatted with NTFS.
  4. ;Target Path should be new directory.
  5. ;The Administrator password is set to "Test."
  6. [data]
  7. unattendedinstall = "yes"
  8. msdosinitiated = "0"
  9. autopartition = "1"
  10. [Unattended]
  11. UnattendMode = FullUnattended
  12. OemPreinstall = Yes
  13. OemSkipEula = Yes
  14. TargetPath = OSLocation
  15. Repartition = Yes
  16. [GuiUnattended]
  17. AdminPassword = Test
  18. AutoLogon = Yes
  19. AutoLogonCount = 5
  20. TimeZone = 4
  21. OemSkipWelcome = 1
  22. OemSkipRegional = 1
  23. [UserData]
  24. FullName = "Pat Coleman"
  25. OrgName = "Woodgrove Bank"
  26. ComputerName = "Coleman01"
  27. ProductId = "xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"
  28. [Display]
  29. BitsPerPel = 16
  30. Xresolution = 1024
  31. YResolution = 768
  32. Vrefresh=70
  33. [LicenseFilePrintData]
  34. AutoMode = PerSeat
  35. [TapiLocation]
  36. CountryCode = 1
  37. Dialing = Tone
  38. AreaCode = 425
  39. LongDistanceAccess = 9
  40. [RegionalSettings]
  41. LanguageGroup = 2,5,4,12,7,1
  42. Language = 00000409
  43. [Identification]
  44. JoinDomain = MyDomain
  45. DomainAdmin = AuthUserAcct
  46. DomainAdminPassword = AuthUserPassword
  47. [Networking]