Подскажите, пожалуйста, где и что надо прописать, чтобы Unattended Setup выполнила следущее :
Код:
Код: Выделить всё
winnt32 /copysource:langкак того требует Preinstallation Reference
Код: Выделить всё
winnt32 /copysource:langКод: Выделить всё
[Data]
AutomaticUpdates=Yes
Autopartition=0
MsDosInitiated="0"
UnattendedInstall="Yes"
[GuiUnattended]
AdminPassword=
EncryptedAdminPassword=No
OEMSkipRegional=1
OEMSkipWelcome=1
TimeZone=145
[Unattended]
AutoActivate=No
DriverSigningPolicy=Ignore
DUDisable=Yes
DUStopOnError=No
FileSystem=LeaveAlone
Hibernation=No
NonDriverSigningPolicy=Ignore
OemSkipEula=Yes
OemPnPDriversPath=Install\Drivers\000_intel_inf;Install\Drivers\004_monitor;Install\Drivers\006_modem;Install\Drivers\007_via_raid
OemPreinstall=Yes
Repartition=No
TargetPath=\WINDOWS
UnattendMode=FullUnattended
UnattendSwitch=Yes
WaitForReboot=Yes
[Display]
BitsPerPel=32
Vrefresh=85
Xresolution=1024
Yresolution=768
[RegionalSettings]
InputLocale=0409:00000409,0419:00000419
InputLocale_DefaultUser=0409:00000409,0419:00000419
LanguageGroup=5,1
SystemLocale=00000419
UserLocale=00000419
UserLocale_DefaultUser=00000419
[Shell]
DefaultThemesOff = Yes
DefaultStartPanelOff = Yes
[SystemFileProtection]
SFCQuota = 0
[TapiLocation]
AreaCode=09111
CountryCode=7
Dialing=Pulse
LongDistanceAccess="8"
[UserData]
ComputerName=S-1
FullName="1"
OrgName="1"
ProductKey="KLUCH"
[Branding]
BrandIEUsingUnattended=Yes
[url]
Help_Page=
Home_Page=about:blank
[Identification]
JoinWorkgroup=WORKGROUP
[Networking]
InstallDefaultComponents=No
[Components]
Deskpaper = Off
Dialer = Off
Freecell = Off
Hearts = Off
Media_clips = Off
Media_utopia = Off
Minesweeper = Off
Msnexplr = Off
OEAccess = Off
Pinball = Off
Rec = Off
Solitaire = Off
Spider = Off
[WindowsFirewall]
Profiles = WindowsFirewall.TurnOffFirewall
[WindowsFirewall.TurnOffFirewall]
Mode = 0Код: Выделить всё
Windows Registry Editor Version 5.00
[HKEY_USERS\.DEFAULT\Control Panel\International]
"iCountry"="7"
"iCurrDigits"="2"
"iCurrency"="1"
"iDate"="1"
"iDigits"="2"
"iLZero"="1"
"iMeasure"="0"
"iNegCurr"="5"
"iTime"="1"
"iTLZero"="1"
"Locale"="00000419"
"s1159"="am"
"s2359"="pm"
"sCountry"="Russia"
"sCurrency"="р."
"sDate"="."
"sDecimal"=","
"sLanguage"="RUS"
"sList"=";"
"sLongDate"="d MMMM yyyy 'г.'"
"sShortDate"="dd.MM.yy"
"sThousand"=" "
"sTime"=":"
"sTimeFormat"="H:mm:ss tt"
"iTimePrefix"="0"
"sMonDecimalSep"=","
"sMonThousandSep"=" "
"iNegNumber"="1"
"sNativeDigits"="0123456789"
"NumShape"="1"
"iCalendarType"="1"
"iFirstDayOfWeek"="0"
"iFirstWeekOfYear"="0"
"sGrouping"="3;0"
"sMonGrouping"="3;0"
"sPositiveSign"=""
"sNegativeSign"="-"
[HKEY_USERS\.DEFAULT\Control Panel\International\Geo]
"Nation"="203"Код: Выделить всё
[RegionalSettings]
LanguageGroup=5,1
SystemLocale=00000419
UserLocale=00000419
InputLocale=0409:00000409,0419:00000419Код: Выделить всё
rundll32.exe shell32,Control_RunDLL intl.cpl,,/f:"c:\regopts.txt"Код: Выделить всё
[RegionalSettings]
InputLocale=0409:00000409,0419:00000419
LanguageGroup=5,1
SystemLocale=00000419
UserLocale=00000419Код: Выделить всё
[COMMANDS]
"REGEDIT /S Russian.reg"
"REGEDIT /S Autologon.reg"
"Useraccounts.cmd"
"RunOnceEx.cmd"Код: Выделить всё
[RegionalSettings]
InputLocale=0409:00000409,0419:00000419
LanguageGroup=5,1
SystemLocale=00000419
UserLocale=00000419Код: Выделить всё
cmdow @ /HID
@echo off
net user 1 111 /add
net localgroup Administrators 1 /add
net accounts /maxpwage:unlimited
REGEDIT /S autologon.reg
EXITКод: Выделить всё
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DefaultUserName"="1"
"DefaultPassword"="111"
"AutoAdminLogon"="1"