Conflicts
ConflictManager searches following information for Windows Installer installations only: Component GUID KeyPath Resource count Shared .DLL Warning : Conflicts that are not critical but might require some attention. A warning occurs when multiple packages install a non-16-bit file with the same file name but different file information (file version number or date/time) to different directories. Error : More serious conflicts that deserve careful inspection. Errors can occur in the following situations: ! When multiple packages install files of the same name to the same directory, but the component GUIDs do not match. ! When multiple packages install a non-16-bit file of the same name with different file information to the same directory. Because 16-bit .DLLs are shared by all packages, any 16-bit .DLLs installed to different directories with the same file name but different file information are marked as errors. ! When Windows Installer components have matching key files, but one or both contain additional non-advertising resources. Also, when Windows Installer components have additional resources that conflict with a file in a WiseScript package. ! When multiple packages set the same registry key to different values. Information : When multiple packages install a non-16-bit file with identical file information to the same directory or to different directories. ! When multiple packages set the same registry key to the same value. |
Wednesday, January 10, 2007
Labels: Conflict Solving