bmz 0 Newbie Poster

Good day,

I was wondering if anybody could shed some light on this task...

I have already created 3 cab files from different "makers"; one from CabMaker, another from the MSCabinet SDK, and the other from MS Visual Studio 2008.

Inside the cab is an OCX (this is used for VOIP) and an INF file, I was hoping to make a cab file that upon download by the user, it would automatically extract itself, copy the ocx file into some directory and register it on the users computer.

I am guessing that my inf is not working properly and i dont know y... here is the code of my inf...

[Version]
Signature="$WINDOWS NT$"
AdvancedINF=2.0

[Add.code]
openh323.ocx=openh323.ocx

[openh323.ocx]
file="thiscab"
FileVersion=
DestDir=11
RegisterServer=yes

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.