I am trying to get the migratefeature state options working.

I installed a first version of mu application and went through custom to set
the features to non-default items
Then ran my major upgrade, and chose custom, but the chosen features were
not selected. 
I ran the verbose log, and it does seem that the migratefeaturesstates is
getting called. 
The action started and ended with a return value of 0

None of my features have changed. So i really don't know what i am doing
wrong.

    <Upgrade Id='f7e2cacc-966d-4b88-af4e-e0e22b0d3761'>
      <UpgradeVersion OnlyDetect='no' Property='PREVFOUND' Minimum='1.2.0'
IncludeMinimum='yes' Maximum='1.2.0' IncludeMaximum='no'
MigrateFeatures='yes'/>
      <UpgradeVersion OnlyDetect='yes' Property='SELFFOUND' Minimum='1.2.0'
IncludeMinimum='yes' Maximum='1.2.0' IncludeMaximum='yes' />
      <UpgradeVersion OnlyDetect='yes' Property='NEWERFOUND' Minimum='1.2.0'
IncludeMinimum='no' />
    </Upgrade>


    <InstallExecuteSequence>
      <MigrateFeatureStates Suppress="no"/>
      <Custom Action='AlreadyUpdated'
After='FindRelatedProducts'>SELFFOUND</Custom>
      <Custom Action='NoDowngrade'
After='FindRelatedProducts'>NEWERFOUND</Custom>
      <RemoveExistingProducts After="InstallValidate"/>
    </InstallExecuteSequence>

Any help would be appreciated
Thanks

-- 
View this message in context: 
http://n2.nabble.com/migratefeaturestates-tp4695528p4695528.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to