Microsoft KB Archive/196150

From BetaArchive Wiki
Knowledge Base


INFO: Why CONFLICT Directories Are Created During Code Download

Article ID: 196150

Article Last Modified on 3/16/2005



APPLIES TO

  • Microsoft Internet Explorer 4.0 128-Bit Edition
  • Microsoft Internet Explorer 4.01 Service Pack 2
  • Microsoft Internet Explorer 4.01 Service Pack 1
  • Microsoft Internet Explorer 5.5



This article was previously published under Q196150

SUMMARY

There are certain situations during code download (usually associated with installing an ActiveX control referenced in an <OBJECT> tag) where a Conflict subdirectory is created in the Downloaded Program Files folder. After it is created, the Conflict directory is used as the destination directory for the file installation.

MORE INFORMATION

Internet Explorer performs the following checks on all downloaded files that are associated with an ActiveX control (Basically, all files listed in the [Add.Code] section):

  1. Is a file of the same name already in Downloaded Program Files?
  2. Is the CLSID of the main component (from the <OBJECT> tag) different from that of the previously installed component that caused the download of this file.
  3. One of the following:
    • The file itself has no CLSID.
    • The file itself has a main CLSID, but it is different from the CLSID of the file that was already in Downloaded Program Files.

If the answer to all three questions is Yes for any one file, a unique subdirectory is created named CONFLICT.x, where .x is a unique number. All files in the [Add.Code] sections that were supposed to appear in the Downloaded Program Files folder are installed in the Conflict directory.

Keywords: kbinfo kbdownload kbinetdev KB196150