Re: [WiX-users] selected features on major upgrade

2007-07-03 Thread John Lalande
Mike, that certainly does the trick. Thanks!!! On 7/3/07, Mike Dimmick <[EMAIL PROTECTED]> wrote: The MigrateFeatureStates action does this. You have to set MigrateFeatures to 'yes' in the corresponding UpgradeVersion element. I think it will only work if the features have the same names.

Re: [WiX-users] selected features on major upgrade

2007-07-03 Thread Mike Dimmick
The MigrateFeatureStates action does this. You have to set MigrateFeatures to 'yes' in the corresponding UpgradeVersion element. I think it will only work if the features have the same names. WiX schedules the MigrateFeatureStates action in the UI and Execute sequences if at least one UpgradeVe