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 / ActiveXInstallService.adml next >
Extensible Markup Language  |  2008-01-19  |  3KB  |  49 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>ActiveX Installer Service</displayName>
  5.   <description>Installs ActiveX controls from approved installation sites</description>
  6.   <resources>
  7.     <stringTable>
  8.       <string id="AxInstSv">ActiveX Installer Service</string>
  9.       <string id="ApprovedActiveXInstallSites">Approved Installation Sites for ActiveX Controls</string>
  10.       <string id="ApprovedActiveXInstallSites_explain">
  11.         The ActiveX Installer Service is the solution to delegate the install of per-machine ActiveX controls to a Standard User in the enterprise.
  12.         The list of Approved ActiveX Install sites contains the host URL and the policy settings for each host URL. Wild cards are not supported.
  13.       </string>
  14.     </stringTable>
  15.     <presentationTable>
  16.       <presentation id="ApprovedActiveXInstallSites">
  17.         <listBox refId="ApprovedActiveXInstallSiteslist">Host URLs</listBox>
  18.         <text>Contains policy for the host URL.</text>
  19.         <text>For example </text>
  20.         <text>HostName: http://activex.microsoft.com</text>
  21.         <text>Value: 2,1,0,0</text>
  22.         <text>The value for each Host URL is four settings in CSV format.</text>
  23.         <text>Which represents "TPSSignedControl,SignedControl,UnsignedControl,ServerCertificatePolicy</text>
  24.         <text>The three left most values in the policy control the installation of ActiveX controls based on their signature.</text>
  25.         <text>They can be one of the following.</text>
  26.         <text>0: ActiveX control will not be installed</text>
  27.         <text>1: Prompt the user to install ActiveX control</text>
  28.         <text>2: ActiveX control will be silently installed</text>
  29.         <text>Controls signed by certificates in trusted publisher store will be silently installed </text>
  30.         <text>Silent installation for unsigned controls is not supported</text>
  31.         <text></text>
  32.         <text>The right most value in the policy is a bitmasked flag</text>
  33.         <text>The flags are used for ignoring https certificate errors.</text>
  34.         <text>The default value is 0.</text>
  35.         <text>Which means that the https connections must pass all security checks</text>
  36.         <text></text>
  37.         <text>Use the combination of the following values</text>
  38.         <text>to ignore invalid certificate errors</text>
  39.         <text>0x00000100  Ignore Unknown CA</text>
  40.         <text>0x00001000  Ignore invalid CN</text>
  41.         <text>0x00002000  Ignore invalid certificate date</text>
  42.         <text>0x00000200  Ignore wrong certificate usage</text>
  43.         <text></text>
  44.         
  45.       </presentation>
  46.     </presentationTable>
  47.   </resources>
  48. </policyDefinitionResources>
  49.