43 lines
713 B
Plaintext
43 lines
713 B
Plaintext
;This is the default Unattended installation file
|
|
;Target Path should be new directory
|
|
;Adminpassword is blank.
|
|
|
|
[Unattended]
|
|
Unattendmode = FullUnattended
|
|
OemPreinstall = Yes
|
|
TargetPath = *
|
|
Filesystem = LeaveAlone
|
|
OemSkipEula = YES
|
|
FactoryMode = YES
|
|
|
|
[UserData]
|
|
FullName = "Your User Name"
|
|
OrgName = "Your Company Name"
|
|
ComputerName = *
|
|
|
|
[GuiUnattended]
|
|
TimeZone = "004"
|
|
AdminPassword = *
|
|
AutoLogon = Yes
|
|
OEMSkipRegional = 1
|
|
OEMSkipWelcome = 1
|
|
|
|
[LicenseFilePrintData]
|
|
AutoMode = "PerServer"
|
|
AutoUsers = "5"
|
|
|
|
[Display]
|
|
BitsPerPel = 4
|
|
XResolution = 800
|
|
YResolution = 600
|
|
VRefresh = 70
|
|
|
|
[Branding]
|
|
BrandIEUsingUnattended = No
|
|
IEBrandingFile = install.ins
|
|
|
|
[Networking]
|
|
|
|
[Identification]
|
|
JoinWorkgroup = Workgroup
|