home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / PolicyDefinitions / en-US / EventViewer.adml < prev    next >
Extensible Markup Language  |  2008-01-19  |  2KB  |  38 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="EventViewer">Event Viewer</string>
  9.       <string id="EventViewer_RedirectionProgram">Events.asp program</string>
  10.       <string id="EventViewer_RedirectionProgram_Help">This is the program that will be invoked when the user clicks the events.asp link.</string>
  11.       <string id="EventViewer_RedirectionProgramCommandLineParameters">Events.asp program command line parameters</string>
  12.       <string id="EventViewer_RedirectionProgramCommandLineParameters_Help">This specifies the command line parameters that will be passed to the events.asp program</string>
  13.       <string id="EventViewer_RedirectionURL">Events.asp URL</string>
  14.       <string id="EventViewer_RedirectionURL_Help">This is the URL that will be passed to the Description area in the Event Properties dialog box. Change this value if you want to use a different Web server to handle event information requests.</string>
  15.     </stringTable>
  16.     <presentationTable>
  17.       <presentation id="EventViewer_RedirectionProgram">
  18.         <textBox refId="EventViewer_RedirectionProgram">
  19.           <label>Events.asp program</label>
  20.           <defaultValue>%SystemRoot%\PCHealth\HelpCtr\Binaries\HelpCtr.exe</defaultValue>
  21.         </textBox>
  22.       </presentation>
  23.       <presentation id="EventViewer_RedirectionProgramCommandLineParameters">
  24.         <textBox refId="EventViewer_RedirectionProgramCommandLineParameters">
  25.           <label>Events.asp program command line parameters</label>
  26.           <defaultValue>-url hcp://services/centers/support?topic=%s</defaultValue>
  27.         </textBox>
  28.       </presentation>
  29.       <presentation id="EventViewer_RedirectionURL">
  30.         <textBox refId="EventViewer_RedirectionURL">
  31.           <label>Events.asp URL</label>
  32.           <defaultValue></defaultValue>
  33.         </textBox>
  34.       </presentation>
  35.     </presentationTable>
  36.   </resources>
  37. </policyDefinitionResources>
  38.