I have the same problems that we had before although complicated because install based over two machines:
SQL Server BOX (SQL1)
Installed the Data Migration Framework Service on this machine where SSIS resides
AOS (AOS1)
Installed the Data Migration AOS component
Client Component
Although got error on the AOS component install, service still starts
EC:D4) [12:36:28:953]: Product: Microsoft Dynamics AX 2012 Data Migration Framework Service (Beta) -- Error 1721. There is a problem with this Windows Installer package. A program required for this installation to complete could not be run. Contact your support personnel or package vendor. Action: dllReg, location: C:\Users\Charteris\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\, command: "Bin\gacutil.exe" -i "C:\Program Files\Microsoft Dynamics AX 2012 Data Migration Framework Service (Beta)\\Microsoft.Dynamics.AX.DMF.DMFErrorDescription.dll"
Have these instructions, and although already implemented, run this again.
Resolution found with the following steps
The Data Migration Framework service will not install on a 64-bit computer that is not also running Visual Studio 2010. The installation fails with the error "There is a problem with this Windows Installer package. A program required for this installation to complete could not be run. Contact your support personnel or package vendor."
Resolution
Install the Microsoft Windows SDK for Windows 7 and .NET Framework 4 from www.microsoft.com/.../details.aspx.
On the Installation Options page, select the following options, and then complete the installation.
a) Under .NET Development, select Tools.
b) Under Redistributable Packages, select Microsoft Visual C++ 2010.
Open a command prompt with Run as administrator rights.
Depending on which version of SQL Server is in your environment, run one of the following commands.
SQL Server version
Command
SQL Server 2012
\Program Files\Microsoft SDKs\Windows\v7.1\bin\NETFX 4.0 Tools\gacutil.exe" -i "C:\Program Files\Microsoft Dynamics AX 2012 Data Migration Framework Service (Beta)\Microsoft.Dynamics.AX.DMF.DMFErrorDescription.dll"
SQL Server 2008
\Program Files\Microsoft SDKs\Windows\v7.1\bin\gacutil.exe" -i "C:\Program Files\Microsoft Dynamics AX 2012 Data Migration Framework Service (Beta)\Microsoft.Dynamics.AX.DMF.DMFErrorDescription.dll"
Start the Microsoft Dynamics AX 2012 Data Migration Framework service.
Just did this.
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Charteris>"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\NETFX 4.0 T
ools\gacutil.exe" -i "C:\Program Files\Microsoft Dynamics AX 2012 Data Migration
Framework Service (Beta)\Microsoft.Dynamics.AX.DMF.DMFErrorDescription.dll"
Microsoft (R) .NET Global Assembly Cache Utility. Version 4.0.30319.1
Copyright (c) Microsoft Corporation. All rights reserved.
Assembly successfully added to the cache
Although still got error on the AOS component install, posting to forum to see if anyone knows what this is. Already restarted is it the SQL box, restarting the AOS machine also.
Also checking following point:
First of all, find the file "Microsoft.Dynamics.AX.DMF.ServiceProxy.dll.config" in your Client\bin-folder. Open it in a text editor (ie Notepad).
Make sure your endpoint address in that file looks something like
"http://SERVERNAME:7000/DMFService/DMFServiceHelper.svc"
SERVERNAME is the computername for the server running the DMF Service. Also make sure this port 7000 is not blocked by any firewall rules.
File resides HERE C:\Program Files\Microsoft Dynamics AX 2012 Data Migration Framework Client Components (Beta). Can you check that port 7000 is not blocked.