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.
我有一个自定义操作正在从与不同表中的产品记录相关的数据库中删除。现在它是这样设置的:
<Custom Action="caUnregisterServer" Before="RemoveFiles">Installed</Custom>
然后,我通过单击更改按钮从程序和功能菜单中修改了产品功能,并注意到执行了自定义操作 caUnregisterServer!如何仅在卸载时运行此操作?
看起来你的问题的答案是条件,REMOVE~="ALL"
这是链接。