Source code of Windows XP (NT5)
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.

95 lines
2.2 KiB

  1. [data]
  2. floppyless = "1"
  3. msdosinitiated = "1"
  4. OriSrc = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"
  5. OriTyp = "4"
  6. LocalSourceOnCD = 1
  7. [SetupData]
  8. OsLoadOptions = "/noguiboot /fastdetect"
  9. SetupSourceDevice = "\Device\LanmanRedirector\%SERVERNAME%\RemInst\%INSTALLPATH%"
  10. [Unattended]
  11. OemPreinstall = no
  12. NoWaitAfterTextMode = 0
  13. FileSystem = LeaveAlone
  14. ExtendOEMPartition = 0
  15. ConfirmHardware = no
  16. NtUpgrade = no
  17. Win31Upgrade = no
  18. TargetPath = \WINDOWS
  19. OverwriteOemFilesOnUpgrade = no
  20. OemSkipEula = yes
  21. InstallFilesPath = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"
  22. [UserData]
  23. FullName = "%USERFIRSTNAME% %USERLASTNAME%"
  24. OrgName = "%ORGNAME%"
  25. ComputerName = %MACHINENAME%
  26. [GuiUnattended]
  27. OemSkipWelcome = 1
  28. OemSkipRegional = 1
  29. TimeZone = %TIMEZONE%
  30. AdminPassword = "*"
  31. [LicenseFilePrintData]
  32. AutoMode = PerSeat
  33. [Display]
  34. ConfigureAtLogon = 0
  35. BitsPerPel = 8
  36. XResolution = 640
  37. YResolution = 480
  38. VRefresh = 60
  39. AutoConfirm = 1
  40. [Networking]
  41. ProcessPageSections=Yes
  42. [Identification]
  43. JoinDomain = %MACHINEDOMAIN%
  44. CreateComputerAccountInDomain = No
  45. DoOldStyleDomainJoin = Yes
  46. [NetProtocols]
  47. MS_TCPIP=params.MS_TCPIP
  48. [params.MS_TCPIP]
  49. ; transport: TC (TCP/IP Protocol)
  50. InfID=MS_TCPIP
  51. DHCP=Yes
  52. [NetClients]
  53. MS_MSClient=params.MS_MSClient
  54. [params.MS_MSClient]
  55. InfID=MS_MSClient
  56. [NetServices]
  57. MS_Server=params.MS_Server
  58. [params.MS_Server]
  59. ; service: SRV (Server)
  60. InfID=MS_Server
  61. BroadcastsToLanman2Clients = No
  62. [ServicesSection]
  63. [RemoteInstall]
  64. Repartition = Yes
  65. UseWholeDisk = Yes
  66. [OSChooser]
  67. @p:Description = "Windows 2000 Personal"
  68. @w!p:Description = "Windows 2000 Professional"
  69. @s!e:Description = "Windows 2000 Server"
  70. @e!d:Description = "Windows 2000 Enterprise"
  71. @d:Description = "Windows 2000 Data Center"
  72. @p:Help = "This will install Windows 2000 Personal in a standard configuration."
  73. @w!p:Help = "This will install Windows 2000 Professional in a standard configuration."
  74. @s!e:Help = "This will install Windows 2000 Server in a standard configuration."
  75. @e!d:Help = "This will install Windows 2000 Enterprise in a standard configuration."
  76. @d:Help = "This will install Windows 2000 Data Center in a standard configuration."
  77. LaunchFile = "%INSTALLPATH%\%MACHINETYPE%\templates\startrom.com"
  78. ImageType = "Flat"