Wednesday 30 November 2016

ActiveX Cab registered but not running in browser?

Even if we followed these steps, if we are unable to unable to run plug in browser and we are getting error: Automation server can't create object.


  • Open Internet Explorer.
  • Click the Tools menu, and then click Internet Options.
  • On the Security tab, click the Custom level button.
  • Scroll down the Security Settings list until you see ActiveX controls and plug-ins.
  • For Automatic prompting for ActiveX controls, click Enable.
  • Scroll down to Download signed ActiveX controls and click Enable or Prompt.
  • Scroll down to Run ActiveX controls and plug-ins and click Enable or Prompt.
  • Scroll down to Script ActiveX controls marked safe for scripting and click Enable or Prompt.
  • Click OK, and then click OK again.

or else

We need to set these attribute for msi
InstallAllUser True in set up and deployment solution explorer properties.
And
Run IE as administrator.