开发者

Clarification regarding ActiveX cab Version

开发者 https://www.devze.com 2022-12-16 10:19 出处:网络
I\'m building CAB for ActiveX contol and I need the following clarification: I\'ve control.ocx which have 2.0.0.1 version.

I'm building CAB for ActiveX contol and I need the following clarification:

I've control.ocx which have 2.0.0.1 version.

When I'm embedding my control I'm putting the following tag:

Tommorow, I'm adding new functionality to my ocx and versing it as 3.0.0.1

How my tag should look like?

Should it content codebase="control.cab#Version=3,0,0,1" attribute? I开发者_Python百科s it correct? Can I set version for cab file? How can I tell my client to update my ActiveX component?

Best regards, Danny.


Yes, and don't forget to change the version=w.x.y.z attribute in the .inf file inside your cab.

0

精彩评论

暂无评论...
验证码 换一张
取 消