home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / dlmanifests / odbc32dll-dl.man < prev    next >
Text File  |  2008-01-19  |  3KB  |  50 lines

  1. <assembly manifestVersion="1.0" description="$(resourceString.description)" displayName="$(resourceString.displayName)" company="Microsoft Corporation" copyright="" supportInformation="http://support.microsoft.com" creationTimeStamp="2003-11-18T11:27:15.1013997-08:00" lastUpdateTimeStamp="2003-11-24T09:58:55.6473150-08:00" authors="aklimov" owners="aklimov" testers="uwaag" buildFilter="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:schemas-microsoft-com:asm.v3">
  2.   <assemblyIdentity name="Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-ODBC-DriverManager-Dll-DL" publicKeyToken="" buildType="release" buildFilter="" versionScope="nonSxS" version="0.0.0.0" processorArchitecture="*" language="neutral"/>
  3.   <migration scope="Upgrade,MigWiz,USMT"> 
  4.     <migXml xmlns="">
  5.       <environment context="System">
  6.             <variable name="ODBCDSNDir_System">
  7.                 <text>%CSIDL_PROGRAM_FILES_COMMON%\ODBC\Data Sources\</text>
  8.             </variable>
  9.             <variable name="ODBCDSNDir_System">
  10.                 <script>MigXmlHelper.GetStringContent("Registry","HKLM\Software\ODBC\ODBC.INI\ODBC File DSN [DefaultDSNDir]")</script>
  11.             </variable>
  12.       </environment>
  13.       <environment context="User">
  14.             <variable name="ODBCDSNDir_User">
  15.                 <text>%CSIDL_PROGRAM_FILES_COMMON%\ODBC\Data Sources\</text>
  16.             </variable>
  17.             <variable name="ODBCDSNDir_User">
  18.                 <script>MigXmlHelper.GetStringContent("Registry","HKCU\Software\ODBC\ODBC.INI\ODBC File DSN [DefaultDSNDir]")</script>
  19.             </variable>
  20.       </environment>
  21.       <detects>
  22.         <detect>
  23.           <condition>MigXmlHelper.IsOSEarlierThan("NT","6.0.0.0")</condition>
  24.         </detect>
  25.       </detects>
  26.       <!--User specific setting-->
  27.       <rules context="User">
  28.         <include>
  29.           <objectSet>
  30.             <pattern type="Registry">HKCU\Software\ODBC\ODBC.INI\* [*]</pattern>
  31.             <pattern type="File">%ODBCDSNDir_User% [*.DSN]</pattern>
  32.           </objectSet>
  33.         </include>
  34.       </rules>
  35.       <!--System wide setting-->
  36.       <rules context="System">
  37.         <include>
  38.           <objectSet>
  39.             <pattern type="Registry">HKLM\Software\ODBC\ODBC.INI\* [*]</pattern>
  40.             <pattern type="Registry">HKLM\Software\ODBC\ODBCINST.INI\* [*]</pattern>
  41.             <pattern type="File">%ODBCDSNDir_System% [*.DSN]</pattern>
  42.             <pattern type="File">%CSIDL_PROGRAM_FILES_COMMON%\ODBC\Data Sources [*.DSN]</pattern> 
  43.           </objectSet>
  44.         </include>
  45.       </rules>
  46.     </migXml>
  47.     <migrationDisplayID>Additional_Options\Windows_Core_Settings</migrationDisplayID>
  48.   </migration>
  49. </assembly>
  50.