Unverified Publisher (When downloading Activex control from IE)
-
Hi All, I have created MFC Activex Control using VS 2005.And I have created .cab file(cabinet file )including .inf file into it using cabarc.exe. And now I want to run it and register it through IE,so I created on .html page including code as below...
Activex Registration here CASSID is the CLSID of my Activex Conrol and CODEBASE is the path of the .cab file. And this page runs very successfully on my local PC and my Activex also runs in the Web Page. **But my problem is when I want to access this page from My Server. I Put Both .cab file and .html file on to the server and then I run this .html file then it shows Security Message of restricting the webpage from running Activex Control(top on the page).When I click on that Strip Message and Select option of Run Activex Control then one Messagebox comes with the details..** `Do you want to run this Activex Control? Name:name of My Activex Publisher : My Publisher Name **(Unverified Publisher)**` When I click run then nothing happens ,Mu Activex Control does not run or register. I have also tried this .cab file by signing with digital signature(using signtool.exe) , But the same problem comes. So the Moral of the story is that this error of Unverified Publisher. So Do you have Any Idea or Suggetion? your Answer Will be Appreciated. Thanks in Advance. Ashish Bhatt
-
Hi All, I have created MFC Activex Control using VS 2005.And I have created .cab file(cabinet file )including .inf file into it using cabarc.exe. And now I want to run it and register it through IE,so I created on .html page including code as below...
Activex Registration here CASSID is the CLSID of my Activex Conrol and CODEBASE is the path of the .cab file. And this page runs very successfully on my local PC and my Activex also runs in the Web Page. **But my problem is when I want to access this page from My Server. I Put Both .cab file and .html file on to the server and then I run this .html file then it shows Security Message of restricting the webpage from running Activex Control(top on the page).When I click on that Strip Message and Select option of Run Activex Control then one Messagebox comes with the details..** `Do you want to run this Activex Control? Name:name of My Activex Publisher : My Publisher Name **(Unverified Publisher)**` When I click run then nothing happens ,Mu Activex Control does not run or register. I have also tried this .cab file by signing with digital signature(using signtool.exe) , But the same problem comes. So the Moral of the story is that this error of Unverified Publisher. So Do you have Any Idea or Suggetion? your Answer Will be Appreciated. Thanks in Advance. Ashish Bhatt
This is getting outside of my area of expertise, as I've never dabbled in activeX, but you'll need to digitally sign your activex with a verifiable certificating. One supplier I know of is verisign - and I know there are others. For testing, you may be able to tell IExplorer "always trust this one, really" - but that won;t help your end users. Yes, this is a cose more felt by small developers - but the reason for it is fairly strong. I hope that's given you enough hand wavy information for a few good searches if nothing else. Iain.
-
This is getting outside of my area of expertise, as I've never dabbled in activeX, but you'll need to digitally sign your activex with a verifiable certificating. One supplier I know of is verisign - and I know there are others. For testing, you may be able to tell IExplorer "always trust this one, really" - but that won;t help your end users. Yes, this is a cose more felt by small developers - but the reason for it is fairly strong. I hope that's given you enough hand wavy information for a few good searches if nothing else. Iain.
Hi, I got something new with the problem when i am going to access the the web page(As I explained in my quetion post) from the server I am not able to run and register my Activex control in Explorer. But When I change my explorer's Secuity Setings like below.... Tools-> Internet Options-> Security Tab-> Trusted Sites-> In this I have added my server's Address. And Now When I run the .html page in Browser then it runs perfactly and runs Activex also perfactly. So, Can Anyone tell me what is the problem?? And I want to run Activex without setting of Trusted Site. Plz Help me if anyone has any Idea. Thanks.
Ashish Bhatt
-
Hi, I got something new with the problem when i am going to access the the web page(As I explained in my quetion post) from the server I am not able to run and register my Activex control in Explorer. But When I change my explorer's Secuity Setings like below.... Tools-> Internet Options-> Security Tab-> Trusted Sites-> In this I have added my server's Address. And Now When I run the .html page in Browser then it runs perfactly and runs Activex also perfactly. So, Can Anyone tell me what is the problem?? And I want to run Activex without setting of Trusted Site. Plz Help me if anyone has any Idea. Thanks.
Ashish Bhatt
I already gave you the answer. If your activeX control is not digitally signed by a reputable source, then Explorer will count it as untrusted - as you've already experienced. You've just told explorer "controls from www.xyz.com are ok, honest" - you've not actually done anything to make the control itself trustworthy. Iain.