The inf file for the ActiveX is:
[Add.Code]
myactivex.ocx=myactivex.ocx
myactivex.inf=myactivex.inf
setup.exe=setup.exe
[myactivex.ocx]
file-win32-x86=thiscab
clsid={36299202-09EF-4ABF-ADB9-47C599DBE778}
RegisterServer=yes
FileVersion=1,0,1,0
[myactivex.inf]
file-win32-x86=thiscab
[Setup Hooks]
setup=setup
[setup]
run=%EXTRACT_DIR%\setup.exe
[Version]
; This section is required for compatibility on both Windows 95 and
Windows NT.
Signature="$CHICAGO$"
AdvancedInf=2.0
The problem is that I don't get the install dialog when I install the
ActiveX and because the drivers aren't installed, the ActiveX is not
displayed.
Can someone help me with this?