<InstallExecuteSequence>
<RemoveExistingProducts Before='InstallInitialize' />
</InstallExecuteSequence>
I added this XML in order to force my application to uninstall previous versions as per this question, but I get the following error.
Is there somewhere this could have been declared that's not in my product.wxs file?
Error 34 Duplicate symbol 'WixAction:InstallExecuteSequence/RemoveExistingProducts' found. This typically means that an Id is duplicated. Check to make sure all your identifiers of a given type (File, Component, Feature) are unique. \\psf\Home\Documents\eThor\Connector\WixInstaller\Product.wxs 6 1 WixInstaller