The information in this article applies to:
SYMPTOMSModerate: Requires basic macro, coding, and interoperability skills.
CAUSEThe ODE Setup Wizard will display this message whenever an ActiveX control's supporting file, Comcat.dll is added to the Setup program, and you specify that the Run-time option be included as well. This behavior occurs because the Comcat.dll file is used with the .dep file and the Run- time option. MORE INFORMATIONWhen you include the Run-time option, Comcat.dll is automatically included behind the scenes but is not added to the Add Files List. When you add an ActiveX control (.ocx) file on the Add File page of the ODE Setup Wizard, the Setup Wizard searches for the dependency (.dep) file for this control. If it finds the .dep file, the Setup Wizard will automatically add the supporting file(s) specified in the .dep file to the List Of Files list on the Add Files page. Comcat.dll will be included in this list for most of the ActiveX controls included in the ODE. So if you are including the Run-time option and an ActiveX Control whose .dep file includes Comcat.dll, Comcat.dll is really being included twice. This is why you receive the warning message described in the "Symptoms" section. Steps to Reproduce Behavior
Add the files that you want your custom Setup program to copy and then set properties for each file. Add the shortcuts that you want your custom Setup program to create and then set the properties for each shortcut. Where do you want the Setup Wizard to copy the files for your custom Setup program. REFERENCESFor more information about .ocx files and their supporting .dll files, search the Microsoft ODE Setup Wizard Help Index for "supporting files for ActiveX controls." Additional query words:
Keywords : kberrmsg kbsetup |
Last Reviewed: July 8, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |