Skip to content

Commit 3067e6e

Browse files
author
Mischa Taylor
committed
Adding CLG file for 32-bit Eval Win 8.1 and refactor for generalize
1 parent 676a625 commit 3067e6e

File tree

4 files changed

+52
-67
lines changed

4 files changed

+52
-67
lines changed

floppy/eval-win81x64-enterprise/Autounattend.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,5 @@
132132
<EnableLUA>false</EnableLUA>
133133
</component>
134134
</settings>
135-
<cpi:offlineImage cpi:source="catalog://winryadkx64/users/misheska/github/box-cutter/windows-vm/wsim/wineval/win81/install_windows 8.1 enterprise evaluation.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
135+
<cpi:offlineImage cpi:source="catalog://winryadkx64/users/misheska/github/box-cutter/windows-vm/wsim/wineval/win81/x64/install_windows 8.1 enterprise evaluation.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
136136
</unattend>

floppy/eval-win81x86-enterprise/Autounattend.xml

+51-66
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,36 @@
22
<unattend xmlns="urn:schemas-microsoft-com:unattend">
33
<settings pass="windowsPE">
44
<component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
5-
<SetupUILanguage>
6-
<UILanguage>en-US</UILanguage>
7-
</SetupUILanguage>
85
<InputLocale>en-US</InputLocale>
96
<SystemLocale>en-US</SystemLocale>
107
<UILanguage>en-US</UILanguage>
118
<UserLocale>en-US</UserLocale>
129
</component>
1310
<component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
11+
<ImageInstall>
12+
<OSImage>
13+
<InstallFrom>
14+
<MetaData wcm:action="add">
15+
<Key>/IMAGE/NAME</Key>
16+
<Value>Windows 8.1 Enterprise Evaluation</Value>
17+
</MetaData>
18+
</InstallFrom>
19+
<InstallTo>
20+
<DiskID>0</DiskID>
21+
<PartitionID>1</PartitionID>
22+
</InstallTo>
23+
</OSImage>
24+
</ImageInstall>
25+
<UserData>
26+
<AcceptEula>true</AcceptEula>
27+
</UserData>
1428
<DiskConfiguration>
29+
<WillShowUI>OnError</WillShowUI>
1530
<Disk wcm:action="add">
1631
<CreatePartitions>
1732
<CreatePartition wcm:action="add">
1833
<Order>1</Order>
19-
<Size>20000</Size>
34+
<Size>10000</Size>
2035
<Type>Primary</Type>
2136
</CreatePartition>
2237
</CreatePartitions>
@@ -33,57 +48,13 @@
3348
<DiskID>0</DiskID>
3449
<WillWipeDisk>true</WillWipeDisk>
3550
</Disk>
36-
<WillShowUI>OnError</WillShowUI>
3751
</DiskConfiguration>
38-
<ImageInstall>
39-
<OSImage>
40-
<InstallFrom>
41-
<MetaData wcm:action="add">
42-
<Key>/IMAGE/NAME</Key>
43-
<Value>Windows 8.1 Enterprise Evaluation</Value>
44-
</MetaData>
45-
</InstallFrom>
46-
<InstallTo>
47-
<DiskID>0</DiskID>
48-
<PartitionID>1</PartitionID>
49-
</InstallTo>
50-
</OSImage>
51-
</ImageInstall>
52-
<UserData>
53-
<AcceptEula>true</AcceptEula>
54-
</UserData>
5552
</component>
5653
</settings>
5754
<settings pass="specialize">
5855
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
5956
<ComputerName>*</ComputerName>
60-
<TimeZone>Pacific Standard Time</TimeZone>
61-
</component>
62-
<component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
63-
<SearchScopes>
64-
<Scope wcm:action="add">
65-
<ScopeDefault>true</ScopeDefault>
66-
<ScopeDisplayName>Google</ScopeDisplayName>
67-
<ScopeKey>Google</ScopeKey>
68-
<ScopeUrl>https://www.google.com/search?q={searchTerms}</ScopeUrl>
69-
</Scope>
70-
</SearchScopes>
71-
<DisableAccelerators>true</DisableAccelerators>
72-
<DisableFirstRunWizard>true</DisableFirstRunWizard>
73-
<Home_Page>about:blank</Home_Page>
74-
</component>
75-
<component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="wow64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
76-
<SearchScopes>
77-
<Scope wcm:action="add">
78-
<ScopeDefault>true</ScopeDefault>
79-
<ScopeDisplayName>Google</ScopeDisplayName>
80-
<ScopeKey>Google</ScopeKey>
81-
<ScopeUrl>http://www.google.com/search?q={searchTerms}</ScopeUrl>
82-
</Scope>
83-
</SearchScopes>
84-
<DisableAccelerators>true</DisableAccelerators>
85-
<DisableFirstRunWizard>true</DisableFirstRunWizard>
86-
<Home_Page>about:blank</Home_Page>
57+
<TimeZone>GMT Standard Time</TimeZone>
8758
</component>
8859
<component name="Microsoft-Windows-TerminalServices-LocalSessionManager" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
8960
<fDenyTSConnections>false</fDenyTSConnections>
@@ -100,26 +71,17 @@
10071
<component name="Microsoft-Windows-TerminalServices-RDP-WinStationExtensions" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
10172
<UserAuthentication>0</UserAuthentication>
10273
</component>
74+
<component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
75+
<InputLocale>en-US</InputLocale>
76+
<UILanguage>en-US</UILanguage>
77+
<SystemLocale>en-US</SystemLocale>
78+
<UserLocale>en-US</UserLocale>
79+
</component>
10380
</settings>
10481
<settings pass="oobeSystem">
10582
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
106-
<AutoLogon>
107-
<Enabled>true</Enabled>
108-
<Username>vagrant</Username>
109-
<Password>
110-
<Value>vagrant</Value>
111-
<PlainText>true</PlainText>
112-
</Password>
113-
</AutoLogon>
114-
<FirstLogonCommands>
115-
<SynchronousCommand wcm:action="add">
116-
<CommandLine>cmd.exe /c a:\00-run-all-scripts.cmd</CommandLine>
117-
<Description>Run all *.bat and *.cmd scripts on drive A:</Description>
118-
<Order>1</Order>
119-
<RequiresUserInput>true</RequiresUserInput>
120-
</SynchronousCommand>
121-
</FirstLogonCommands>
12283
<OOBE>
84+
<HideEULAPage>true</HideEULAPage>
12385
<NetworkLocation>Work</NetworkLocation>
12486
<ProtectYourPC>3</ProtectYourPC>
12587
</OOBE>
@@ -137,12 +99,35 @@
13799
</LocalAccount>
138100
</LocalAccounts>
139101
</UserAccounts>
102+
<AutoLogon>
103+
<Password>
104+
<Value>vagrant</Value>
105+
<PlainText>true</PlainText>
106+
</Password>
107+
<Enabled>true</Enabled>
108+
<Username>vagrant</Username>
109+
</AutoLogon>
110+
<FirstLogonCommands>
111+
<SynchronousCommand wcm:action="add">
112+
<CommandLine>cmd.exe /c a:\00-run-all-scripts.cmd</CommandLine>
113+
<Description>Run all *.bat and *.cmd scripts on drive A:</Description>
114+
<Order>1</Order>
115+
<RequiresUserInput>true</RequiresUserInput>
116+
</SynchronousCommand>
117+
</FirstLogonCommands>
118+
<TimeZone>GMT Standard Time</TimeZone>
119+
</component>
120+
<component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
121+
<InputLocale>en-US</InputLocale>
122+
<UILanguage>en-US</UILanguage>
123+
<UILanguageFallback>en-US</UILanguageFallback>
124+
<UserLocale>en-US</UserLocale>
140125
</component>
141126
</settings>
142127
<settings pass="offlineServicing">
143128
<component name="Microsoft-Windows-LUA-Settings" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
144129
<EnableLUA>false</EnableLUA>
145130
</component>
146131
</settings>
147-
<cpi:offlineImage cpi:source="catalog://winryadkx64/users/misheska/github/box-cutter/windows-vm/wsim/wineval/win81/install_windows 8.1 enterprise evaluation.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
132+
<cpi:offlineImage cpi:source="catalog://winryadkx64/users/misheska/github/box-cutter/windows-vm/wsim/wineval/win81/x86/install_windows 8.1 enterprise evaluation.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
148133
</unattend>
Binary file not shown.

0 commit comments

Comments
 (0)