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

  1. <assembly manifestVersion="1.0" description="" displayName="" company="MS" copyright="" supportInformation="" creationTimeStamp="2006-01-03T01:01:33.6028792-07:00" lastUpdateTimeStamp="2006-01-03T17:43:48.5230435-07:00" authors="anoopc" owners="anoopc" testers="nareshc" buildFilter="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:schemas-microsoft-com:asm.v3">
  2. <assemblyIdentity publicKeyToken="$(Build.WindowsPublicKeyToken)" buildType="$(build.buildType)" buildFilter="" versionScope="nonSxS" name="Microsoft-Windows-Fax-Server-DL" version="0.0.0.0" processorArchitecture="*" language="*"></assemblyIdentity>
  3.     <migration scope="Upgrade,MigWiz,USMT" xmlns="">
  4.     <!-- Declare for which Longhorn equivalent OC this manifest corresponds too -->
  5.     <registerSDF name="FaxServiceRole"></registerSDF>
  6.     <registerSDF name="FaxServiceConfigRole"></registerSDF>
  7.  
  8.     <migXml>        
  9.      <!-- First Check if fxsclnt.exe is present in the downlevel. If not, then bail out. 
  10.       Generally people check for the presence of registry keys to see if an Optional Component is 
  11.       present in the downlevel. But I felt this is not the right approach for us, since we do
  12.       not remove the registry keys cleanly when fax is uninstalled. But fxsclnt.exe is sure to be
  13.       absent even in such cases. -->
  14.          <detects>
  15.              <detect>
  16.                 <condition>MigXmlHelper.DoesObjectExist("File", "%systemroot%\system32\[fxsclnt.exe]")</condition>
  17.              </detect>
  18.          </detects>
  19.  
  20.     </migXml>
  21.     <migrationDisplayID>Communications_and_Sync\Fax</migrationDisplayID>
  22.     </migration>
  23. </assembly>
  24.  
  25.