You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by ar...@apache.org on 2009/09/25 21:29:06 UTC

svn commit: r818963 - /incubator/vcl/trunk/managementnode/tools/Windows_Server_2008/Utilities/Sysprep/Unattend.xml

Author: arkurth
Date: Fri Sep 25 19:29:06 2009
New Revision: 818963

URL: http://svn.apache.org/viewvc?rev=818963&view=rev
Log:
VCL-10
Added ASF header to Windows Server 2008 Unattend.xml.

Modified:
    incubator/vcl/trunk/managementnode/tools/Windows_Server_2008/Utilities/Sysprep/Unattend.xml

Modified: incubator/vcl/trunk/managementnode/tools/Windows_Server_2008/Utilities/Sysprep/Unattend.xml
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Windows_Server_2008/Utilities/Sysprep/Unattend.xml?rev=818963&r1=818962&r2=818963&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Windows_Server_2008/Utilities/Sysprep/Unattend.xml (original)
+++ incubator/vcl/trunk/managementnode/tools/Windows_Server_2008/Utilities/Sysprep/Unattend.xml Fri Sep 25 19:29:06 2009
@@ -1,36 +1,27 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more      -->
+<!-- contributor license agreements.  See the NOTICE file distributed with   -->
+<!-- this work for additional information regarding copyright ownership.     -->
+<!-- The ASF licenses this file to You under the Apache License, Version 2.0 -->
+<!-- (the "License"); you may not use this file except in compliance with    -->
+<!-- the License.  You may obtain a copy of the License at                   -->
+<!--                                                                         -->
+<!--     http://www.apache.org/licenses/LICENSE-2.0                          -->
+<!--                                                                         -->
+<!-- Unless required by applicable law or agreed to in writing, software     -->
+<!-- distributed under the License is distributed on an "AS IS" BASIS,       -->
+<!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.-->
+<!-- See the License for the specific language governing permissions and     -->
+<!-- limitations under the License.                                          -->
 <unattend xmlns="urn:schemas-microsoft-com:unattend">
-    <settings pass="oobeSystem">
-        <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-            <InputLocale>en-US</InputLocale>
-            <SystemLocale>en-US</SystemLocale>
-            <UserLocale>en-US</UserLocale>
-            <UILanguage>en-US</UILanguage>
-        </component>
-        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-            <OOBE>
-                <HideEULAPage>true</HideEULAPage>
-            </OOBE>
-            <UserAccounts>
-                <AdministratorPassword>
-                    <Value>WINDOWS_ROOT_PASSWORD</Value>
-                    <PlainText>true</PlainText>
-                </AdministratorPassword>
-            </UserAccounts>
+    <settings pass="generalize">
+        <component name="Microsoft-Windows-Security-Licensing-SLC" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+            <SkipRearm>1</SkipRearm>
         </component>
     </settings>
     <settings pass="specialize">
-        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-            <ProductKey>7M67G-PC374-GR742-YH8V4-TCBY3</ProductKey>
-            <ComputerName>*</ComputerName>
-            <TimeZone>Eastern Standard Time</TimeZone>
-            <Display>
-                <ColorDepth>32</ColorDepth>
-                <HorizontalResolution>1024</HorizontalResolution>
-                <VerticalResolution>768</VerticalResolution>
-                <RefreshRate>72</RefreshRate>
-                <DPI>120</DPI>
-            </Display>
+        <component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+            <SkipAutoActivation>true</SkipAutoActivation>
         </component>
         <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
             <RunSynchronous>
@@ -41,6 +32,18 @@
                 </RunSynchronousCommand>
             </RunSynchronous>
         </component>
+        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+            <Display>
+                <ColorDepth>32</ColorDepth>
+                <DPI>120</DPI>
+                <HorizontalResolution>1024</HorizontalResolution>
+                <VerticalResolution>768</VerticalResolution>
+                <RefreshRate>72</RefreshRate>
+            </Display>
+            <ComputerName>*</ComputerName>
+            <TimeZone>Eastern Standard Time</TimeZone>
+            <ProductKey>7M67G-PC374-GR742-YH8V4-TCBY3</ProductKey>
+        </component>
     </settings>
     <settings pass="auditSystem">
         <component name="Microsoft-Windows-PnpCustomizationsNonWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
@@ -51,4 +54,25 @@
             </DriverPaths>
         </component>
     </settings>
+    <settings pass="oobeSystem">
+        <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+            <InputLocale>en-US</InputLocale>
+            <SystemLocale>en-US</SystemLocale>
+            <UILanguage>en-US</UILanguage>
+            <UserLocale>en-US</UserLocale>
+        </component>
+        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+            <OOBE>
+                <HideEULAPage>true</HideEULAPage>
+                <NetworkLocation>Work</NetworkLocation>
+                <ProtectYourPC>3</ProtectYourPC>
+            </OOBE>
+            <UserAccounts>
+                <AdministratorPassword>
+                    <Value>WINDOWS_ROOT_PASSWORD</Value>
+                    <PlainText>true</PlainText>
+                </AdministratorPassword>
+            </UserAccounts>
+        </component>
+    </settings>
 </unattend>