1 | ;SetupMgrTag
|
---|
2 | [Data]
|
---|
3 | AutoPartition = 1
|
---|
4 | MsDosInitiated = "0"
|
---|
5 | UnattendedInstall = "Yes"
|
---|
6 |
|
---|
7 | [Unattended]
|
---|
8 | UnattendMode = FullUnattended
|
---|
9 | OemSkipEula = Yes
|
---|
10 | OemPreinstall = No
|
---|
11 | TargetPath = \WINDOWS
|
---|
12 | Repartition = Yes
|
---|
13 | UnattendSwitch = "Yes"
|
---|
14 | DriverSigningPolicy = Ignore
|
---|
15 | WaitForReboot = "No"
|
---|
16 |
|
---|
17 | [GuiUnattended]
|
---|
18 | AdminPassword = "@@VBOX_INSERT_USER_PASSWORD@@"
|
---|
19 | EncryptedAdminPassword = No
|
---|
20 | AutoLogon = Yes
|
---|
21 | OEMSkipRegional = 1
|
---|
22 | OemSkipWelcome = 1
|
---|
23 | ; TODO: Make timezone configurable?
|
---|
24 | TimeZone = 85
|
---|
25 | OemSkipWelcome = 1
|
---|
26 |
|
---|
27 | [UserData]
|
---|
28 | ; ProductKey was introduced in XP, ProductID was used in 2K and earlier.
|
---|
29 | ProductKey = "@@VBOX_INSERT_PRODUCT_KEY@@"
|
---|
30 | ProductID = "@@VBOX_INSERT_PRODUCT_KEY@@"
|
---|
31 | FullName = "@@VBOX_INSERT_USER_LOGIN@@"
|
---|
32 | OrgName = ""
|
---|
33 | ; TODO: Make computer name configurable, defaulting to a mangled (for NT) VM name.
|
---|
34 | ComputerName = *
|
---|
35 |
|
---|
36 | [RegionalSettings]
|
---|
37 | ; TODO: Make language groups configurable?
|
---|
38 | ; LanguageGroup=1,2,3,4,5 - needed for us+russian?
|
---|
39 | LanguageGroup=1
|
---|
40 | ; TODO: Make system+user locale configurable.
|
---|
41 | ; 0409:00000409 is US.
|
---|
42 | ; SystemLocale=00000419 - russian
|
---|
43 | ; TODO: Make Input locale configurable?
|
---|
44 | ; InputLocale=0409:00000409,0419:00000419 - US,Russian
|
---|
45 |
|
---|
46 | [LicenseFilePrintData]
|
---|
47 | ; This section is used for server installs.
|
---|
48 | AutoMode = "PerServer"
|
---|
49 | AutoUsers = "5"
|
---|
50 |
|
---|
51 | [Identification]
|
---|
52 | JoinWorkgroup = WORKGROUP
|
---|
53 |
|
---|
54 | [Networking]
|
---|
55 | InstallDefaultComponents = Yes
|
---|
56 |
|
---|
57 | @@VBOX_COND_IS_INSTALLING_ADDITIONS@@
|
---|
58 | [GuiRunOnce]
|
---|
59 | Command0="A:\vboxpost.cmd"
|
---|
60 | @@VBOX_COND_END@@
|
---|
61 |
|
---|