OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <unattend xmlns="urn:schemas-microsoft-com:unattend"> | 2 <unattend xmlns="urn:schemas-microsoft-com:unattend"> |
3 <settings pass="windowsPE"> | 3 <settings pass="windowsPE"> |
4 <component name="Microsoft-Windows-Setup" | 4 <component name="Microsoft-Windows-Setup" |
5 processorArchitecture="amd64" publicKeyToken="31bf3856ad
364e35" | 5 processorArchitecture="amd64" publicKeyToken="31bf3856ad
364e35" |
6 language="neutral" versionScope="nonSxS" | 6 language="neutral" versionScope="nonSxS" |
7 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S
tate" | 7 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S
tate" |
8 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | 8 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
9 <DiskConfiguration> | 9 <DiskConfiguration> |
10 <WillShowUI>OnError</WillShowUI> | 10 <WillShowUI>OnError</WillShowUI> |
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 </SynchronousCommand> | 158 </SynchronousCommand> |
159 <SynchronousCommand wcm:action="add"> | 159 <SynchronousCommand wcm:action="add"> |
160 <CommandLine>%WINDIR%\System32\cmd /c E:
\setuprss.bat</CommandLine> | 160 <CommandLine>%WINDIR%\System32\cmd /c E:
\setuprss.bat</CommandLine> |
161 <Order>6</Order> | 161 <Order>6</Order> |
162 </SynchronousCommand> | 162 </SynchronousCommand> |
163 <SynchronousCommand wcm:action="add"> | 163 <SynchronousCommand wcm:action="add"> |
164 <CommandLine>%WINDIR%\System32\cmd /c ne
tsh interface ip set address "Local Area Connection" dhcp</CommandLine> | 164 <CommandLine>%WINDIR%\System32\cmd /c ne
tsh interface ip set address "Local Area Connection" dhcp</CommandLine> |
165 <Order>7</Order> | 165 <Order>7</Order> |
166 </SynchronousCommand> | 166 </SynchronousCommand> |
167 <SynchronousCommand wcm:action="add"> | 167 <SynchronousCommand wcm:action="add"> |
168 » » » » » <CommandLine>%WINDIR%\System32\cmd /c pi
ng 10.0.2.2 -n 20 && A:\finish.exe</CommandLine> | 168 » » » » » <CommandLine>%WINDIR%\System32\cmd /c A:
\finish.exe</CommandLine> |
169 <Order>8</Order> | 169 <Order>8</Order> |
170 </SynchronousCommand> | 170 </SynchronousCommand> |
171 </FirstLogonCommands> | 171 </FirstLogonCommands> |
172 </component> | 172 </component> |
173 <component name="Microsoft-Windows-International-Core" | 173 <component name="Microsoft-Windows-International-Core" |
174 processorArchitecture="amd64" publicKeyToken="31bf3856ad
364e35" | 174 processorArchitecture="amd64" publicKeyToken="31bf3856ad
364e35" |
175 language="neutral" versionScope="nonSxS" | 175 language="neutral" versionScope="nonSxS" |
176 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S
tate" | 176 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S
tate" |
177 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | 177 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
178 <InputLocale>0409:00000409</InputLocale> | 178 <InputLocale>0409:00000409</InputLocale> |
179 <SystemLocale>en-us</SystemLocale> | 179 <SystemLocale>en-us</SystemLocale> |
180 <UILanguage>en-us</UILanguage> | 180 <UILanguage>en-us</UILanguage> |
181 <UILanguageFallback>en-us</UILanguageFallback> | 181 <UILanguageFallback>en-us</UILanguageFallback> |
182 <UserLocale>en-us</UserLocale> | 182 <UserLocale>en-us</UserLocale> |
183 </component> | 183 </component> |
184 </settings> | 184 </settings> |
185 <cpi:offlineImage | 185 <cpi:offlineImage |
186 cpi:source="wim:d:/os/vista/x64/sources/install.wim#Windows Vist
a ENTERPRISE" | 186 cpi:source="wim:d:/os/vista/x64/sources/install.wim#Windows Vist
a ENTERPRISE" |
187 xmlns:cpi="urn:schemas-microsoft-com:cpi" /> | 187 xmlns:cpi="urn:schemas-microsoft-com:cpi" /> |
188 </unattend> | 188 </unattend> |
OLD | NEW |