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

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--  (c) 2006 Microsoft Corporation  -->
  3. <policyDefinitions 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.   <policyNamespaces>
  5.     <target prefix="setup" namespace="Microsoft.Policies.WindowsSetup" />
  6.     <using prefix="windows" namespace="Microsoft.Policies.Windows" />
  7.   </policyNamespaces>
  8.   <resources minRequiredRevision="1.0" />
  9.   <policies>
  10.     <policy name="ServicePackSourcePath" class="Machine" displayName="$(string.ServicePackSourcePath)" explainText="$(string.ServicePackSourcePath_Help)" presentation="$(presentation.ServicePackSourcePath)" key="Software\Policies\Microsoft\Windows NT\Setup">
  11.       <parentCategory ref="windows:System" />
  12.       <supportedOn ref="windows:SUPPORTED_WindowsXP" />
  13.       <elements>
  14.         <text id="ServicePackSourcePathBox" valueName="ServicePackSourcePath" required="true" />
  15.       </elements>
  16.     </policy>
  17.     <policy name="SetupSourcePath" class="Machine" displayName="$(string.SetupSourcePath)" explainText="$(string.SetupSourcePath_Help)" presentation="$(presentation.SetupSourcePath)" key="Software\Policies\Microsoft\Windows NT\Setup">
  18.       <parentCategory ref="windows:System" />
  19.       <supportedOn ref="windows:SUPPORTED_WindowsXP" />
  20.       <elements>
  21.         <text id="SetupSourcePathBox" valueName="SourcePath" required="true" />
  22.       </elements>
  23.     </policy>
  24.   </policies>
  25. </policyDefinitions>
  26.