I have just used Inno build a setup file (setup.exe)
When I tried to run the application (after installation) on a machine different from the development machine I got this message

Class Not Registered
Looking for object with CLSID:{59245250-7A2F-11D0-9482-00A0C91110ED}

Can anyone help?
Which Class is not Registered and what do I need to do
If it is a DLL or OCX that did not register how do I know which one is being referred to by this message and how do I register
it or them ??