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.
我只需要在修改模式下运行自定义操作。我尝试了以下条件,但它同时在修改模式和修复模式下运行。
Installed AND NOT REMOVE
我正在使用 Installshield 2012 spring。
据我所知,没有明确的“修改模式”条件。但是安装和卸载是有条件的,如果排除两者,只剩下修改:
Not Installed And NOT REMOVE~="All"
btw 修改和修复基本一样