Re: [WiX-users] Burn in 3.6

2011-10-26 Thread Tobias S
Hm ok. For me it would be great having such a UpgradeCodeSearch element to not need a custom Burn Bootstrapper... BTW: Also returning a string with all detected UpgradeCodes would be great :-) Best regards, Tobias 2011/10/23 Rob Mensching : > Burn does exactly what you ask. It comes in the > IB

Re: [WiX-users] Burn in 3.6

2011-10-23 Thread Rob Mensching
Burn does exactly what you ask. It comes in the IBootstrapperApplication::OnDetectRelatedMsiPackage(). Your BA gets all the information. What does not exist is an "UpgradeCodeSearch" element to create a property from some discovered ProductCodes. On Fri, Oct 14, 2011 at 1:29 PM, Tobias S wrote:

Re: [WiX-users] Burn in 3.6

2011-10-14 Thread Tobias S
As posting that feature request maybe some additional words :-) Personally I frequently use the FindRelatedProducts + (GetRelatedProducts in DTF) to detect other installed MSIs. E.g. for my DTF implementation I use the limitation that it only works in case GetRelatedProducts returns exactly one p

Re: [WiX-users] Burn in 3.6

2011-10-14 Thread Hoover, Jacob
would allow us to query for further information in a different element or UX. -Original Message- From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] Sent: Friday, October 14, 2011 10:24 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Burn in 3.6 3. I

Re: [WiX-users] Burn in 3.6

2011-10-14 Thread Hoover, Jacob
nto the latest codebase. -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Thursday, October 13, 2011 9:56 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Burn in 3.6 1. Documentation in Burn is lacking. I personally still tend

Re: [WiX-users] Burn in 3.6

2011-10-13 Thread Rob Mensching
1. Documentation in Burn is lacking. I personally still tend to optimize fixing bugs over writing documentation. If find this to be optimal because fixing bugs sometimes changes what the documentation would say. You might argue that lack of documentation prevents people from finding bugs (because