English 中文(简体)
活跃 X 控制版本和签署
原标题:ActiveX control versioning and signing

I made an ActiveX control packaged as cab and put it in my web server. The cab was digitally signed with a dummy signature. On the client machine, in "C:WindowsDownloaded Program Files" I could find the dll and osd files that were extracted from the cab. Now I bought a real certificate and signed the cab on the server with it. When I logged in as a client, after setting some secutity settings, I expected to see a prompt for downloading an ActiveX control with my name as publisher. That didn t happen. Then I went to "C:WindowsDownloaded Program Files", deleted the dll and osd file that were extracted from the cab, logged in as client again and then I did see what I was expecting to see: a prompt for downloading an ActiveX control with my name as publisher. My question is: why couldn t I see the signature in the first login? sure, the dll and osd files were already there, and the dll had the same version, but doesn t the fact that the cab was signed with a new signature and timestamped mean anything? and another question - if the dll inside the cab had a newer version number than the one in "C:WindowsDownloaded Program Files", would it then be overwritten?

最佳回答

显然,正在发现该版本的编号,以决定是否重载控制。 如果CAB的版本比当地文本的新版本更新,它将超出“C:WindowsDownloaded Program files”中的版本。

问题回答

暂无回答




相关问题
Image rendered with wrong colors in IE8

I have a gradient image as a PNG (no transparency) in a web-page. By taking a screenshot of Chrome showing the page and cropping the image from the page, I see the exact same colors are drawn as the ...

Determine Mobile Internet Explorer version

I need to determine the version of Mobile Internet Explorer on a Windows Mobile 6.1 device. So that I can report the same user-agent string as is being used by Mobile Internet Explorer. The user-...

CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

Internet Explorer only part loading JavaScript/CSS

I m having trouble with my local development environment where IE (6 through to 8) is only part loading JavaScript/CSS files. It throws random errors at random places in jquery.min.js every time I ...

IE doesn t run Javascript when you click back button

I ve built a shop with tons of JS running. One of the pieces of the cart, is a zip code field which is required to calculate shipping cost. This works fine going through the cart. Now clicking ...

热门标签