Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Wix 2。我正在使用RemoveExistingProducts,但想保留以前安装的功能。此外,我想ADDLOCAL通过命令行给出的参数添加新功能。但是,根据这篇文章 ADDLOCAL确实设置了Preselected标志。
RemoveExistingProducts
ADDLOCAL
Preselected
因此MigrateFeatureStates不开火:
MigrateFeatureStates
Skipping MigrateFeatureStates action: feature settings already made
有没有可能同时使用它们?
不,不是两者兼而有之。文档非常清楚ADDLOCAL(以及通过命令行属性进行的所有其他功能状态控制)接管选择管理器。不幸的是,它使得使用命令行来控制特性状态变得非常棘手。