You shouldn't need to schedule the MigrateFeatureStates action manually. The
UpgradeVersion element has an attribute called MigrateFeatures that you can
set to "yes".

As an example:

<Upgrade Id="YOUR_UPGRADE_CODE">
      <UpgradeVersion
              Property="OLD_VERSION_FOUND"
              Minimum="1.9.0"
              Maximum="1.9.1"
              IncludeMinimum="yes"
              IncludeMaximum="no"
              OnlyDetect="no"
              IgnoreRemoveFailure="yes"
              MigrateFeatures="yes"
              Language="1033" />
</Upgrade>

-----
Learn WiX with the book: 
https://www.packtpub.com/wix-a-developers-guide-to-windows-installer-xml/book
WiX: A Developer's Guide to Windows Installer XML 
-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Keep-migrate-feature-state-on-major-update-tp5684152p5684290.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to