Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Version problem

Status
Not open for further replies.

ZakiMaksyutov

Programmer
Feb 28, 2001
87
RU
I write one ActiveX.
It successefully downloads, but there is a problem with versions.
I use
<OBJECT ID=&quot;Test&quot;
CLASSID=&quot;CLSID:5FAE34D4-EC0E-49E2-84BA-863B52F31A39&quot;
CODEBASE=&quot;Test.cab#version=1,0,0,2&quot;
WIDTH=&quot;0&quot;
HEIGHT=&quot;0&quot;>
</OBJECT>

and in .inf file i write
---------------------------------
[version]
signature=&quot;$CHICAGO$&quot;
AdvancedINF=2.0

[Add.Code]
Test.dll=Test.dll

[Test.dll]
file-win32-x86=thiscab
clsid={5FAE34D4-EC0E-49E2-84BA-863B52F31A39}
FileVersion=1,0,0,2
RegisterServer=yes
-----------------------------

but version always 1,0,0,1
Thanks for any help




 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top