| 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-International-Core-WinPE" | 4 <component name="Microsoft-Windows-International-Core-WinPE" |
| 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 <SetupUILanguage> | 9 <SetupUILanguage> |
| 10 <UILanguage>en-us</UILanguage> | 10 <UILanguage>en-us</UILanguage> |
| 11 </SetupUILanguage> | 11 </SetupUILanguage> |
| 12 <InputLocale>0409:00000409</InputLocale> | 12 <InputLocale>0409:00000409</InputLocale> |
| 13 <SystemLocale>en-us</SystemLocale> | 13 <SystemLocale>en-us</SystemLocale> |
| 14 <UILanguage>en-us</UILanguage> | 14 <UILanguage>en-us</UILanguage> |
| 15 <UILanguageFallback>en-us</UILanguageFallback> | 15 <UILanguageFallback>en-us</UILanguageFallback> |
| 16 <UserLocale>en-us</UserLocale> | 16 <UserLocale>en-us</UserLocale> |
| 17 </component> | 17 </component> |
| 18 <component name="Microsoft-Windows-PnpCustomizationsWinPE" | |
| 19 processorArchitecture="amd64" publicKeyToken="31bf3856ad
364e35" | |
| 20 language="neutral" versionScope="nonSxS" | |
| 21 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S
tate" | |
| 22 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| 23 <DriverPaths> | |
| 24 <PathAndCredentials wcm:keyValue="1" wcm:action=
"add"> | |
| 25 <Path>KVM_TEST_STORAGE_DRIVER_PATH</Path
> | |
| 26 </PathAndCredentials> | |
| 27 <PathAndCredentials wcm:keyValue="2" wcm:action=
"add"> | |
| 28 <Path>KVM_TEST_NETWORK_DRIVER_PATH</Path
> | |
| 29 </PathAndCredentials> | |
| 30 </DriverPaths> | |
| 31 </component> | |
| 32 <component name="Microsoft-Windows-Setup" | 18 <component name="Microsoft-Windows-Setup" |
| 33 processorArchitecture="amd64" publicKeyToken="31bf3856ad
364e35" | 19 processorArchitecture="amd64" publicKeyToken="31bf3856ad
364e35" |
| 34 language="neutral" versionScope="nonSxS" | 20 language="neutral" versionScope="nonSxS" |
| 35 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S
tate" | 21 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S
tate" |
| 36 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | 22 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 37 <DiskConfiguration> | 23 <DiskConfiguration> |
| 38 <WillShowUI>OnError</WillShowUI> | 24 <WillShowUI>OnError</WillShowUI> |
| 39 <Disk wcm:action="add"> | 25 <Disk wcm:action="add"> |
| 40 <CreatePartitions> | 26 <CreatePartitions> |
| 41 <CreatePartition wcm:action="add
"> | 27 <CreatePartition wcm:action="add
"> |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 <Password> | 115 <Password> |
| 130 <Value>1q2w3eP</Value> | 116 <Value>1q2w3eP</Value> |
| 131 <PlainText>true</PlainText> | 117 <PlainText>true</PlainText> |
| 132 </Password> | 118 </Password> |
| 133 <Enabled>true</Enabled> | 119 <Enabled>true</Enabled> |
| 134 <LogonCount>1000</LogonCount> | 120 <LogonCount>1000</LogonCount> |
| 135 <Username>Administrator</Username> | 121 <Username>Administrator</Username> |
| 136 </AutoLogon> | 122 </AutoLogon> |
| 137 <FirstLogonCommands> | 123 <FirstLogonCommands> |
| 138 <SynchronousCommand wcm:action="add"> | 124 <SynchronousCommand wcm:action="add"> |
| 139 » » » » » <CommandLine>%WINDIR%\System32\cmd /c KV
M_TEST_VIRTIO_NETWORK_INSTALLER"</CommandLine> | 125 » » » » » <CommandLine>%WINDIR%\System32\cmd /c st
art /w pkgmgr /iu:"TelnetServer"</CommandLine> |
| 140 <Order>1</Order> | 126 <Order>1</Order> |
| 141 </SynchronousCommand> | 127 </SynchronousCommand> |
| 142 <SynchronousCommand wcm:action="add"> | 128 <SynchronousCommand wcm:action="add"> |
| 143 » » » » » <CommandLine>%WINDIR%\System32\cmd /c st
art /w pkgmgr /iu:"TelnetServer"</CommandLine> | 129 » » » » » <CommandLine>%WINDIR%\System32\cmd /c sc
config TlntSvr start= auto</CommandLine> |
| 144 <Order>2</Order> | 130 <Order>2</Order> |
| 145 </SynchronousCommand> | 131 </SynchronousCommand> |
| 146 <SynchronousCommand wcm:action="add"> | 132 <SynchronousCommand wcm:action="add"> |
| 147 » » » » » <CommandLine>%WINDIR%\System32\cmd /c sc
config TlntSvr start= auto</CommandLine> | 133 » » » » » <CommandLine>%WINDIR%\System32\cmd /c ne
tsh firewall set opmode disable</CommandLine> |
| 148 <Order>3</Order> | 134 <Order>3</Order> |
| 149 </SynchronousCommand> | 135 </SynchronousCommand> |
| 150 <SynchronousCommand wcm:action="add"> | 136 <SynchronousCommand wcm:action="add"> |
| 151 » » » » » <CommandLine>%WINDIR%\System32\cmd /c ne
tsh firewall set opmode disable</CommandLine> | 137 » » » » » <CommandLine>%WINDIR%\System32\cmd /c ne
t start telnet</CommandLine> |
| 152 <Order>4</Order> | 138 <Order>4</Order> |
| 153 </SynchronousCommand> | 139 </SynchronousCommand> |
| 154 <SynchronousCommand wcm:action="add"> | 140 <SynchronousCommand wcm:action="add"> |
| 155 » » » » » <CommandLine>%WINDIR%\System32\cmd /c ne
t start telnet</CommandLine> | 141 » » » » » <CommandLine>%WINDIR%\System32\cmd /c E:
\setuprss.bat</CommandLine> |
| 156 <Order>5</Order> | 142 <Order>5</Order> |
| 157 </SynchronousCommand> | 143 </SynchronousCommand> |
| 158 <SynchronousCommand wcm:action="add"> | 144 <SynchronousCommand wcm:action="add"> |
| 159 » » » » » <CommandLine>%WINDIR%\System32\cmd /c E:
\setuprss.bat</CommandLine> | 145 » » » » » <CommandLine>%WINDIR%\System32\cmd /c ne
tsh interface ip set address "Local Area Connection" dhcp</CommandLine> |
| 160 <Order>6</Order> | 146 <Order>6</Order> |
| 161 </SynchronousCommand> | 147 </SynchronousCommand> |
| 162 <SynchronousCommand wcm:action="add"> | 148 <SynchronousCommand wcm:action="add"> |
| 163 » » » » » <CommandLine>%WINDIR%\System32\cmd /c ne
tsh interface ip set address "Local Area Connection" dhcp</CommandLine> | 149 » » » » » <CommandLine>%WINDIR%\System32\cmd /c pi
ng 10.0.2.2 -n 20 && A:\finish.exe</CommandLine> |
| 164 <Order>7</Order> | 150 <Order>7</Order> |
| 165 </SynchronousCommand> | 151 </SynchronousCommand> |
| 166 <SynchronousCommand wcm:action="add"> | |
| 167 <CommandLine>%WINDIR%\System32\cmd /c pi
ng 10.0.2.2 -n 20 && A:\finish.exe</CommandLine> | |
| 168 <Order>8</Order> | |
| 169 </SynchronousCommand> | |
| 170 </FirstLogonCommands> | 152 </FirstLogonCommands> |
| 171 </component> | 153 </component> |
| 172 </settings> | 154 </settings> |
| 173 <cpi:offlineImage cpi:source="wim:c:/install.wim#Windows Longhorn SERVER
STANDARD" | 155 <cpi:offlineImage cpi:source="wim:c:/install.wim#Windows Longhorn SERVER
STANDARD" |
| 174 xmlns:cpi="urn:schemas-microsoft-com:cpi" /> | 156 xmlns:cpi="urn:schemas-microsoft-com:cpi" /> |
| 175 </unattend> | 157 </unattend> |
| OLD | NEW |