home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / PolicyDefinitions / en-US / Setup.adml < prev    next >
Extensible Markup Language  |  2008-01-19  |  2KB  |  39 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--  (c) 2006 Microsoft Corporation  -->
  3. <policyDefinitionResources xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.0" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions">
  4.   <displayName>enter display name here</displayName>
  5.   <description>enter description here</description>
  6.   <resources>
  7.     <stringTable>
  8.       <string id="ServicePackSourcePath">Specify Windows Service Pack installation file location</string>
  9.       <string id="ServicePackSourcePath_Help">Specifies an alternate location for Windows Service Pack installation files.
  10.  
  11. To enable this setting, enter the fully qualified path to the new location in the "Windows Service Pack Setup file path" box.
  12.  
  13. If you disable this setting or do not configure it, the Windows Service Pack Setup source path will be the location used during the last time Windows Service Pack Setup was run on the system.
  14.  
  15. </string>
  16.       <string id="SetupSourcePath">Specify Windows installation file location</string>
  17.       <string id="SetupSourcePath_Help">Specifies an alternate location for Windows installation files.
  18.  
  19. To enable this setting, and enter the fully qualified path to the new location in the "Windows Setup file path" box.
  20.  
  21. If you disable this setting or do not configure it, the Windows Setup source path will be the location used during the last time Windows Setup was run on the system.
  22.  
  23. </string>
  24.     </stringTable>
  25.     <presentationTable>
  26.       <presentation id="ServicePackSourcePath">
  27.         <textBox refId="ServicePackSourcePathBox">
  28.           <label>Windows Service Pack Setup file path:</label>
  29.         </textBox>
  30.       </presentation>
  31.       <presentation id="SetupSourcePath">
  32.         <textBox refId="SetupSourcePathBox">
  33.           <label>Windows Setup file path:</label>
  34.         </textBox>
  35.       </presentation>
  36.     </presentationTable>
  37.   </resources>
  38. </policyDefinitionResources>
  39.