Link to home
Start Free TrialLog in
Avatar of thespiceman
thespiceman

asked on

How to Create INF file for ActiveX CAB

I have created a Deployment project in Visual Studio 2008 for an ActiveX.  How do I create the necessary INF file for the following criteria?  Also, where are the INF options documented?

DLL dependencies (in SYS directory) Replace only if they do not currently exist in your C:\WIN\system32 directory
    MFC42.DLL            
    MSVCRT.DLL                

ALSO:
    SIGPLUS.OCX (Store in directory C:\SigPlus)
    SIGPLUS.INI (must be saved in WIN directory)
    TOPAZLICENSE.TXT (must be saved in same location as SigPlus.ocx)
    TopazAuto.inf (save to C:\WIN\INF)
    TopazUsb.sys (save to C:\WIN\system32\drivers)
ASKER CERTIFIED SOLUTION
Avatar of Vadim Rapp
Vadim Rapp
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of thespiceman
thespiceman

ASKER

Where do I find "file system on target machine"?  I am using Visual Studio 2008.
in setup and deployment project, menu view -> editor
Sorry, I don't see that option.  Here's a screen shot of what I am looking at...

screenshot042809.jpg
click on your project  note in the solution tree (rather than solution node) and then look under menu "View".
project  note  should read  project  node
ID:24256264 is the answer.