This may be a regression, so if you haven't already please log the bug with 
steps to reproduce (and if possible artifacts).

I wonder if I did this. Do you have a build environment for Wix?  If so, have a 
look near line 310 of PlanDefaultPackageRequestState in Plan.cpp.

It used to be:

    else if (BOOTSTRAPPER_PACKAGE_STATE_SUPERSEDED == currentState && 
!BOOTSTRAPPER_ACTION_UNINSTALL == action)
    {
        // Superseded means the package is on the machine but not active, so 
only uninstall operations are allowed.
        // All other operations do nothing.
        *pRequestState = BOOTSTRAPPER_REQUEST_STATE_NONE;
    }

And I had changed it to 

    else if (BOOTSTRAPPER_PACKAGE_STATE_SUPERSEDED == currentState && 
BOOTSTRAPPER_ACTION_UNINSTALL != action)
    {
        // Superseded means the package is on the machine but not active, so 
only uninstall operations are allowed.
        // All other operations do nothing.
        *pRequestState = BOOTSTRAPPER_REQUEST_STATE_NONE;
    }

-----Original Message-----
From: Phill Hogland [mailto:phogl...@rimage.com] 
Sent: Saturday, July 12, 2014 8:42 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] 3.9.702 Bundle update behavior

Removing the ReleatedBundle Action='Detect' from the bundle, and repeating the 
experiments on Bundles A-D does not change the behavior.  With Wix
3.9.702 the version designated in the atom feed is ignored if there are 
intermediate 'related' bundles cached, but not installed on the local system. 



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/3-9-702-Bundle-update-behavior-tp7595761p7595805.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to