It should, depending on how your product feature sets compare. You need to
set @MigrateFeatures='yes' in your applicable UpgradeVersion element(s) to
use it.

However, if you show UI and the user deselects A & B (or if A & B don't
exist in the upgrade) they will still be removed.

If instead you don't have A & B (and want to retain them) then in your
applicable UpgradeVersion element(s) set the @RemoveFeatures attribute to
the list of features you want to remove (e.g. @RemoveFeatures='C,D,E,F').
That will leave A & B (if already installed) from the old product installed
(which of course leaves the old product installed).

-----Original Message-----
From: MYFLEX [mailto:shrinuen...@gmail.com] 
Sent: Monday, October 12, 2009 4:49 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Can we stop Major upgrade to uninstall some features?


My product is having 9 features. 
The scenario is as follows.
I installed A,B,C,D Features in version 1
Now 2 is the Major upgrade.

This time if I select C,D,E,F features for upgrade installation , The
upgrade is removing all the files related to 
A,B,C,D and installing C,D,E,F feature files.
But I want the files related to A and B (old files) also.

Is it possible. Can we stop the major upgrade to remove the files of a 
feature. 
and I have one more doubt what is MigrateFeatureState? Does it suits to my
requirement?

How can I solve this issue. Any suggestions is appreciated.


-- 
View this message in context:
http://n2.nabble.com/Can-we-stop-Major-upgrade-to-uninstall-some-features-tp
3807468p3807468.html
Sent from the wix-users mailing list archive at Nabble.com.

----------------------------------------------------------------------------
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to