Click to See Complete Forum and Search --> : creating INF file for CAB


samy100
January 6th, 2008, 04:48 PM
Hi,

i made an ocx to be used on web page,and i want to wrap it in a CAB so i could install it in the client.

i use :
myocx.ocx - which need to be register(regsvr32 like)
dll_1.dll - which need to be register(regsvr32 like)
dll_2.dll -= that doesn't need to be installed.

how should my INF look like?

thanks,
Samy.