I know that's what the error message description says, but I'm not seeing what I'm missing. In the example below, PTCoreModule is declared as described, and all 8 other modules that have a Dependency on it declare that dependency as below - yet all 8 are issuing the ICE25 errors.
I mean, it *looks* like PTCoreModule is declaring the same language and version as all the Dependencies, but the errors are coming anyway. That's what i don't get... Thanks Mark ________________________________________ From: Rob Mensching [r...@robmensching.com] Sent: Saturday, September 24, 2011 2:33 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Dependency warnings I don't quite get... The Merge Modules you're are pulling in have declared dependencies on Merge Modules you have not added to your project. Or the identifiers are not matching correctly. On Fri, Sep 23, 2011 at 10:53 AM, Mark Modrall <mmodr...@mzinga.com> wrote: > 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 > > -- virtually, Rob Mensching - http://RobMensching.com LLC ------------------------------------------------------------------------------ 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 ------------------------------------------------------------------------------ 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