I have created a cab file that have inf,ocx and dll file.i want to register ocx file on client system by this is not registering.tell me how the ocx will be self register on client system.
Printable View
I have created a cab file that have inf,ocx and dll file.i want to register ocx file on client system by this is not registering.tell me how the ocx will be self register on client system.
OCX files don't register themselves. You can use regsvr32.exe to register them. You can also put all your files in a installer, so the installer will register the file after installation.