Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

MSXML4 Merge Module


3 replies to this topic

aglenwright

aglenwright
  • Members
  • 53 posts

Posted 17 January 2002 - 01:13

When using the MSXML4 merge module, I get these warnings...

** Warning -1029: 2 files with the same name and source location are included in separate components: msxml4.dll is found in MSXML4_System.21206420_6BA8_4CFB_A48C_C72A6BFE80C0 and MSXML4_Parser.21206420_6BA8_4CFB_A48C_C72A6BFE80C0. This may cause unpredictable results when installing the package. Use the component's Source Location property to avoid this error.
** Warning -1029: 2 files with the same name and source location are included in separate components: msxml4r.dll is found in MSXML4_SystemRes.21206420_6BA8_4CFB_A48C_C72A6BFE80C0 and MSXML4_Unicode.21206420_6BA8_4CFB_A48C_C72A6BFE80C0. This may cause unpredictable results when installing the package. Use the component's Source Location property to avoid this error.

Anyone know how to fix them?


Kurt Schneider

Kurt Schneider
  • Members
  • 98 posts

Posted 18 January 2002 - 00:49

Greetings,

This can be avoided by installing the three files that make up the Merge Module separately:

msxml4.dll
msxml4a.dll
msxml4r.dll

Being that these are only warnings I wouldn't worry too much about them.  

On a separate note I get the same warnings when I compile my VC++ 7.0 ATL components which use these as dependencies.

Kurt Schneider


aglenwright

aglenwright
  • Members
  • 53 posts

Posted 23 January 2002 - 07:33

I guess I'll just ignore them...  They don't actually seem to cause any problems, I just like a "clean" build so I can see "0 warnings, 0 errors" at the end :-)

Kurt Schneider

Kurt Schneider
  • Members
  • 98 posts

Posted 23 January 2002 - 18:21

I know the feeling

:)

Kurt