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

Reply via email to