Why does my installer (built with the Visual Basic Project Wizard) incorrectly register one of my ActiveX components?
When the Visual Basic Project Wizard executes to determine file dependencies, it identifies the files with static links. Unfortunately, the wizard does not have the capability to identify files with dynamic links to control files. Therefore, the wizard sometimes leaves a file out, which can cause other files to not register properly. Once you include the file that has dynamic links, the installer will execute correctly and all files will register correctly.