I tried to implement vlc activeX in my web page. I embeded the axvlc.cab control in my code. when IE loads the activeX, it does not run vlc setup program which is included in the .cab file. here is the content of axvlc.inf:
; Version number and signature of INF file.
;
[version]
signature="$CHICAGO$"
AdvancedINF=2.0
[Add.Code]
vlc-0.8.2-win32.exe
axvlc.dll=axvlc.dll
[axvlc.dll]
FileVersion=0,8,2,0
clsid={E23FE9C6-778E-49d4-B537-38FCDE4887D8}
RegisterServer=no
hook=nsiinstaller
[vlc-0.8.2-svn-win32.exe]
FileVersion=0,8,2,0
file-win32-x86=thiscab
[nsiinstaller]
run=%EXTRACT_DIR%\vlc-0.8.2-svn-win32.exe
The question is what should I change to run the setup file inside the .cab file.