Author: arkurth
Date: Fri Jan 29 19:05:04 2010
New Revision: 904593
URL: http://svn.apache.org/viewvc?rev=904593&view=rev
Log:
VCL-301
Added tools directories for Windows 7.
Added Unattend.xml Sysprep configuration file for Windows 7.
Added Security_Center_Reg_Perms.inf security template which opens the
permissions on the registry key which needs to be set to disable Security
Center notifications. Added My_Computer_Reg_Perms.inf security template which
opens the permissions on the registry key which needs to be set to customize
the name of the "My Computer" icon on the desktop. Renamed
windows_security.inf to match the other policy template files.
Added:
incubator/vcl/trunk/managementnode/tools/Windows/Security/Windows_Security_Policies.inf
(props changed)
- copied unchanged from r899374,
incubator/vcl/trunk/managementnode/tools/Windows/Security/windows_security.inf
incubator/vcl/trunk/managementnode/tools/Windows_7/
incubator/vcl/trunk/managementnode/tools/Windows_7/Drivers/ (with props)
incubator/vcl/trunk/managementnode/tools/Windows_7/Utilities/
incubator/vcl/trunk/managementnode/tools/Windows_7/Utilities/Sysprep/
incubator/vcl/trunk/managementnode/tools/Windows_7/Utilities/Sysprep/Unattend.xml
incubator/vcl/trunk/managementnode/tools/Windows_Version_6/Security/Security_Center_Reg_Perms.inf
(with props)
incubator/vcl/trunk/managementnode/tools/Windows_Version_7/
incubator/vcl/trunk/managementnode/tools/Windows_Version_7/Drivers/ (with
props)
incubator/vcl/trunk/managementnode/tools/Windows_Version_7/Security/
incubator/vcl/trunk/managementnode/tools/Windows_Version_7/Security/My_Computer_Reg_Perms.inf
(with props)
Removed:
incubator/vcl/trunk/managementnode/tools/Windows/Security/windows_security.inf
Propchange:
incubator/vcl/trunk/managementnode/tools/Windows/Security/Windows_Security_Policies.inf
------------------------------------------------------------------------------
svn:mergeinfo =
Propchange:
incubator/vcl/trunk/managementnode/tools/Windows/Security/Windows_Security_Policies.inf
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Propchange: incubator/vcl/trunk/managementnode/tools/Windows_7/Drivers/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Jan 29 19:05:04 2010
@@ -0,0 +1 @@
+*
Added:
incubator/vcl/trunk/managementnode/tools/Windows_7/Utilities/Sysprep/Unattend.xml
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Windows_7/Utilities/Sysprep/Unattend.xml?rev=904593&view=auto
==============================================================================
---
incubator/vcl/trunk/managementnode/tools/Windows_7/Utilities/Sysprep/Unattend.xml
(added)
+++
incubator/vcl/trunk/managementnode/tools/Windows_7/Utilities/Sysprep/Unattend.xml
Fri Jan 29 19:05:04 2010
@@ -0,0 +1,96 @@
+<?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="generalize">
+ <component name="Microsoft-Windows-PnpSysprep"
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">
+
<DoNotCleanUpNonPresentDevices>false</DoNotCleanUpNonPresentDevices>
+ <PersistAllDeviceInstalls>false</PersistAllDeviceInstalls>
+ </component>
+ <component name="Microsoft-Windows-Security-SPP"
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">
+ <SkipRearm>1</SkipRearm>
+ </component>
+ </settings>
+ <settings pass="specialize">
+ <component name="Microsoft-Windows-Deployment"
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">
+ <RunSynchronous>
+ <RunSynchronousCommand wcm:action="add">
+ <Description>Prepare for 1st boot</Description>
+ <Order>1</Order>
+ <Path>cmd.exe /c
C:\Cygwin\home\root\VCL\Scripts\sysprep_cmdlines.cmd >
C:\Cygwin\home\root\VCL\Logs\sysprep_cmdlines.log 2>&1</Path>
+ </RunSynchronousCommand>
+ </RunSynchronous>
+ </component>
+ <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">
+ <Display>
+ <ColorDepth>32</ColorDepth>
+ <DPI>120</DPI>
+ <HorizontalResolution>800</HorizontalResolution>
+ <RefreshRate>72</RefreshRate>
+ <VerticalResolution>600</VerticalResolution>
+ </Display>
+ <ComputerName>*</ComputerName>
+ <TimeZone>Eastern Standard Time</TimeZone>
+ <ProductKey>33PXH-7Y6KF-2VJC9-XBBR8-HVTHH</ProductKey>
+ </component>
+ <component name="Microsoft-Windows-Security-SPP-UX"
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">
+ <SkipAutoActivation>true</SkipAutoActivation>
+ </component>
+ </settings>
+ <settings pass="auditSystem">
+ <component name="Microsoft-Windows-PnpCustomizationsNonWinPE"
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">
+ <DriverPaths>
+ <PathAndCredentials wcm:action="add" wcm:keyValue="1">
+ <Path>C:\Cygwin\home\root\VCL\Drivers</Path>
+ </PathAndCredentials>
+ </DriverPaths>
+ </component>
+ </settings>
+ <settings pass="oobeSystem">
+ <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">
+ <InputLocale>en-US</InputLocale>
+ <SystemLocale>en-US</SystemLocale>
+ <UILanguage>en-US</UILanguage>
+ <UserLocale>en-US</UserLocale>
+ </component>
+ <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">
+ <OOBE>
+ <HideEULAPage>true</HideEULAPage>
+ <NetworkLocation>Work</NetworkLocation>
+ <ProtectYourPC>3</ProtectYourPC>
+ <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
+ </OOBE>
+ <UserAccounts>
+ <AdministratorPassword>
+ <Value>WINDOWS_ROOT_PASSWORD</Value>
+ <PlainText>true</PlainText>
+ </AdministratorPassword>
+ <LocalAccounts>
+ <LocalAccount wcm:action="add">
+ <Password>
+ <Value>WINDOWS_ROOT_PASSWORD</Value>
+ <PlainText>true</PlainText>
+ </Password>
+ <Description>VCL root account</Description>
+ <DisplayName>root</DisplayName>
+ <Group>Administrators</Group>
+ <Name>root</Name>
+ </LocalAccount>
+ </LocalAccounts>
+ </UserAccounts>
+ <TimeZone>Eastern Standard Time</TimeZone>
+ </component>
+ </settings>
+</unattend>
Added:
incubator/vcl/trunk/managementnode/tools/Windows_Version_6/Security/Security_Center_Reg_Perms.inf
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Windows_Version_6/Security/Security_Center_Reg_Perms.inf?rev=904593&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
incubator/vcl/trunk/managementnode/tools/Windows_Version_6/Security/Security_Center_Reg_Perms.inf
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Propchange: incubator/vcl/trunk/managementnode/tools/Windows_Version_7/Drivers/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Jan 29 19:05:04 2010
@@ -0,0 +1 @@
+*
Added:
incubator/vcl/trunk/managementnode/tools/Windows_Version_7/Security/My_Computer_Reg_Perms.inf
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Windows_Version_7/Security/My_Computer_Reg_Perms.inf?rev=904593&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
incubator/vcl/trunk/managementnode/tools/Windows_Version_7/Security/My_Computer_Reg_Perms.inf
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream