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.

72 lines
1.3 KiB

  1. ;SetupMgrTag
  2. [Unattended]
  3. UnattendMode=FullUnattended
  4. OemPreinstall=No
  5. TargetPath=WINNT
  6. [GuiUnattended]
  7. AdminPassword=*
  8. AutoLogon=Yes
  9. TimeZone=4
  10. [UserData]
  11. ProductID=111111-111111-111111-111111-111111
  12. FullName="Xiaoxi Tan"
  13. OrgName=Microsoft
  14. ComputerName=xtan8
  15. [Display]
  16. BitsPerPel=32
  17. Xresolution=1024
  18. YResolution=768
  19. Vrefresh=60
  20. [LicenseFilePrintData]
  21. AutoMode=PerServer
  22. AutoUsers=5
  23. [TapiLocation]
  24. [RegionalSettings]
  25. LanguageGroup=1
  26. Language=00000409
  27. [MassStorageDrivers]
  28. OEM
  29. [OEMBootFiles]
  30. [OEM_Ads]
  31. [SetupMgr]
  32. [Identification]
  33. JoinWorkgroup=WORKGROUP
  34. [Networking]
  35. InstallDefaultComponents=Yes
  36. [Components]
  37. "iis_common"="On"
  38. "certsrv"="On"
  39. "certsrv_client"="On"
  40. "certsrv_server"="On"
  41. [certsrv_client]
  42. [certsrv_server]
  43. "catype"="StandaloneRoot"
  44. "name"="my test name"
  45. "organization"="my test org"
  46. "organizationalunit"="my organizational unit"
  47. "locality"="my locality"
  48. "State"="my state"
  49. "country"="Ua"
  50. "description"="my description"
  51. "email"="[email protected]"
  52. "validityPeriod"="3"
  53. "validityPeriodUnits"="Months"
  54. "sharedfolder"="d:\caconfig"
  55. [GuiRunOnce]
  56. Command0="sysocmgr.exe /i:certmast.inf /u:%windir%\system32\$winnt$.inf"