Hi...

                I'm getting a bunch of ICE25 warnings about dependencies 
missing, and I'm not quite getting what I'm doing wrong...

                To give some examples, I have a merge module with
  <Module Id="PTCoreModule" Language="1033" Version="1.0.0.0">
...
  </Module>

      There are several other merge modules that have
<Dependency RequiredId="PTCoreModule" RequiredLanguage="1033" 
RequiredVersion="1.0.0.0" />

                My Product package merges a lot of these modules
<Merge Id="PTCoreModule" Language="1033" 
SourceFile="..\PTCoreModule\bin\Release\PTCoreModule.msm" DiskId="1" />
<Merge Id="OtherModule" Language="1033" 
SourceFile="..\OtherModule\bin\Release\PTCookiesModule.msm" DiskId="1" />
...
</Directory>

But I'm getting these warnings from every module that has a dependency on 
PTCoreModule:
23>light.exe(0,0): warning LGHT1076: ICE25: Possible dependency failure as we 
do not find PTCoreModule@1033 v1.0.0.0 in ModuleSignature table

                I tried re-ordering the merge list so the main dependencies 
came first, thinking it might have been a single-pass process that hadn't seen 
it yet but that didn't help.

                I'm getting ~20-30 of these warnings for every package built.  
Looks like things should be okay, so what am I missing?

Thanks
Mark

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to