I'm in the process of migrating my installer from InstallShield to WiX
3. As part of this I have reorganised and rationalised the features in
the product.
 
When I come to do a major upgrade from the old installation to my new
one, all of the features in my product in the customize dialog are
unselected. If I install cleanly, they are all selected.
 
I've made sure that MigrateFeatures is set to 'no' in the Upgrade
element, and have even tried disabling the MigrateFeatures action when
upgrading from the previous installer version. A typical feature in the
product looks like this:
 
    <Feature Id="ChainDebugger"
             Title="Chain Debugger"
             Description="XJTAG Chain Debugger Tool"
             Level="1"
             Display="50" 
             AllowAdvertise="no">
    ...
    </Feature>
 
Is there something obvious I might be doing wrong?
 
Regards,
John
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to