Yeah, the "bitness" was just used as an example. In reality, they are DMS client DLLs (OnBase). You can either choose "Version 12" or "Version 13" in the installer, so depending on which one they choose, the src value is different, but the name of the files are the same :(
We tried the <Feature /> route, which almost work, except for this: If I have Feature A and Feature B, if I install "A" first. Then decide I want "B", it's fine, because it removes "A" and then adds "B". However, if I initially did "B" and went to "A", it's a problem....because the order of operations is that it installs "B" in this case, but then removes "A". And since the file names are the same, the end result is that it gets removed. On Wed, Apr 16, 2014 at 2:58 PM, Phil Wilson <phildgwil...@gmail.com> wrote: > A general comment, without knowing exactly what the requirements are, > and if you really are doing different bitness files in a single MSI, > different packages are recommended for different architectures. > Heath's article: > > > http://blogs.msdn.com/b/heaths/archive/2008/01/15/different-packages-are-required-for-different-processor-architectures.aspx > > Having said that, it looks like you'd need to mark the components > transitive so they would depend on the dynamic property values, and > force a repair, maybe not the best user experience if that matters, > unless you can drive it with a separate friendly executable. > > > --------------- > Phil Wilson > > > On Wed, Apr 16, 2014 at 8:50 AM, Levi Wilson <l...@leviwilson.com> wrote: > > What are my options to proceed with this then to behave like I'd like? > > > > Is there a way to force individual components to reinstall, to force the > > checking of the <Condition />? > > > > Can I conditionally change the install state of a component, rather than > > using a <Condition /> to drive it? Then rather than setting a property I > > flop the states of the <Component />? > > > > Rather than being in the same <Feature />, should they be individual ones > > that I someone make them mutually exclusive of one another? > > > > > > On Tue, Apr 15, 2014 at 5:53 PM, Phill Hogland <phogl...@rimage.com> > wrote: > > > >> Yes, I suspect Bob has explained it. > >> > >> > >> > >> -- > >> View this message in context: > >> > http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Modify-Components-w-Conditionals-tp7594143p7594155.html > >> Sent from the wix-users mailing list archive at Nabble.com. > >> > >> > >> > ------------------------------------------------------------------------------ > >> Learn Graph Databases - Download FREE O'Reilly Book > >> "Graph Databases" is the definitive new guide to graph databases and > their > >> applications. Written by three acclaimed leaders in the field, > >> this first edition is now available. Download your free book today! > >> http://p.sf.net/sfu/NeoTech > >> _______________________________________________ > >> WiX-users mailing list > >> WiX-users@lists.sourceforge.net > >> https://lists.sourceforge.net/lists/listinfo/wix-users > >> > > > ------------------------------------------------------------------------------ > > Learn Graph Databases - Download FREE O'Reilly Book > > "Graph Databases" is the definitive new guide to graph databases and > their > > applications. Written by three acclaimed leaders in the field, > > this first edition is now available. Download your free book today! > > http://p.sf.net/sfu/NeoTech > > _______________________________________________ > > WiX-users mailing list > > WiX-users@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/wix-users > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/NeoTech > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/NeoTech _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users