-
ActiveX
Is there any way to know what file are missing in a CAB file to be able to load an ActiveX EXE in an Explorer regardless VB 6 is installed or not.
It seems that a file is missing or something because it doesn't load on machines where VB is not installed. Any ideas? The OCX (ActiveX EXE) "only" needs msflxgrd.ocx and it's included on the CAB. Is there any dependency for this file I need to add to the CAB file?
-
-
Why don't you use Package and DEployment Wizard to know the dependencies???
-
I did... but apparently, something is missing.