Re: [WiX-users] Little major/minor-update problem with burn / msi

2013-12-01 Thread Blair Murri
; Date: Sun, 1 Dec 2013 15:16:03 +0000 > Subject: Re: [WiX-users] Little major/minor-update problem with burn / msi > > msiOld: productIdA, upgradeIdA > msiNew: productIdB (*), upgradeIdB > msiBlock: productIdA, upgradeIdC > > The problem is that msiOld does not have any guard an

Re: [WiX-users] Little major/minor-update problem with burn / msi

2013-12-01 Thread Tobias Erichsen
msiOld: productIdA, upgradeIdA msiNew: productIdB (*), upgradeIdB msiBlock: productIdA, upgradeIdC The problem is that msiOld does not have any guard and that is why I want to install some kind of (invisible) blocking-installer. I cannot change the msiOld (because it is out in the open), but I ha

Re: [WiX-users] Little major/minor-update problem with burn / msi

2013-12-01 Thread Blair Murri
om: i...@tobias-erichsen.de > To: wix-users@lists.sourceforge.net > Date: Sun, 1 Dec 2013 05:43:19 + > Subject: [WiX-users] Little major/minor-update problem with burn / msi > > Hi everyone, > > I have a little problem with my burn / msi installer: > > My "old"

[WiX-users] Little major/minor-update problem with burn / msi

2013-11-30 Thread Tobias Erichsen
Hi everyone, I have a little problem with my burn / msi installer: My "old" MSI-installer has been replaced by a burn-package that includes multiple MSIs (as one of the components that was a merge-module the old MSI is now in use by 3rd parties as well). Unfortunately - due to my lack of knowled