I need to install multimsn on msn 8.1..............so when i execute the multimsn setup file i got the error Component 'MSCOMCTL.OCX' or one of its dependencies not correctly registered: a file is missing or invalid
This indicates the setup program is attempting to locate this file from the information within the registry, but is unable to find the information. The resolution to this issue, is to use the regsvr32 command to register the file, which adds information about the file, such as it's location on the computer, into the registry.
What message did you recieve when you try to run the RegSvr command as described from the website page you posted? Did you manage to register this successfully and re-run the setup program again? If so, what problems or behaviours did you encounter this second time as this particular error message should have disappeared with those steps.
Please rate this post if it was useful for you!
Please try to search before creating a new post,
Please format code using [ code ][ /code ], and
Post sample code, error details & problem details
That's bizzarre! I'd be temted to rename that file and download, then attempt to register the file version from that site link you posted.
Are you running on a 64-bit Windows platform by any chance?
Please rate this post if it was useful for you!
Please try to search before creating a new post,
Please format code using [ code ][ /code ], and
Post sample code, error details & problem details
Aha right in that case, I'll give you a rough idea suggestion, but if this doesn't help, post back and I'll check this on a 64-bit platform for you when I get home this evening.
Each Windows command/application which has a 32 bit version can be found in (I think) the %Windir%\wow64 directory (could be beneath the system32 directory). Please can you run the command again, but prefix the regsvr32 command with the Wow64 directory path?
Please rate this post if it was useful for you!
Please try to search before creating a new post,
Please format code using [ code ][ /code ], and
Post sample code, error details & problem details
Processor support:
First off can you goto Start > Run and type CMD (and hitting enter). Then at the command prompt which appears, typing Systeminfo, and hitting enter again.
The processor should read either the characters x86 (for 32-bit), or x64 for (64 bit) to let you know whether the processor supports 64-bit. In the meantime, I'll check up how to tell if the Windows version is 64-bit and edit this post (so check back within 30 mins please).
Windows version architecture : Edit: Open Excel if you have this installed, and place the code from post 4 of this thread in there: http://www.vbforums.com/showthread.p...ghlight=64-bit to tell if the Windows version is 64-bit.
Further Edit: Start > settings > control panel > system applet and the general tab. Note I'm not sure whether this is the same for XP or just applicable to Vista.
Last edited by alex_read; Aug 1st, 2008 at 04:13 AM.
Please rate this post if it was useful for you!
Please try to search before creating a new post,
Please format code using [ code ][ /code ], and
Post sample code, error details & problem details
Ok so that rules out the 64-bit. In that case the problem has to be with either that file, or it's registration.
First off, can you download that OCX file mentioned earlier in your link, and try to register this.
Secondly, if that doesn't work, can you perform a search of your entire hard drive for that OCX file name. For each one, run a regsvr32 /U command against each one to clear the registry entried against the file. Then repeat step 1.
Please rate this post if it was useful for you!
Please try to search before creating a new post,
Please format code using [ code ][ /code ], and
Post sample code, error details & problem details
well i registered successful .ocx file .and after that when i run multimsn8.1.0178.00 .it does not installed !although no error during execution of file.
Excellent!, nice job! Just for the benefit of any people who uncover this thread in the future, which suggestion allowed you to successfully got this working, or what fix did you find yourself to allow the file to be registered?
I was under the impression this "multimsn" was a custom-built-by-yourself application, but I've just uncovered it's not at all. You might want to ask the company direct for troubleshooting install issues on that. It might be possible a start menu shortcut was never created, but the install created the neccessary files and directories on your computer for this application.
In the meantime I'll PM the forum admin who can move this thread to the general PC forum - this forum is for issues with OCX/ActiveX controls which you are attempting to make yourself.
Please rate this post if it was useful for you!
Please try to search before creating a new post,
Please format code using [ code ][ /code ], and
Post sample code, error details & problem details
slightly off topic, but there are two ways to tell really easily if you have 64-bit windows.
the first is the loading screen, which clearly states it is the 64-bit version. However if you have that changed for some reason,...
browse your root directory. 64-bit windows have two different directories:
Program Files
and
Program Files (x86)
annoyingly this is just backwards of what you want for a dual-boot system since if you install on the same hard drive a 32-bit OS you will be overwriting some system files in the program files directory. I had a particular issue with the 64-bit overwriting IE for the x86 install.