I am getting Runtime Error 429: ActiveX component can't create object. How can I solve this?
You need to register a DLL file using the regsvr32 process available within Windows, but before it you should download the VB6 Runtime pack.
Register the file using: Windows + R > Run > regsvr32 c:\windows\system32\msrdo20.dll
regsvr32 c:\windows\system32\msrdo20.dll
Eventually, reinstall your software and run the installer as Administrator.