Brainchild
Brainchild

Reputation: 1884

ActiveX component installation is blocked by IE

HI

I have created a ActiveX componed and packed into a cab file

1) Created the setup for Class Library that I would like to be exposed for COM access. 2) Create the CAB setup project taking the Project output from the setup created in the setup 1. 3) Embedded the object tag in a sample html file

Now when I launch the sample html from IE, it is showing an security alert, when I accept the security waning the installation was blocked with the following message.

"winows has blocked this software because it can't verify the publisher"

thanking you.

Upvotes: 1

Views: 1148

Answers (1)

i_am_jorf
i_am_jorf

Reputation: 54640

You need to sign your ActiveX control.

Upvotes: 1

Related Questions