

You'll likely see that comdlg32.dll doesn't contain a DllRegisterServer method. My old MSComDlg.CommonDialog component is no longer working with 64-bit. I have run the command under both System32 and SysWOW64 and I have run my commands with "Run As Administrator". But I get an error that says the dll is read but the DLLRegistryServer entry point is not found. Register comdlg32.dll gets Regsvr32: DllRegisterServer entry point was not found I have Windows 7, 64-bit.

Regsvr32 c:\windows\sysWOW64\mscomct2.ocx In the open window, type the following command and press Enter: Run CMD as in Admin mode and click "Continue".
Mscomct2 cab installed how to#
How to run that command in Administrative ModeĬlick the Start button, then in the "Start Search" box, type CMD but DO NOT press Enter yet. "regsvr32 c:\windows\sysWOW64\mscomct2.ocx") Use regsvr32 through the command prompt to register the file (e.g.
Mscomct2 cab installed 64 Bit#
cab file (it is similar to a zip)Ĭopy to the system folder (c:\windows\sysWOW64 for 64 bit systems and c:\windows\system32 for 32 bit) You're correct that this is really painful to hand out to others, but if you have to, this is how you do it. I was hoping somebody here could give me layman's instructions, as I hate to ask these other users to try five different things.

My internet searches point to a variety of solutions from copying it to the system32 file to registering it using regsrv32. I found where to download it (), but it comes down as a cab file, and I'm not sure how to tell others to use that file. It works fine on my machine, but others can't use it because they are missing the mscomct2.ocx file. cab file (Excel User Form and VBA) - excel I have an Excel spreadsheet with a user form that uses the calendar control.
