I have a VB6 app that uses the VLC ActiveX to convert my flv files to mpg (I have the GPL in setup and a note to users that the App uses VLC)
I am packaging it with Inno Setup.
My problem is, my app works only if I install the VLC mediaplayer and ActiveX before installing my Program.
If I do not install VLC media playermy app just hangs at the conversion.
Using Inno setup I am installing
libvlc.dll
axvlc.dll (and registering)
plus all files in plugins folder
Not sure what else to try,
(I can post inno scrit file here if that would help)
Thanx in advance.