Re: [WiX-users] R: Extend ProductSearch for working with Burn exe Package

2015-05-26 Thread Marco Tognacci
and using the mode Detect or Addon? Thanks. Date: Tue, 19 May 2015 13:44:57 -0700 From: phogl...@rimage.com To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] R: Extend ProductSearch for working with Burn exe Package I have done some experiments with 'bob' (bundle of bundles). I

Re: [WiX-users] R: Extend ProductSearch for working with Burn exe Package

2015-05-26 Thread Phill Hogland
I think that there may be different ways to approach RelatedBundle. I can only share the approach that I have been using. For every bundle I create I assign a relatedBundleGuid (which is different than the UpgradeCode for that bundle), along with a BundleTag: RelatedBundle Action='Detect'

Re: [WiX-users] R: Extend ProductSearch for working with Burn exe Package

2015-05-19 Thread Marco Tognacci
@lists.sourceforge.net Date: Sun, 17 May 2015 22:24:41 + Subject: Re: [WiX-users] R: Extend ProductSearch for working with Burn exe Package I believe the confusion you are having stems from the usage of util:ProductSearch inside your BA. That search would mirror the functionality

Re: [WiX-users] R: Extend ProductSearch for working with Burn exe Package

2015-05-19 Thread Phill Hogland
I have done some experiments with 'bob' (bundle of bundles). I may not have it all figured out yet, but what I have done is this: 1) Add this to the parent bundle (I do this for every bundle, even when not planning to do 'bob', so that in the future I can decide to create a related Addon or

Re: [WiX-users] R: Extend ProductSearch for working with Burn exe Package

2015-05-17 Thread Hoover, Jacob
] Sent: Sunday, May 17, 2015 4:10 PM To: WiX - users Subject: Re: [WiX-users] R: Extend ProductSearch for working with Burn exe Package Is there any mistake in my code or is there a bug in the util:ProductSearch extension?How can I make this code working?Thanks From: mark...@live.it To: wix

Re: [WiX-users] R: Extend ProductSearch for working with Burn exe Package

2015-05-17 Thread Marco Tognacci
+ Subject: Re: [WiX-users] R: Extend ProductSearch for working with Burn exe Package I think there is some confusion. 1) util:ProductSearch works with Burn/Bundle. Whether it will do exactly what you want (as pointed out by Phil) is another matter, but it does work. 2

Re: [WiX-users] R: Extend ProductSearch for working with Burn exe Package

2015-05-14 Thread Marco Tognacci
-users] R: Extend ProductSearch for working with Burn exe Package I think there is some confusion. 1) util:ProductSearch works with Burn/Bundle. Whether it will do exactly what you want (as pointed out by Phil) is another matter, but it does work. 2) the standard ProductSearch

Re: [WiX-users] R: Extend ProductSearch for working with Burn exe Package

2015-05-12 Thread Marco Tognacci
/Wix Is there any mistake in my code or is there a bug in the util:ProductSearch extension?How can I make this code working?Thanks From: jocoo...@jackhenry.com To: wix-users@lists.sourceforge.net Date: Mon, 11 May 2015 12:52:57 + Subject: Re: [WiX-users] R: Extend ProductSearch

Re: [WiX-users] R: Extend ProductSearch for working with Burn exe Package

2015-05-11 Thread John Cooper
I think there is some confusion. 1) util:ProductSearch works with Burn/Bundle. Whether it will do exactly what you want (as pointed out by Phil) is another matter, but it does work. 2) the standard ProductSearch is desiged to work in the WiX schema and is not suitable for Burn/Bundle. 3) As