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.
执行RemoveExistingProducts操作时,MSI 设置两个属性
RemoveExistingProducts
如何为此操作添加自定义属性?
RemoveExistingProducts是一个内置的安装程序命令,您无法更改它。
如果您想在此之后做某事,您必须查找它被调用的所有位置(可能在 InstallExecuteSequence 中)并调用您的自定义操作、设置属性或之后的任何内容。