I am writing a program using Visual Studio 2005 in Visual Basic which uses the VLC ActiveX available in the current stable version of VLC. The problem runs fine on my computer, however when transferred to other computers without VLC (and the ActiveX) installed, it refuses to start.
Basically, I want to know how I can publish my program with the VLC ActiveX, so that if it is not available already, it is registered when the program starts. Any help would be much appreciated.