Hi anderci,

I ran regsvr42 on comdlg32.ocx in my Win7 and this is what I get. The only part I edit is the version number to match the ocx I have which is 6.1.98.16. It default to 1.0.0.0. I did not test it maybe you can give a try and see how. This one has all the different type of dialogs - open, color, print, font, help.

The manifest filename default to: comdlg32.sxs.manifest

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">

    <assemblyIdentity
        type="win32"
        name="comdlg32.sxs"
        version="6.1.98.16" />

    <file name="comdlg32.ocx">
 
        <comClass
            description="Microsoft Common Dialog Control, version 6.0 (SP6)"
            clsid="{8F0F480A-4366-4737-8265-2AD6FDAC8C31}"
            threadingModel="Apartment"
            progid="MSComDlg.CommonDialog"
            tlbid="{F9043C88-F6F2-101A-A3C9-08002B2F49FB}" />

        <comClass
            description="Microsoft Common Dialog Control, version 6.0 (SP6)"
            clsid="{F9043C85-F6F2-101A-A3C9-08002B2F49FB}"
            threadingModel="Apartment"
            progid="MSComDlg.CommonDialog"
            tlbid="{F9043C88-F6F2-101A-A3C9-08002B2F49FB}" />

        <comClass
            description="Common Dialog Open Property Page Object"
            clsid="{7629CFA2-3FE5-101B-A3C9-08002B2F49FB}" />

        <comClass
            description="Common Dialog Color Property Page Object"
            clsid="{7629CFA4-3FE5-101B-A3C9-08002B2F49FB}" />

        <comClass
            description="Common Dialog Print Property Page Object"
            clsid="{3C4F3BE5-47EB-101B-A3C9-08002B2F49FB}" />

        <comClass
            description="Common Dialog Font Property Page Object"
            clsid="{3C4F3BE3-47EB-101B-A3C9-08002B2F49FB}" />

        <comClass
            description="Common Dialog Help Property Page Object"
            clsid="{3C4F3BE7-47EB-101B-A3C9-08002B2F49FB}" />

    </file>

</assembly>