- Timestamp:
- Aug 2, 2017 4:05:56 PM (7 years ago)
- Location:
- trunk/src/VBox/Main/UnattendedTemplates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/UnattendedTemplates/win_nt5_unattended.sif
r68251 r68257 36 36 37 37 [RegionalSettings] 38 ; TODO: Make language groups configurable?39 ; LanguageGroup=1,2,3,4,5 - needed for us+russian?40 LanguageGroup=1 41 ; TODO: Make system+user locale configurable.38 ; ; TODO: If we implement locales below, we must also install the necessary language groups here. Fun. 39 ; LanguageGroup=1,2,3,4,5,6 - installed by default with XP 40 41 ; ; TODO: Implement mapping locales to windows LCIDs. 42 42 ; 0409:00000409 is US. 43 43 ; SystemLocale=00000419 - russian 44 ; TODO: Make Input locale configurable?44 ; ; TODO: Make Input locale configurable? 45 45 ; InputLocale=0409:00000409,0419:00000419 - US,Russian 46 46 … … 57 57 58 58 [GuiRunOnce] 59 Command0="A:\VBOXPOST.CMD "59 Command0="A:\VBOXPOST.CMD --xp-or-older" 60 60 -
trunk/src/VBox/Main/UnattendedTemplates/win_nt6_unattended.xml
r68247 r68257 144 144 <Order>2</Order> 145 145 <Description>VirtualBox post guest install steps </Description> 146 <CommandLine>cmd.exe /c A:\VBOXPOST.CMD </CommandLine>146 <CommandLine>cmd.exe /c A:\VBOXPOST.CMD --vista-or-newer</CommandLine> 147 147 </SynchronousCommand> 148 148 </FirstLogonCommands>
Note:
See TracChangeset
for help on using the changeset viewer.