PDA

Click to See Complete Forum and Search --> : [RESOLVED] [VB6], component not registered on windows vista?


Justin M
Dec 14th, 2007, 09:20 PM
Hey guys, I have a program that I compiled and copied over to my vista machine to see how it would run but I get the error that componenet "fileSearch.ocx" ir one of its dependencies not correctly registered: a file is missing or invalid.


But all of the files are in the same folder?

maybe my program is not vista compatible?

si_the_geek
Dec 15th, 2007, 11:24 AM
Instead of just copying the files that you know about, create an installation package (using P&DW, or one of the alternatives listed in the FAQ at the top of this forum), so that all of the required files are used, and are correctly registered.

Justin M
Dec 15th, 2007, 05:17 PM
Yes, i used inno setup and it works fine, thank you!