【发布时间】:2015-04-12 07:27:48
【问题描述】:
<InstallExecuteSequence>
<RemoveExistingProducts Before='InstallInitialize' />
</InstallExecuteSequence>
我添加此 XML 是为了强制我的应用程序按照 this question 卸载以前的版本,但我收到以下错误。
我的 product.wxs 文件中有没有可以声明的地方?
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
【问题讨论】:
标签: wix windows-installer