The RelatedOption.None is how you know. In WiX v3.7 you also get the
relation type which will further inform you that you have a related Bundle
that is an upgrade but it's operation is None (i.e not upgrade and not
downgrade).

On Thu, Sep 13, 2012 at 4:54 AM, Gregory Beaty <greg.bea...@gmail.com>wrote:

> Hello,
>
> My WiX MSI package allows same version upgrades with: <MajorUpgrade
> Schedule="afterInstallInitialize" AllowSameVersionUpgrades="yes"
>  DowngradeErrorMessage="A newer version of [ProductName] is already
> installed." />.
>
> However when using this with my Manager Bootstrapper Application I never
> get the RelatedOperation of a MinorUpgrade or MajorUpgrade in the
> DetectRelatedBundle event. I only get RelatedOption.None. The process
> indeed upgrades the previous installation but this hinders my ability to
> inform the user inside of the Bootstrapper Application that the install is
> an upgrade. Is this a bug or is there something I am doing wrong? Is the
> problem that the package actions aren't scheduled until it is actually
> executing?
>
> Greg Beaty
> g <gbe...@spsu.edu>reg.bea...@gmail.com
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
virtually,

   Rob Mensching
   http://RobMensching.com LLC
------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to