Re: [WiX-users] Wix Burn Addon Related Bundle

2013-04-01 Thread Rob Mensching
Original Message- > From: Rob Mensching [mailto:r...@robmensching.com] > Sent: April-01-13 3:14 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Wix Burn Addon Related Bundle > > Yeah, I could see that bug being true. Not supposed to be a

Re: [WiX-users] Wix Burn Addon Related Bundle

2013-04-01 Thread Wesley Manning
. Subject: Re: [WiX-users] Wix Burn Addon Related Bundle Yeah, I could see that bug being true. Not supposed to be a problem but I do not expect there is a test case for that scenario. It'd be cool if you wanted to pop open our test code and add a case for the failing scenario. Would go a long w

Re: [WiX-users] Wix Burn Addon Related Bundle

2013-04-01 Thread Rob Mensching
ackage. > [0B08:05EC][2012-12-13T11:31:59]e000: Error 0x80070003: Failed to > configure per-machine EXE package. > [0B08:05EC][2012-12-13T11:31:59]w350: Applied non-vital package: > {e1719ded-deeb-4138-ab3f-4593660eb2cc}, encountered error: 0x80070003. > Continuing... > > -

Re: [WiX-users] Wix Burn Addon Related Bundle

2013-04-01 Thread Wesley Manning
Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: April-01-13 2:18 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Wix Burn Addon Related Bundle The Bundle UpgradeCode will work fine but custom BA code will have to work harder

Re: [WiX-users] Wix Burn Addon Related Bundle

2013-04-01 Thread Rob Mensching
e GUID and then add a RelatedBundle element to main bundle with > action=detect and id equal to that unique GUID? > > Wes > > -Original Message- > From: Rob Mensching [mailto:r...@robmensching.com] > Sent: April-01-13 12:21 PM > To: General discussion for Windows In

Re: [WiX-users] Wix Burn Addon Related Bundle

2013-04-01 Thread Wesley Manning
[mailto:r...@robmensching.com] Sent: April-01-13 12:21 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Wix Burn Addon Related Bundle Completely reasonable way to use a Bundle to deliver a language pack. Simple add a RelatedBundle element, use an identifier in

Re: [WiX-users] Wix Burn Addon Related Bundle

2013-04-01 Thread Rob Mensching
Completely reasonable way to use a Bundle to deliver a language pack. Simple add a RelatedBundle element, use an identifier in the "main" Bundle (I like to add a RelatedBundle with Action='detect' specifically for this purpose) and set the Action='addon'. On Fri, Mar 29, 2013 at 4:56 AM, Marco To

[WiX-users] Wix Burn Addon Related Bundle

2013-03-29 Thread Marco Tognacci
I have read in some blogs about the Addon Related Bundle function of Burn. But I haven't found sample or usefull resource for making me able to use it. Is it a good way for installing language packs? I have some txt files that I install as feature in the msi of the main application but I want th