Server : Apache/2.4.43 (Win64) OpenSSL/1.1.1g PHP/7.4.6 System : Windows NT USER-PC 6.1 build 7601 (Windows 7 Professional Edition Service Pack 1) AMD64 User : User ( 0) PHP Version : 7.4.6 Disable Function : NONE Directory : C:/Windows/SysWOW64/migwiz/replacementmanifests/ |
<?xml version='1.0' encoding='utf-8' standalone='yes'?> <assembly> <assemblyIdentity name="Microsoft-Windows-IIS-FTPSvc" processorArchitecture="*" version="0.0.0.0" versionScope="nonSxS" /> <migration replacementSettingsVersionRange="0" settingsVersion="0" alwaysProcess="yes"> <registerSDF name="IIS-FTPSvc"/> <migXml xmlns=""> <!-- On a Vista /LHS down-level system, we detect the presence of FTP7 by --> <!-- looking for the FTPSVC service. We also detect FTP6 by checking for MSFTPSVC --> <!-- We base this on the registry key for the service declaration. --> --> <detects> <detect> <condition>MigXmlHelper.DoesOSMatch("NT", "6.0.*")</condition> </detect> <detect> <condition>MigXmlHelper.DoesObjectExist( "Registry", "HKLM\System\CurrentControlSet\Services\FTPSVC\Parameters [ServiceDll]" )</condition> <condition>MigXmlHelper.DoesObjectExist( "Registry", "HKLM\System\CurrentControlSet\Services\MSFTPSVC [ImagePath]" )</condition> </detect> </detects> </migXml> </migration> </assembly>