You need to sign in to do that
Don't have an account?

Adding an ActiveX Control to SalesForce
I am adding an ActiveX Control to Salesforce and I have at least three files that need to interact with the control, but the Salesforce control only accepts one file, does anyone have any solutions:
1. The Cab File with the actual control and other program files for client installation
2. A driver file for the hardware installation.
3. And a License file for the ActiveX Control.
Hi askinner,
I'm not a cab building activex expert, but can't those dependencies be included in the cab? If not, you could store them in a document folder and download them from salesforce.com on first install (maybe).
@askinner
Can you please pin down steps on how to create salesforce control (the one which accepts atleast one file)