home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 March / Chip_2011.03_CD.iso / VOLS / WINNT.SIA < prev    next >
Encoding:
Text File  |  2011-03-25  |  1.4 KB  |  74 lines

  1. ;SetupMgrTag
  2. [Data]
  3.     AutoPartition="*"
  4.     MsDosInitiated="0"
  5.     UnattendedInstall="Yes"
  6.     AutomaticUpdates="yes"
  7.  
  8. [Unattended]
  9.     UnattendMode=ProvideDefault
  10.     OemPreinstall=Yes
  11.     OemSkipEula=Yes
  12.     TargetPath=WINDOWS
  13.     Repartition=No
  14.     CrashDumpSetting=0
  15.     ConfirmHardware=No
  16.     OverwriteOemFilesOnupgrade=No
  17.     DriverSigningPolicy=Ignore
  18.     NonDriverSigningPolicy=Ignore
  19.     UnattendSwitch=Yes
  20.     WaitForReboot=No
  21.     Filesystem=*
  22.     Hibernation=1
  23.     Win9xUpgrade=No
  24.     FactoryMode=No
  25.     DUDisable=Yes 
  26.     
  27. [UserData]
  28.     FullName="User"
  29.     OrgName="Org inc."
  30.     ProductKey="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
  31.     ComputerName="PC2008"
  32.  
  33. [GuiUnattended]
  34.     OEMSkipRegional=1
  35.     OEMSkipWelcome=1
  36.     TimeZone=145
  37.     ProfilesDir="%systemdrive%\Users"
  38.     AutoLogon=Yes
  39.     AutoLogonCount=1
  40.     EncryptedAdminPassword=NO
  41.     AdminPassword=*
  42.  
  43. [TapiLocation]
  44.     CountryCode=7
  45.     Dialing=Pulse
  46.     AreaCode=4712
  47.  
  48. [GuiRunOnce]
  49.  
  50. [Identification]
  51.    JoinWorkgroup="WORKGROUP"   
  52.  
  53. [Networking]
  54.     InstallDefaultComponents=Yes
  55.  
  56. [PCHealth]
  57.     ER_Display_UI=0
  58.     ER_Enable_Applications=None
  59.     ER_Enable_Kernel_Error=1
  60.     ER_Enable_Reporting=0
  61.  
  62. [Display]
  63.     Xresolution=1024
  64.     Yresolution=768
  65.     BitsPerPel=32
  66.     Vrefresh=60
  67.  
  68. [SystemFileProtection]
  69.    SFCQuota=0x00000028
  70.    SFCShowProgress=0
  71.  
  72.  
  73.  
  74.