HI All, Here is the scenario i am working on. 1) I created a msi. it is deploying some binaries and config files to the system. 2) Now we are planning to give major upgrade of that product. In that we are modifying the binaries but not the config files. 3) In upgrade scenario if i am mentioning the OnlyDetect="no" then it is uninstalling the completely previous product including config files as well.
<Upgrade Id="GUID"> <UpgradeVersion Maximum="ver" Property="UPGRADE_PROPERTY" MigrateFeatures=' yes' IgnoreRemoveFailure='no' IncludeMaximum='no' OnlyDetect='no'/> </Upgrade> 4) In upgrade scenario if i am mentioning the OnlyDetect="yes" then it is creating two entries in the add/remove program which we dont want. <Upgrade Id="GUID"> <UpgradeVersion Maximum="ver" Property="UPGRADE_PROPERTY" MigrateFeatures=' yes' IgnoreRemoveFailure='no' IncludeMaximum='no' OnlyDetect='yes'/> </Upgrade> Has anybody faced such type of issue? Please let me know what can i do to overcome this problem. Any help will be appreciated. Thanks Amit ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users