[WiX-users] Burn incorrectly logging 'MajorUpgrade' operation

2013-04-26 Thread Bruce Cran
I'm installing an MSI file via Burn that detects if another product is 
installed (that's not included in the bundle). The UpgradeVersion line 
has OnlyDetect=yes so it just puts the result in a property. However, 
Burn is logging:

Detected related package: {GUID}, scope: PerMachine, version: a.b.c.d, 
language: 0 operation: MajorUpgrade

Shouldn't it be logging 'operation: None'?

-- 
Bruce Cran

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn incorrectly logging 'MajorUpgrade' operation

2013-04-26 Thread Bob Arnson
On 26-Apr-13 08:11, Bruce Cran wrote:
 I'm installing an MSI file via Burn that detects if another product is
 installed (that's not included in the bundle). The UpgradeVersion line
 has OnlyDetect=yes so it just puts the result in a property. However,
 Burn is logging:

 Detected related package: {GUID}, scope: PerMachine, version: a.b.c.d,
 language: 0 operation: MajorUpgrade

 Shouldn't it be logging 'operation: None'?
There's a bug on that. Short answer: The plan won't run the upgrade; the 
detect phase is just telling you how it found the related package.

-- 
sig://boB
http://joyofsetup.com/


--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users