Hello,

I tried to redo what I did in my first attempt and now get the following 
warnings (although I think my first attempt resulted in some error):

  C:\Code\SVN\Deployment\CoreRelease.wxs(106): warning LGHT1076: ICE30: The 
target file 'snyxsaz9.dll|PropertyDB-DL
  might be installed in '[ProgramFilesFolder]\Products\EXE\' by two different 
conditionalized components on an LFN system
  'PropertyDB_DLL_10g.dll' and 'PropertyDB_DLL_920.dll'. If the conditions are 
not mutually exclusive, this will break the component
  eference counting system.
  C:\Code\SVN\Deployment\VtPlanCoreRelease.wxs(100): warning LGHT1076: ICE30: 
The target file 'snyxsaz9.dll|PropertyDB-DL
  might be installed in '[ProgramFilesFolder]\Products\EXE\' by two different 
conditionalized components on an LFN system
  'PropertyDB_DLL_10g.dll' and 'PropertyDB_DLL_920.dll'. If the conditions are 
not mutually exclusive, this will break the component 
  Reference counting system.

Probably I can live with the warning and keep an eye on the consistency of my 
conditions.

Lars




-----Ursprüngliche Nachricht-----
Von: "Rob Mensching" <r...@wixtoolset.org>
Gesendet: 03.04.09 07:34:45
An: General discussion for Windows Installer XML toolset. 
<wix-users@lists.sourceforge.net>
Betreff: Re: [WiX-users] Conditional installation of different versions of a DLL

Can you be more specific about the error? Is it an ICE error or ICE 
warning or some other error?

Lars von Wedel wrote:
> Hello,
>
> I am trying to install different versions of a DLL depending on the
> version of a further application on the target machine.
>
> I tried to define two components that contain files for the same
> output DLL and conditionally install either component
> based on a condition to be figured out by the installer.
>
> Unfortunately light.exe tells me, that this will break component
> reference counting.
>
> What is the correct way to install different versions of a DLL figured
> out at installation time ?
>
> Thanks in advance,
> Lars
>
> ------------------------------------------------------------------------------
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>   

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users




------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to