Symptoms
When installing FME 2010, two dll's fail to register:
Module C:\Program Files\FME2010\plugins\mrfclean\SANATK.dll failed to register
HRESULT -2147024770. Contact your support personnel.
Module C:\Program Files\FME2010\plugins\mrfclean\clean3Dcom.dll failed to register
HRESULT -2147024770. Contact your support personnel.
Resolution
Install FME 2011 beta build 6354 or higher as the problem has been fixed.
If FME 2010 must be installed, we recommend hitting "Ignore" when the message appears so the installation can continue, then manually register the dll's:
- Open a command prompt
- Navigate to <FMEInstallDir>\plugins\mrfclean
- Run the command 'msiexec /y <dllName>' for each dll that failed to register.
- If this doesn't work, try running the command 'regsvr32 <dllName>' for each of the dlls that failed to register.